Package | Description |
---|---|
org.jboss.classfilewriter.code |
Modifier and Type | Method | Description |
---|---|---|
StackFrameType |
StackFrame.getType() |
|
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 | Description |
---|---|
StackFrame(StackState stackState,
LocalVariableState localVariableState,
StackFrameType type) |
Copyright © 2018. All rights reserved.