Package | Description |
---|---|
com.comphenix.protocol.reflect |
Modifier and Type | Method and Description |
---|---|
static ClassAnalyser.AsmMethod.AsmOpcodes |
ClassAnalyser.AsmMethod.AsmOpcodes.fromIntOpcode(int opcode) |
ClassAnalyser.AsmMethod.AsmOpcodes |
ClassAnalyser.AsmMethod.getOpcode()
Retrieve the opcode used to invoke this method or constructor.
|
static ClassAnalyser.AsmMethod.AsmOpcodes |
ClassAnalyser.AsmMethod.AsmOpcodes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassAnalyser.AsmMethod.AsmOpcodes[] |
ClassAnalyser.AsmMethod.AsmOpcodes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ClassAnalyser.AsmMethod(ClassAnalyser.AsmMethod.AsmOpcodes opcode,
java.lang.String ownerClass,
java.lang.String methodName,
java.lang.String signature) |