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.newInterface(Class theClass, String name)
           
static MethodCaller MethodCaller.newStatic(Class theClass, String name)
           
static MethodCaller MethodCaller.newVirtual(Class theClass, String name)
           
 



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