Uses of Class
com.googlecode.aviator.asm.commons.Method
Packages that use Method
-
Uses of Method in com.googlecode.aviator.asm.commons
Fields in com.googlecode.aviator.asm.commons declared as MethodModifier and TypeFieldDescriptionprivate static final MethodGeneratorAdapter.BOOLEAN_VALUEprivate static final MethodGeneratorAdapter.CHAR_VALUEprivate static final MethodGeneratorAdapter.DOUBLE_VALUEprivate static final MethodGeneratorAdapter.FLOAT_VALUEprivate static final MethodGeneratorAdapter.INT_VALUEprivate static final MethodGeneratorAdapter.LONG_VALUEMethods in com.googlecode.aviator.asm.commons that return MethodModifier and TypeMethodDescriptionstatic MethodMethod.getMethod(Constructor<?> c) Creates a newMethod.static MethodCreates a newMethod.static MethodReturns aMethodcorresponding to the given Java method declaration.static MethodReturns aMethodcorresponding to the given Java method declaration.Methods in com.googlecode.aviator.asm.commons with parameters of type MethodModifier and TypeMethodDescriptionvoidGeneratorAdapter.invokeConstructor(Type type, Method method) Generates the instruction to invoke a constructor.private voidGeneratorAdapter.invokeInsn(int opcode, Type type, Method method) Generates an invoke method instruction.voidGeneratorAdapter.invokeInterface(Type owner, Method method) Generates the instruction to invoke an interface method.voidGeneratorAdapter.invokeStatic(Type owner, Method method) Generates the instruction to invoke a static method.voidGeneratorAdapter.invokeVirtual(Type owner, Method method) Generates the instruction to invoke a normal method.Constructors in com.googlecode.aviator.asm.commons with parameters of type MethodModifierConstructorDescriptionGeneratorAdapter(int access, Method method, MethodVisitor mv) Creates a newGeneratorAdapter.GeneratorAdapter(int access, Method method, String signature, Type[] exceptions, ClassVisitor cv) Creates a newGeneratorAdapter.