public class MethodCallerMultiAdapter extends Object
| Modifier and Type | Field and Description | 
|---|---|
static int | 
MAX_ARGS  | 
| Constructor and Description | 
|---|
MethodCallerMultiAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
call(org.objectweb.asm.MethodVisitor methodVisitor,
    int numberOfArguments,
    boolean safe,
    boolean spreadSafe)  | 
static MethodCallerMultiAdapter | 
newStatic(Class theClass,
         String baseName,
         boolean createNArgs,
         boolean skipSpreadSafeAndSafe)  | 
public static final int MAX_ARGS
public static MethodCallerMultiAdapter newStatic(Class theClass, String baseName, boolean createNArgs, boolean skipSpreadSafeAndSafe)
public void call(org.objectweb.asm.MethodVisitor methodVisitor,
        int numberOfArguments,
        boolean safe,
        boolean spreadSafe)
methodVisitor - numberOfArguments - a value >0 describing how many arguments are additionally used for the method callsafe - spreadSafe -