Uses of Class
org.jboss.classfilewriter.code.StackFrameType
-
Packages that use StackFrameType Package Description org.jboss.classfilewriter.code -
-
Uses of StackFrameType in org.jboss.classfilewriter.code
Fields in org.jboss.classfilewriter.code declared as StackFrameType Modifier and Type Field Description private StackFrameType
StackFrame. type
Methods in org.jboss.classfilewriter.code that return StackFrameType Modifier and Type Method Description StackFrameType
StackFrame. getType()
private StackFrameType
StackFrame. typeNoLocalChange(StackState ns)
determins the type of stack frame this is when no local variables have changedstatic 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.Constructors in org.jboss.classfilewriter.code with parameters of type StackFrameType Constructor Description StackFrame(StackState stackState, LocalVariableState localVariableState, StackFrameType type)
-