public class MethodCaller extends Object
A helper class to invoke methods more easily in ASM
| Constructor and description | 
|---|
                                protected MethodCaller()
  | 
                        
                                MethodCaller(int opcode, Class theClass, String name) | 
                        
                                MethodCaller(int opcode, Class theClass, String name, int parameterCount) | 
                        
| 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 | 
                            newStatic(Class theClass, String name, int parameterCount) | 
                        
 | 
                            public static MethodCaller | 
                            newVirtual(Class theClass, String name) | 
                        
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.