| 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
|
| 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
|
| Enum | Description |
|---|---|
| StackEntryType | |
| StackFrameType |
The frame type for the StackMapTable
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.