org.apache.bcel.util
public class Class2HTML extends Object implements Constants
Version: $Id: Class2HTML.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| static String | class_name |
| static String | class_package |
| static ConstantPool | constant_pool |
| String | dir |
| JavaClass | java_class |
| Constructor Summary | |
|---|---|
| Class2HTML(JavaClass java_class, String dir)
Write contents of the given JavaClass into HTML files.
| |
| Method Summary | |
|---|---|
| static void | main(String[] argv) |
| static String | referenceClass(int index)
Utility method that converts a class reference in the constant pool,
i.e., an index to a string. |
| static String | referenceType(String type) |
| static String | toHTML(String str) |
| void | writeMainHTML(AttributeHTML attribute_html) |
Parameters: java_class The class to write dir The directory to put the files in