Uses of Class
org.codehaus.groovy.classgen.MethodCallerMultiAdapter

Packages that use MethodCallerMultiAdapter
org.codehaus.groovy.classgen Generates Java classes for Groovy classes using ASM. 
 

Uses of MethodCallerMultiAdapter in org.codehaus.groovy.classgen
 

Fields in org.codehaus.groovy.classgen declared as MethodCallerMultiAdapter
(package private) static MethodCallerMultiAdapter AsmClassGenerator.getField
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.getFieldOnSuper
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.getGroovyObjectField
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.getGroovyObjectProperty
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.getProperty
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.getPropertyOnSuper
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.invokeMethod
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.invokeMethodOnCurrent
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.invokeMethodOnSuper
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.invokeNew
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.invokeStaticMethod
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.setField
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.setFieldOnSuper
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.setGroovyObjectField
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.setGroovyObjectProperty
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.setProperty
           
(package private) static MethodCallerMultiAdapter AsmClassGenerator.setPropertyOnSuper
           
 

Methods in org.codehaus.groovy.classgen that return MethodCallerMultiAdapter
static MethodCallerMultiAdapter MethodCallerMultiAdapter.newStatic(java.lang.Class theClass, java.lang.String baseName, boolean createNArgs, boolean skipSpreadSafeAndSafe)
           
 

Methods in org.codehaus.groovy.classgen with parameters of type MethodCallerMultiAdapter
private  void AsmClassGenerator.makeCall(ClassExpression sender, Expression receiver, Expression message, Expression arguments, MethodCallerMultiAdapter adapter, boolean safe, boolean spreadSafe, boolean implicitThis)
           
private  void AsmClassGenerator.makeCall(Expression receiver, Expression message, Expression arguments, MethodCallerMultiAdapter adapter, boolean safe, boolean spreadSafe, boolean implicitThis)
           
private  void AsmClassGenerator.makeInvokeMethodCall(MethodCallExpression call, boolean useSuper, MethodCallerMultiAdapter adapter)
           
private  void AsmClassGenerator.visitAttributeOrProperty(PropertyExpression expression, MethodCallerMultiAdapter adapter)
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.