Uses of Enum Class
com.comphenix.protocol.reflect.ClassAnalyser.AsmMethod.AsmOpcodes
Packages that use ClassAnalyser.AsmMethod.AsmOpcodes
-
Uses of ClassAnalyser.AsmMethod.AsmOpcodes in com.comphenix.protocol.reflect
Methods in com.comphenix.protocol.reflect that return ClassAnalyser.AsmMethod.AsmOpcodesModifier and TypeMethodDescriptionClassAnalyser.AsmMethod.AsmOpcodes.fromIntOpcode(int opcode)ClassAnalyser.AsmMethod.getOpcode()Retrieve the opcode used to invoke this method or constructor.Returns the enum constant of this class with the specified name.static ClassAnalyser.AsmMethod.AsmOpcodes[]ClassAnalyser.AsmMethod.AsmOpcodes.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.comphenix.protocol.reflect with parameters of type ClassAnalyser.AsmMethod.AsmOpcodesModifierConstructorDescriptionAsmMethod(ClassAnalyser.AsmMethod.AsmOpcodes opcode, String ownerClass, String methodName, String signature)