org.codehaus.groovy.classgen
Class MethodCallerMultiAdapter
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)
-
numberOfBaseMethods
int numberOfBaseMethods()
-