Trees | Indices | Help |
|
---|
|
|
|||
CpInfo Generic class to manage constant info object |
|||
MethodRef | |||
InterfaceMethodRef | |||
FieldRef | |||
Class | |||
Utf8 | |||
String | |||
Integer | |||
Float | |||
Long | |||
Double | |||
NameAndType | |||
FieldInfo An object which represents a Field |
|||
MethodInfo An object which represents a Method |
|||
CreateString Create a specific String constant by given the name index |
|||
CreateInteger Create a specific Integer constant by given the name index |
|||
CreateClass Create a specific Class constant by given the name index |
|||
CreateNameAndType Create a specific NameAndType constant by given the name and the descriptor index |
|||
CreateFieldRef Create a specific FieldRef constant by given the class and the NameAndType index |
|||
CreateMethodRef Create a specific MethodRef constant by given the class and the NameAndType index |
|||
CreateCodeAttributeInfo Create a specific CodeAttributeInfo by given bytecodes (into an human readable format) |
|||
CreateMethodInfo Create a specific MethodInfo by given the name, the prototype and the code (into an human readable format) of the "new" method |
|||
JBC JBC manages each bytecode with the value, name, raw buffer and special functions |
|||
JavaCode JavaCode manages a list of bytecode to a specific method, by decoding a raw buffer and transform each bytecode into a JBC object |
|||
BasicAttribute | |||
CodeAttribute | |||
SourceFileAttribute | |||
LineNumberTableAttribute | |||
LocalVariableTableAttribute | |||
ExceptionsAttribute | |||
VerificationTypeInfo | |||
FullFrame | |||
ChopFrame | |||
SameFrame | |||
SameLocals1StackItemFrame | |||
SameLocals1StackItemFrameExtended | |||
SameFrameExtended | |||
AppendFrame | |||
StackMapTableAttribute | |||
InnerClassesDesc | |||
InnerClassesAttribute | |||
AttributeInfo AttributeInfo manages each attribute info (Code, SourceFile ....) |
|||
ClassManager ClassManager can be used by all classes to get more information |
|||
JVMFormat An object which is the main class to handle properly a class file. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
JAVA_OPCODES =
|
|||
INVERT_JAVA_OPCODES =
|
|||
BRANCH_JAVA_OPCODES =
|
|||
METHOD_INFO =
|
|||
ATTRIBUTE_INFO =
|
|||
FIELD_INFO =
|
|||
LINE_NUMBER_TABLE =
|
|||
EXCEPTION_TABLE =
|
|||
LOCAL_VARIABLE_TABLE =
|
|||
CODE_LOW_STRUCT =
|
|||
ARRAY_TYPE =
|
|||
INVERT_ARRAY_TYPE =
|
|||
ACC_CLASS_FLAGS =
|
|||
INVERT_ACC_CLASS_FLAGS =
|
|||
ACC_FIELD_FLAGS =
|
|||
INVERT_ACC_FIELD_FLAGS =
|
|||
ACC_METHOD_FLAGS =
|
|||
INVERT_ACC_METHOD_FLAGS =
|
|||
CONSTANT_INFO =
|
|||
INVERT_CONSTANT_INFO =
|
|||
ITEM_Top = 0
|
|||
ITEM_Integer = 1
|
|||
ITEM_Float = 2
|
|||
ITEM_Long = 4
|
|||
ITEM_Double = 3
|
|||
ITEM_Null = 5
|
|||
ITEM_UninitializedThis = 6
|
|||
ITEM_Object = 7
|
|||
ITEM_Uninitialized = 8
|
|||
VERIFICATION_TYPE_INFO =
|
|||
__package__ = None
|
|||
k = 12
|
|
JAVA_OPCODES
|
INVERT_JAVA_OPCODES
|
BRANCH_JAVA_OPCODES
|
LOCAL_VARIABLE_TABLE
|
ARRAY_TYPE
|
ACC_CLASS_FLAGS
|
INVERT_ACC_CLASS_FLAGS
|
ACC_FIELD_FLAGS
|
INVERT_ACC_FIELD_FLAGS
|
ACC_METHOD_FLAGS
|
INVERT_ACC_METHOD_FLAGS
|
CONSTANT_INFO
|
INVERT_CONSTANT_INFO
|
VERIFICATION_TYPE_INFO
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 25 16:26:25 2010 | http://epydoc.sourceforge.net |