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

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

Uses of MethodCaller in org.codehaus.groovy.classgen
 

Methods in org.codehaus.groovy.classgen that return MethodCaller
static MethodCaller MethodCaller.newStatic(Class theClass, String name)
           
static MethodCaller MethodCaller.newInterface(Class theClass, String name)
           
static MethodCaller MethodCaller.newVirtual(Class theClass, String name)
           
 

Methods in org.codehaus.groovy.classgen with parameters of type MethodCaller
protected  void ClassGenerator.evaluateBinaryExpression(MethodCaller compareMethod, BinaryExpression expression)
           
 



Copyright © 2003-2004 The Codehaus. All Rights Reserved.