Enum Class的使用
cn.taketoday.bytecode.util.CheckMethodAdapter.Method
-
cn.taketoday.bytecode.util中CheckMethodAdapter.Method的使用
修饰符和类型字段说明private static final CheckMethodAdapter.Method[]CheckMethodAdapter.OPCODE_METHODSThe method to use to visit each instruction.修饰符和类型方法说明static CheckMethodAdapter.MethodReturns the enum constant of this class with the specified name.static CheckMethodAdapter.Method[]CheckMethodAdapter.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明private static voidCheckMethodAdapter.checkOpcodeMethod(int opcode, CheckMethodAdapter.Method method) Checks that the method to visit the given opcode is equal to the given method.