Package | Description |
---|---|
org.apache.bcel.util |
This package contains utility classes for the
Byte Code Engineering
Library, namely:
|
Modifier and Type | Field and Description |
---|---|
private ConstantHTML |
CodeHTML.constant_html |
private ConstantHTML |
AttributeHTML.constant_html |
private ConstantHTML |
MethodHTML.constant_html |
Constructor and Description |
---|
AttributeHTML(java.lang.String dir,
java.lang.String class_name,
ConstantPool constant_pool,
ConstantHTML constant_html) |
CodeHTML(java.lang.String dir,
java.lang.String class_name,
Method[] methods,
ConstantPool constant_pool,
ConstantHTML constant_html) |
MethodHTML(java.lang.String dir,
java.lang.String class_name,
Method[] methods,
Field[] fields,
ConstantHTML constant_html,
AttributeHTML attribute_html) |