| Interface | Description |
|---|---|
| CodeAttribute.StackFrameTypeResolver |
Interface that can be used to override the type merging process when merging stack frames
|
| 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 © 2019 JBoss by Red Hat. All rights reserved.