public class AsmOpcodeHelper extends OpcodeHelper
ACC_PRIVATE, ACC_PROTECTED, ACC_PUBLIC, ACC_STATIC
Constructor and Description |
---|
AsmOpcodeHelper() |
Modifier and Type | Method and Description |
---|---|
boolean |
isGetField(int opcode) |
boolean |
isLoadConstant(int opcode) |
boolean |
isNative(int access) |
boolean |
isPutField(int opcode) |
boolean |
isReturn(int opcode) |
getInstance
public boolean isPutField(int opcode)
isPutField
in class OpcodeHelper
public boolean isGetField(int opcode)
isGetField
in class OpcodeHelper
public boolean isReturn(int opcode)
isReturn
in class OpcodeHelper
public boolean isNative(int access)
isNative
in class OpcodeHelper
public boolean isLoadConstant(int opcode)
isLoadConstant
in class OpcodeHelper