[Java] Class MethodCallerMultiAdapter
- org.codehaus.groovy.classgen.asm.MethodCallerMultiAdapter
public class MethodCallerMultiAdapter extends Object
Field Summary
Modifiers | Name | Description |
---|---|---|
static int | MAX_ARGS |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public void |
call(org.objectweb.asm.MethodVisitor methodVisitor, int numberOfArguments, boolean safe, boolean spreadSafe)
| |
public static MethodCallerMultiAdapter |
newStatic(Class theClass, String baseName, boolean createNArgs, boolean skipSpreadSafeAndSafe) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
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
public static MethodCallerMultiAdapter newStatic(Class theClass, String baseName, boolean createNArgs, boolean skipSpreadSafeAndSafe)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/classgen/asm/MethodCallerMultiAdapter.html