Uses of Enum
org.jboss.classfilewriter.code.StackFrameType
Packages that use StackFrameType
-
Uses of StackFrameType in org.jboss.classfilewriter.code
Methods in org.jboss.classfilewriter.code that return StackFrameTypeModifier and TypeMethodDescriptionStackFrame.getType()static StackFrameTypeReturns 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 StackFrameTypeModifierConstructorDescriptionStackFrame(StackState stackState, LocalVariableState localVariableState, StackFrameType type)