Uses of Class
org.objectweb.asm.commons.Method
-
Uses of Method in org.objectweb.asm.commons
Methods in org.objectweb.asm.commons that return MethodModifier and TypeMethodDescriptionstatic MethodMethod.getMethod(Constructor<?> constructor) 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 org.objectweb.asm.commons with parameters of type MethodModifier and TypeMethodDescriptionvoidGeneratorAdapter.invokeConstructor(org.objectweb.asm.Type type, Method method) Generates the instruction to invoke a constructor.voidGeneratorAdapter.invokeInterface(org.objectweb.asm.Type owner, Method method) Generates the instruction to invoke an interface method.voidGeneratorAdapter.invokeStatic(org.objectweb.asm.Type owner, Method method) Generates the instruction to invoke a static method.voidGeneratorAdapter.invokeVirtual(org.objectweb.asm.Type owner, Method method) Generates the instruction to invoke a normal method.Constructors in org.objectweb.asm.commons with parameters of type MethodModifierConstructorDescriptionGeneratorAdapter(int access, Method method, String signature, org.objectweb.asm.Type[] exceptions, org.objectweb.asm.ClassVisitor classVisitor) Constructs a newGeneratorAdapter.GeneratorAdapter(int access, Method method, org.objectweb.asm.MethodVisitor methodVisitor) Constructs a newGeneratorAdapter.