Package | Description |
---|---|
org.objectweb.asm.util |
Provides ASM visitors that can be useful for programming and
debugging purposes.
|
Modifier and Type | Field and Description |
---|---|
private CheckSignatureAdapter.State |
CheckSignatureAdapter.state
The current state of the automaton used to check the order of method calls.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.EnumSet<CheckSignatureAdapter.State> |
CheckSignatureAdapter.VISIT_CLASS_BOUND_STATES
The valid automaton states for a
CheckSignatureAdapter.visitClassBound() method call. |
private static java.util.EnumSet<CheckSignatureAdapter.State> |
CheckSignatureAdapter.VISIT_EXCEPTION_TYPE_STATES
The valid automaton states for a
CheckSignatureAdapter.visitExceptionType() method call. |
private static java.util.EnumSet<CheckSignatureAdapter.State> |
CheckSignatureAdapter.VISIT_FORMAL_TYPE_PARAMETER_STATES
The valid automaton states for a
CheckSignatureAdapter.visitFormalTypeParameter(java.lang.String) method call. |
private static java.util.EnumSet<CheckSignatureAdapter.State> |
CheckSignatureAdapter.VISIT_INTERFACE_BOUND_STATES
The valid automaton states for a
CheckSignatureAdapter.visitInterfaceBound() method call. |
private static java.util.EnumSet<CheckSignatureAdapter.State> |
CheckSignatureAdapter.VISIT_INTERFACE_STATES
The valid automaton states for a
CheckSignatureAdapter.visitInterface() method call. |
private static java.util.EnumSet<CheckSignatureAdapter.State> |
CheckSignatureAdapter.VISIT_PARAMETER_TYPE_STATES
The valid automaton states for a
CheckSignatureAdapter.visitParameterType() method call. |
private static java.util.EnumSet<CheckSignatureAdapter.State> |
CheckSignatureAdapter.VISIT_RETURN_TYPE_STATES
The valid automaton states for a
CheckSignatureAdapter.visitReturnType() method call. |
private static java.util.EnumSet<CheckSignatureAdapter.State> |
CheckSignatureAdapter.VISIT_SUPER_CLASS_STATES
The valid automaton states for a
CheckSignatureAdapter.visitSuperclass() method call. |
Modifier and Type | Method and Description |
---|---|
static CheckSignatureAdapter.State |
CheckSignatureAdapter.State.valueOf(java.lang.String name)
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.
|