|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
| AttributeInfo | This class defines the generic Attribute type for Java class files. |
| BuggyLocalVariableAttributeInfo | A specific attribute info. |
| ChangeClass | A class that allows the manipulation of byte codes. |
| ClassFile | This class is used to manipulate Java class files in strange and mysterious ways. |
| ClassFile.Test | |
| CodeAttributeInfo | A specific attribute info. |
| ConstantPoolInfo | This class defines an entry in the constant pool for a Java class. |
| ConstantValueAttributeInfo | A specific attribute info. |
| DumpClass | Display information about class files. |
| ExceptionAttributeInfo | A specific attribute info. |
| FieldInfo | This class defines a FieldInfo in the class file. |
| LocalVariableAttributeInfo | A specific attribute info. |
| MethodInfo | This class describes a Method as it is stored in the class file. |
| MethodReference | A ConstantPoolItem that is known to be a MethodReference. |
Useful for the manipulation of java class byte codes.
The intent of this package is to parse java byte codes into class definitions. Its not a true decompiler in that you can't generate source, but I find it still has many uses. Similarities and differences with JAVAP.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||