org.codehaus.groovy.runtime.metaclass
Class ClosureMetaClass.StandardClosureChooser

java.lang.Object
  extended by org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.StandardClosureChooser
All Implemented Interfaces:
ClosureMetaClass.MethodChooser
Enclosing class:
ClosureMetaClass

private static class ClosureMetaClass.StandardClosureChooser
extends java.lang.Object
implements ClosureMetaClass.MethodChooser


Field Summary
private  MetaMethod doCall0
           
private  MetaMethod doCall1
           
 
Constructor Summary
ClosureMetaClass.StandardClosureChooser(MetaMethod m0, MetaMethod m1)
           
 
Method Summary
 java.lang.Object chooseMethod(java.lang.Class[] arguments, boolean coerce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doCall0

private final MetaMethod doCall0

doCall1

private final MetaMethod doCall1
Constructor Detail

ClosureMetaClass.StandardClosureChooser

ClosureMetaClass.StandardClosureChooser(MetaMethod m0,
                                        MetaMethod m1)
Method Detail

chooseMethod

public java.lang.Object chooseMethod(java.lang.Class[] arguments,
                                     boolean coerce)
Specified by:
chooseMethod in interface ClosureMetaClass.MethodChooser


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