Package | Description |
---|---|
org.jboss.classfilewriter.code |
Modifier and Type | Method and Description |
---|---|
StackEntry |
LocalVariableState.get(int index) |
static StackEntry |
StackEntry.of(String descriptor,
ConstPool pool) |
StackEntry |
StackState.top_1() |
StackEntry |
StackState.top_2() |
StackEntry |
StackState.top_3() |
StackEntry |
StackState.top() |
Modifier and Type | Method and Description |
---|---|
List<StackEntry> |
StackState.getContents() |
List<StackEntry> |
LocalVariableState.getContents() |
Modifier and Type | Method and Description |
---|---|
StackState |
StackState.constructorCall(int initializedValueStackPosition,
StackEntry entry) |
LocalVariableState |
LocalVariableState.constructorCall(StackEntry entry) |
StackState |
StackState.push(StackEntry entry)
push a type on to the top of the stack
|
StackFrame |
StackFrame.push(StackEntry entry)
push an operand of the given type onto the stack.
|
LocalVariableState |
LocalVariableState.store(int index,
StackEntry entry) |
LocalVariableState |
LocalVariableState.storeWide(int index,
StackEntry entry) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.