Interface | Description |
---|---|
Opcode |
JVM Instruction Set.
|
Class | Description |
---|---|
BranchEnd |
Marker that is used to create the end of a branch instruction.
|
CodeAttribute | |
CodeLocation |
Represents a location in the bytecode.
|
ExceptionHandler | |
LocalVariableState |
In immutable local variable state
|
LookupSwitchBuilder |
builder class used to build a lookupswitch statement.
|
LookupSwitchBuilder.ValuePair | |
StackEntry |
represents the state of the stack or the local variable array.
|
StackFrame |
Represents a stack frame in the virtual machine.
|
StackState |
In immutable stack state, which may be shared between frames
|
TableSwitchBuilder |
builder class used to build a tableswitch statement.
|
TableSwitchBuilder.ValuePair |
Enum | Description |
---|---|
StackEntryType | |
StackFrameType |
The frame type for the StackMapTable
|
Copyright © 2015. All rights reserved.