Package | Description |
---|---|
org.jboss.classfilewriter.code |
Modifier and Type | Field and Description |
---|---|
private StackFrameType |
StackFrame.type |
Modifier and Type | Method and Description |
---|---|
StackFrameType |
StackFrame.getType() |
private StackFrameType |
StackFrame.typeNoLocalChange(StackState ns)
determins the type of stack frame this is when no local variables have changed
|
static StackFrameType |
StackFrameType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StackFrameType[] |
StackFrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StackFrame(StackState stackState,
LocalVariableState localVariableState,
StackFrameType type) |