org.codehaus.groovy.classgen
Class MethodCallerMultiAdapter
java.lang.Object
org.codehaus.groovy.classgen.MethodCallerMultiAdapter
class MethodCallerMultiAdapter
extends Object
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
MAX_ARGS
static final int MAX_ARGS
-
skipSpreadSafeAndSafe
boolean skipSpreadSafeAndSafe
-
MethodCallerMultiAdapter
MethodCallerMultiAdapter()
-
call
public void call(MethodVisitor methodVisitor, int numberOfArguments, boolean safe, boolean spreadSafe)
-
- param:
- methodVisitor
- param:
- numberOfArguments a value >0 describing how many arguments are additionally used for the method call
- param:
- safe
- param:
- spreadSafe
newStatic
public static MethodCallerMultiAdapter newStatic(Class theClass, String baseName, boolean createNArgs, boolean skipSpreadSafeAndSafe)
-
Copyright © 2003-2009 The Codehaus. All rights reserved.