|
Class Summary |
| JClassInfo |
JClassInfo is the abstract representation of the Class File. |
| JConstantPool |
JConstantPool represents the abstraction of the ConstantPool. |
| JConstantPoolEntry |
JConstantPoolEntry is an Entry of the CONSTANT POOL data structure
the class file. |
| JException |
JException is an abstraction of the exception table , that is
an optional part of the Method attributes . |
| JField |
Abstraction for the field in a class. |
| JImport |
Describes the Set fof import statements. |
| JInstruction |
Abstraction of a JVM Opcode instruction. |
| JLineNumberTable |
Contains info about the LineNumber Table. |
| JLineOfCode |
Represents a single line of code. |
| JMember |
Describes a class member ( both field and method ). |
| JMethod |
JMethod is the abstract representation of a method in
the class method.. |