Private Methods | |
CodeHTML (String dir, String class_name, Method[] methods, ConstantPool constant_pool, ConstantHTML constant_html) throws IOException | |
final String | codeToHTML (ByteSequence bytes, int method_number) throws IOException |
final void | findGotos (ByteSequence bytes, Method method, Code code) throws IOException |
void | writeMethod (Method method, int method_number) throws IOException |
CodeHTML (String dir, String class_name, Method[] methods, ConstantPool constant_pool, ConstantHTML constant_html) throws IOException | |
final String | codeToHTML (ByteSequence bytes, int method_number) throws IOException |
final void | findGotos (ByteSequence bytes, Method method, Code code) throws IOException |
void | writeMethod (Method method, int method_number) throws IOException |
Private Attributes | |
String | class_name |
Method[] | methods |
PrintWriter | file |
BitSet | goto_set |
ConstantPool | constant_pool |
ConstantHTML | constant_html |
Method[] | methods |
Static Private Attributes | |
boolean | wide = false |
Definition at line 14 of file lib/jpf/de/fub/bytecode/util/CodeHTML.java.
|
Disassemble a stream of byte codes and return the string representation.
Definition at line 48 of file src/de/fub/bytecode/util/CodeHTML.java. |
|
Disassemble a stream of byte codes and return the string representation.
Definition at line 48 of file lib/jpf/de/fub/bytecode/util/CodeHTML.java. |
|
Find all target addresses in code, so that they can be marked with <A NAME = ...>. Target addresses are kept in an BitSet object. Definition at line 348 of file src/de/fub/bytecode/util/CodeHTML.java. |
|
Find all target addresses in code, so that they can be marked with <A NAME = ...>. Target addresses are kept in an BitSet object. Definition at line 348 of file lib/jpf/de/fub/bytecode/util/CodeHTML.java. |
|
Write a single method with the byte code associated with it. Definition at line 459 of file src/de/fub/bytecode/util/CodeHTML.java. |
|
Write a single method with the byte code associated with it. Definition at line 459 of file lib/jpf/de/fub/bytecode/util/CodeHTML.java. |