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

Packages that use MethodCaller
org.codehaus.groovy.classgen   
 

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 AsmClassGenerator.evalBinaryExp_LateBinding(MethodCaller compareMethod, BinaryExpression expression)
           
protected  void AsmClassGenerator.evalBinaryExp_EarlyBinding(MethodCaller compareMethod, BinaryExpression expression)
          note: leave the primitive boolean on staock for comparison expressions.
 



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