| Interface | Description |
|---|---|
| TypeTag |
| Class | Description |
|---|---|
| BasicBlock |
A basic block is a sequence of bytecode that does not contain jump/branch
instructions except at the last bytecode.
|
| BasicBlock.Catch | |
| BasicBlock.Maker | |
| Liveness | |
| MapMaker |
Stack map maker.
|
| Tracer | |
| TypeData | |
| TypeData.ArrayElement |
Type data for OBJECT if the type is an object type and is
derived as an element type from an array type by AALOAD.
|
| TypeData.BasicType |
Primitive types.
|
| TypeData.ClassName |
Type data for OBJECT.
|
| TypeData.NullType |
Type data for NULL or OBJECT.
|
| TypeData.TypeName | |
| TypeData.UninitData |
Type data for UNINIT.
|
| TypeData.UninitThis | |
| TypedBlock | |
| TypedBlock.Maker |
Copyright © 2013. All rights reserved.