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
 

Fields in org.codehaus.groovy.classgen declared as MethodCaller
(package private)  MethodCaller AsmClassGenerator.invokeMethodMethod
           
(package private)  MethodCaller AsmClassGenerator.invokeMethodSafeMethod
           
(package private)  MethodCaller AsmClassGenerator.invokeStaticMethodMethod
           
(package private)  MethodCaller AsmClassGenerator.invokeConstructorMethod
           
(package private)  MethodCaller AsmClassGenerator.invokeConstructorOfMethod
           
(package private)  MethodCaller AsmClassGenerator.invokeNoArgumentsConstructorOf
           
(package private)  MethodCaller AsmClassGenerator.invokeClosureMethod
           
(package private)  MethodCaller AsmClassGenerator.invokeSuperMethodMethod
           
(package private)  MethodCaller AsmClassGenerator.invokeNoArgumentsMethod
           
(package private)  MethodCaller AsmClassGenerator.invokeStaticNoArgumentsMethod
           
(package private)  MethodCaller AsmClassGenerator.asIntMethod
           
(package private)  MethodCaller AsmClassGenerator.asTypeMethod
           
(package private)  MethodCaller AsmClassGenerator.getAttributeMethod
           
(package private)  MethodCaller AsmClassGenerator.getAttributeSafeMethod
           
(package private)  MethodCaller AsmClassGenerator.setAttributeMethod2
           
(package private)  MethodCaller AsmClassGenerator.setAttributeSafeMethod2
           
(package private)  MethodCaller AsmClassGenerator.getPropertyMethod
           
(package private)  MethodCaller AsmClassGenerator.getPropertySafeMethod
           
(package private)  MethodCaller AsmClassGenerator.setPropertyMethod
           
(package private)  MethodCaller AsmClassGenerator.setPropertyMethod2
           
(package private)  MethodCaller AsmClassGenerator.setPropertySafeMethod2
           
(package private)  MethodCaller AsmClassGenerator.getGroovyObjectPropertyMethod
           
(package private)  MethodCaller AsmClassGenerator.setGroovyObjectPropertyMethod
           
(package private)  MethodCaller AsmClassGenerator.asIteratorMethod
           
(package private)  MethodCaller AsmClassGenerator.asBool
           
(package private)  MethodCaller AsmClassGenerator.notBoolean
           
(package private)  MethodCaller AsmClassGenerator.notObject
           
(package private)  MethodCaller AsmClassGenerator.regexPattern
           
(package private)  MethodCaller AsmClassGenerator.negation
           
(package private)  MethodCaller AsmClassGenerator.bitNegation
           
(package private)  MethodCaller AsmClassGenerator.convertPrimitiveArray
           
(package private)  MethodCaller AsmClassGenerator.convertToPrimitiveArray
           
(package private)  MethodCaller AsmClassGenerator.compareIdenticalMethod
           
(package private)  MethodCaller AsmClassGenerator.compareEqualMethod
           
(package private)  MethodCaller AsmClassGenerator.compareNotEqualMethod
           
(package private)  MethodCaller AsmClassGenerator.compareToMethod
           
(package private)  MethodCaller AsmClassGenerator.findRegexMethod
           
(package private)  MethodCaller AsmClassGenerator.matchRegexMethod
           
(package private)  MethodCaller AsmClassGenerator.compareLessThanMethod
           
(package private)  MethodCaller AsmClassGenerator.compareLessThanEqualMethod
           
(package private)  MethodCaller AsmClassGenerator.compareGreaterThanMethod
           
(package private)  MethodCaller AsmClassGenerator.compareGreaterThanEqualMethod
           
(package private)  MethodCaller AsmClassGenerator.isCaseMethod
           
(package private)  MethodCaller AsmClassGenerator.createListMethod
           
(package private)  MethodCaller AsmClassGenerator.createTupleMethod
           
(package private)  MethodCaller AsmClassGenerator.createMapMethod
           
(package private)  MethodCaller AsmClassGenerator.createRangeMethod
           
(package private)  MethodCaller AsmClassGenerator.assertFailedMethod
           
(package private)  MethodCaller AsmClassGenerator.iteratorNextMethod
           
(package private)  MethodCaller AsmClassGenerator.iteratorHasNextMethod
           
 

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

Methods in org.codehaus.groovy.classgen with parameters of type MethodCaller
private  void AsmClassGenerator.evaluateBinaryExpression(MethodCaller compareMethod, BinaryExpression bin)
           
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.