Uses of Enum Class
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.StateCheckSignatureAdapter.stateThe 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_STATESThe valid automaton states for aCheckSignatureAdapter.visitClassBound()method call.private static final EnumSet<CheckSignatureAdapter.State>CheckSignatureAdapter.VISIT_EXCEPTION_TYPE_STATESThe valid automaton states for aCheckSignatureAdapter.visitExceptionType()method call.private static final EnumSet<CheckSignatureAdapter.State>CheckSignatureAdapter.VISIT_FORMAL_TYPE_PARAMETER_STATESThe valid automaton states for aCheckSignatureAdapter.visitFormalTypeParameter(java.lang.String)method call.private static final EnumSet<CheckSignatureAdapter.State>CheckSignatureAdapter.VISIT_INTERFACE_BOUND_STATESThe valid automaton states for aCheckSignatureAdapter.visitInterfaceBound()method call.private static final EnumSet<CheckSignatureAdapter.State>CheckSignatureAdapter.VISIT_INTERFACE_STATESThe valid automaton states for aCheckSignatureAdapter.visitInterface()method call.private static final EnumSet<CheckSignatureAdapter.State>CheckSignatureAdapter.VISIT_PARAMETER_TYPE_STATESThe valid automaton states for aCheckSignatureAdapter.visitParameterType()method call.private static final EnumSet<CheckSignatureAdapter.State>CheckSignatureAdapter.VISIT_RETURN_TYPE_STATESThe valid automaton states for aCheckSignatureAdapter.visitReturnType()method call.private static final EnumSet<CheckSignatureAdapter.State>CheckSignatureAdapter.VISIT_SUPER_CLASS_STATESThe valid automaton states for aCheckSignatureAdapter.visitSuperclass()method call.Methods in org.objectweb.asm.util that return CheckSignatureAdapter.StateModifier and TypeMethodDescriptionstatic CheckSignatureAdapter.StateReturns the enum constant of this class with the specified name.static CheckSignatureAdapter.State[]CheckSignatureAdapter.State.values()Returns an array containing the constants of this enum class, in the order they are declared.