Package org.codehaus.groovy.classgen.asm
Class MethodCallerMultiAdapter
- java.lang.Object
- 
- org.codehaus.groovy.classgen.asm.MethodCallerMultiAdapter
 
- 
 public class MethodCallerMultiAdapter extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static intMAX_ARGS
 - 
Constructor SummaryConstructors Constructor Description MethodCallerMultiAdapter()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcall(org.objectweb.asm.MethodVisitor methodVisitor, int numberOfArguments, boolean safe, boolean spreadSafe)static MethodCallerMultiAdapternewStatic(java.lang.Class theClass, java.lang.String baseName, boolean createNArgs, boolean skipSpreadSafeAndSafe)
 
- 
- 
- 
Field Detail- 
MAX_ARGSpublic static final int MAX_ARGS - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
newStaticpublic static MethodCallerMultiAdapter newStatic(java.lang.Class theClass, java.lang.String baseName, boolean createNArgs, boolean skipSpreadSafeAndSafe) 
 - 
callpublic 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-
 
 
- 
 
-