- org.codehaus.groovy.classgen.asm.MethodCallerMultiAdapter
-
-
Field Summary
Fields
Modifiers |
Name |
Description |
static int |
MAX_ARGS |
|
-
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
|
public void |
call(org.objectweb.asm.MethodVisitor methodVisitor, int numberOfArguments, boolean safe, boolean spreadSafe) - Parameters:
- methodVisitor
|
|
public static MethodCallerMultiAdapter |
newStatic(Class theClass, String baseName, boolean createNArgs, boolean skipSpreadSafeAndSafe)
|
-
Inherited Methods Summary
-
-
Field Detail
-
public static final int MAX_ARGS
-
Method Detail
-
public 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
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.