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 static CheckMethodAdapter.Method[] |
CheckMethodAdapter.OPCODE_METHODS
The method to use to visit each instruction.
|
Modifier and Type | Method and Description |
---|---|
static CheckMethodAdapter.Method |
CheckMethodAdapter.Method.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CheckMethodAdapter.Method[] |
CheckMethodAdapter.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static void |
CheckMethodAdapter.checkOpcodeMethod(int opcode,
CheckMethodAdapter.Method method)
Checks that the method to visit the given opcode is equal to the given method.
|