Package | Description |
---|---|
org.jboss.classfilewriter.code |
Modifier and Type | Field and Description |
---|---|
private LocalVariableState |
StackFrame.localVariableState
The local variable state
|
Modifier and Type | Method and Description |
---|---|
LocalVariableState |
LocalVariableState.constructorCall(StackEntry entry) |
LocalVariableState |
StackFrame.getLocalVariableState() |
private LocalVariableState |
CodeAttribute.getLocalVars() |
LocalVariableState |
LocalVariableState.store(int index,
StackEntry entry) |
LocalVariableState |
LocalVariableState.storeWide(int index,
StackEntry entry) |
Constructor and Description |
---|
StackFrame(StackState stackState,
LocalVariableState localVariableState,
StackFrameType type) |