Package | Description |
---|---|
javassist.bytecode.analysis |
Bytecode Analysis API.
|
javassist.bytecode.stackmap |
Class and Description |
---|
BasicBlock
A basic block is a sequence of bytecode that does not contain jump/branch
instructions except at the last bytecode.
|
BasicBlock.Catch |
Class and 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 |
BasicBlock.Mark
A Mark indicates the position of a branch instruction
or a branch target.
|
MapMaker
Stack map maker.
|
Tracer |
TypeData |
TypeData.AbsTypeVar |
TypeData.BasicType
Primitive types.
|
TypeData.ClassName
Type data for OBJECT.
|
TypeData.TypeVar |
TypeData.UninitData
Type data for UNINIT.
|
TypedBlock |
TypeTag |