| java.lang.Object org.codehaus.groovy.classgen.MethodCallerMultiAdapter
MethodCallerMultiAdapter | public class MethodCallerMultiAdapter (Code) | | |
Method Summary | |
public void | call(MethodVisitor methodVisitor, int numberOfArguments, boolean safe, boolean spreadSafe) | public static MethodCallerMultiAdapter | newStatic(Class theClass, String baseName, boolean createNArgs, boolean skipSpreadSafeAndSafe) |
maxArgs | final public static int maxArgs(Code) | | |
skipSpreadSafeAndSafe | boolean skipSpreadSafeAndSafe(Code) | | |
call | public void call(MethodVisitor methodVisitor, int numberOfArguments, boolean safe, boolean spreadSafe)(Code) | | Parameters: methodVisitor - Parameters: numberOfArguments - a value >0 describing how many arguments are additionally used for the method call Parameters: safe - Parameters: spreadSafe - |
|
|