Package org.codehaus.groovy.classgen.asm
Class MethodCallerMultiAdapter
java.lang.Object
org.codehaus.groovy.classgen.asm.MethodCallerMultiAdapter
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcall(org.objectweb.asm.MethodVisitor methodVisitor, int numberOfArguments, boolean safe, boolean spreadSafe) static MethodCallerMultiAdapter
- 
Field Details- 
MAX_ARGSpublic static final int MAX_ARGS- See Also:
 
 
- 
- 
Constructor Details- 
MethodCallerMultiAdapterpublic MethodCallerMultiAdapter()
 
- 
- 
Method Details- 
newStaticpublic static MethodCallerMultiAdapter newStatic(Class theClass, 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-
 
 
-