final class ConstantHTML
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
class_name |
private java.lang.String |
class_package |
private ConstantPool |
constant_pool |
private java.lang.String[] |
constant_ref |
private Constant[] |
constants |
private java.io.PrintWriter |
file |
private Method[] |
methods |
Constructor and Description |
---|
ConstantHTML(java.lang.String dir,
java.lang.String class_name,
java.lang.String class_package,
Method[] methods,
ConstantPool constant_pool) |
Modifier and Type | Method and Description |
---|---|
private int |
getMethodNumber(java.lang.String str) |
(package private) java.lang.String |
referenceConstant(int index) |
private void |
writeConstant(int index) |
private final java.lang.String class_name
private final java.lang.String class_package
private final ConstantPool constant_pool
private final java.io.PrintWriter file
private final java.lang.String[] constant_ref
private final Constant[] constants
private final Method[] methods
ConstantHTML(java.lang.String dir, java.lang.String class_name, java.lang.String class_package, Method[] methods, ConstantPool constant_pool) throws java.io.IOException
java.io.IOException