| Interface | Description |
|---|---|
| [source] Constants |
This interface defines constant that are used
throughout the compiler.
|
| [source] RuntimeConstants |
| Class | Description |
|---|---|
| [source] AttrData |
Reads and stores attribute information.
|
| [source] ClassData |
Central data repository of the Java Disassembler.
|
| [source] CPX |
Stores constant pool entry information with one field.
|
| [source] CPX2 |
Stores constant pool entry information with two fields.
|
| [source] FieldData |
Strores field data informastion.
|
| [source] InnerClassData |
Strores InnerClass data informastion.
|
| [source] JavapEnvironment |
Strores flag values according to command line options
and sets path where to find classes.
|
| [source] JavapPrinter |
Program to print information about class files
|
| [source] LineNumData |
Strores LineNumberTable data information.
|
| [source] LocVarData |
Strores LocalVariableTable data information.
|
| [source] Main |
Entry point for javap, class file disassembler.
|
| [source] MethodData |
Strores method data informastion.
|
| [source] StackMapData | |
| [source] StackMapTableData | |
| [source] StackMapTableData.AppendFrame | |
| [source] StackMapTableData.ChopFrame | |
| [source] StackMapTableData.FullFrame | |
| [source] StackMapTableData.SameFrame | |
| [source] StackMapTableData.SameLocals1StackItem | |
| [source] Tables | |
| [source] TrapData |
Stores exception table data in code attribute.
|
| [source] TypeSignature |
Returns java type signature.
|