public class MethodCaller extends Object
A helper class to invoke methods more easily in ASM
Constructor and description |
---|
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-2018 The Apache Software Foundation. All rights reserved.