Uses of Enum
org.objectweb.asm.util.CheckSignatureAdapter.State
Packages that use CheckSignatureAdapter.State
Package
Description
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Uses of CheckSignatureAdapter.State in org.objectweb.asm.util
Fields in org.objectweb.asm.util declared as CheckSignatureAdapter.StateModifier and TypeFieldDescriptionprivate CheckSignatureAdapter.State
CheckSignatureAdapter.state
The current state of the automaton used to check the order of method calls.Fields in org.objectweb.asm.util with type parameters of type CheckSignatureAdapter.StateModifier and TypeFieldDescriptionprivate static final EnumSet<CheckSignatureAdapter.State>
CheckSignatureAdapter.VISIT_CLASS_BOUND_STATES
The valid automaton states for aCheckSignatureAdapter.visitClassBound()
method call.private static final EnumSet<CheckSignatureAdapter.State>
CheckSignatureAdapter.VISIT_EXCEPTION_TYPE_STATES
The valid automaton states for aCheckSignatureAdapter.visitExceptionType()
method call.private static final EnumSet<CheckSignatureAdapter.State>
CheckSignatureAdapter.VISIT_FORMAL_TYPE_PARAMETER_STATES
The valid automaton states for aCheckSignatureAdapter.visitFormalTypeParameter(java.lang.String)
method call.private static final EnumSet<CheckSignatureAdapter.State>
CheckSignatureAdapter.VISIT_INTERFACE_BOUND_STATES
The valid automaton states for aCheckSignatureAdapter.visitInterfaceBound()
method call.private static final EnumSet<CheckSignatureAdapter.State>
CheckSignatureAdapter.VISIT_INTERFACE_STATES
The valid automaton states for aCheckSignatureAdapter.visitInterface()
method call.private static final EnumSet<CheckSignatureAdapter.State>
CheckSignatureAdapter.VISIT_PARAMETER_TYPE_STATES
The valid automaton states for aCheckSignatureAdapter.visitParameterType()
method call.private static final EnumSet<CheckSignatureAdapter.State>
CheckSignatureAdapter.VISIT_RETURN_TYPE_STATES
The valid automaton states for aCheckSignatureAdapter.visitReturnType()
method call.private static final EnumSet<CheckSignatureAdapter.State>
CheckSignatureAdapter.VISIT_SUPER_CLASS_STATES
The valid automaton states for aCheckSignatureAdapter.visitSuperclass()
method call.Methods in org.objectweb.asm.util that return CheckSignatureAdapter.StateModifier and TypeMethodDescriptionstatic CheckSignatureAdapter.State
Returns the enum constant of this type with the specified name.static CheckSignatureAdapter.State[]
CheckSignatureAdapter.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.