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