[Java] Class MethodCallerMultiAdapter
- org.codehaus.groovy.classgen.asm.MethodCallerMultiAdapter
public class MethodCallerMultiAdapter
extends Object
Field Summary
Fields
Modifiers |
Name |
Description |
static int |
MAX_ARGS |
|
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
|
public void |
call(org.objectweb.asm.MethodVisitor methodVisitor, int numberOfArguments, boolean safe, boolean spreadSafe)
- Parameters:
-
methodVisitor
|
|
public static MethodCallerMultiAdapter |
newStatic(Class theClass, String baseName, boolean createNArgs, boolean skipSpreadSafeAndSafe)
|
Inherited Methods Summary
Field Detail
public static final int MAX_ARGS
Method Detail
public void call(org.objectweb.asm.MethodVisitor methodVisitor, int numberOfArguments, boolean safe, boolean spreadSafe)
-
Parameters:
-
methodVisitor
numberOfArguments
- a value > 0 describing how many arguments are additionally used for the method call
-
safe
-
spreadSafe
public static MethodCallerMultiAdapter newStatic(Class theClass, String baseName, boolean createNArgs, boolean skipSpreadSafeAndSafe)