Uses of Enum
org.jboss.classfilewriter.code.StackEntryType
Packages that use StackEntryType
-
Uses of StackEntryType in org.jboss.classfilewriter.code
Methods in org.jboss.classfilewriter.code that return StackEntryTypeModifier and TypeMethodDescriptionStackEntry.getType()static StackEntryTypeReturns the enum constant of this type with the specified name.static StackEntryType[]StackEntryType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.classfilewriter.code with parameters of type StackEntryTypeModifier and TypeMethodDescriptionvoidCodeAttribute.assertTypeOnStack(int position, StackEntryType type, String message) voidCodeAttribute.assertTypeOnStack(StackEntryType type, String message) Constructors in org.jboss.classfilewriter.code with parameters of type StackEntryTypeModifierConstructorDescriptionStackEntry(StackEntryType type, String descriptor) StackEntry(StackEntryType type, String descriptor, int newInstructionLocation) StackEntry(StackEntryType type, String descriptor, ConstPool pool)