public class MethodCaller extends Object implements org.objectweb.asm.Opcodes
A helper class to invoke methods more easily in ASM
| Constructor and description | 
|---|
| protected MethodCaller
                                ()
 | 
| MethodCaller
                                (int opcode, Class theClass, String name) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public void | call(org.objectweb.asm.MethodVisitor methodVisitor) | 
|  | protected Method | getMethod() | 
|  | public String | getMethodDescriptor() | 
|  | public static MethodCaller | newInterface(Class theClass, String name) | 
|  | public static MethodCaller | newStatic(Class theClass, String name) | 
|  | public static MethodCaller | newVirtual(Class theClass, String name) | 
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.