Public Methods | |
Class2HTML (JavaClass java_class, String dir) throws IOException | |
Class2HTML (JavaClass java_class, String dir) throws IOException | |
Static Public Methods | |
void | main (String argv[]) |
void | main (String argv[]) |
Private Methods | |
void | writeMainHTML (AttributeHTML attribute_html) throws IOException |
void | writeMainHTML (AttributeHTML attribute_html) throws IOException |
Static Private Methods | |
String | referenceClass (int index) |
final String | referenceType (String type) |
String | toHTML (String str) |
String | referenceClass (int index) |
final String | referenceType (String type) |
String | toHTML (String str) |
Private Attributes | |
JavaClass | java_class |
String | dir |
Static Private Attributes | |
String | class_package |
String | class_name |
ConstantPool | constant_pool |
Given a JavaClass object "class" that is in package "package" five files will be created in the specified directory.
Definition at line 30 of file lib/jpf/de/fub/bytecode/util/Class2HTML.java.
|
Write contents of the given JavaClass into HTML files.
Definition at line 45 of file lib/jpf/de/fub/bytecode/util/Class2HTML.java. |
|
Write contents of the given JavaClass into HTML files.
Definition at line 45 of file src/de/fub/bytecode/util/Class2HTML.java. |
|
Utility method that converts a class reference in the constant pool, i.e., an index to a string. Definition at line 131 of file src/de/fub/bytecode/util/Class2HTML.java. |
|
Utility method that converts a class reference in the constant pool, i.e. an index to a string. Definition at line 131 of file lib/jpf/de/fub/bytecode/util/Class2HTML.java. |