org.codehaus.groovy.runtime.metaclass
Interface ClosureMetaClass.MethodChooser

All Known Implementing Classes:
ClosureMetaClass.NormalMethodChooser, ClosureMetaClass.StandardClosureChooser
Enclosing class:
ClosureMetaClass

private static interface ClosureMetaClass.MethodChooser


Method Summary
 java.lang.Object chooseMethod(java.lang.Class[] arguments, boolean coerce)
           
 

Method Detail

chooseMethod

java.lang.Object chooseMethod(java.lang.Class[] arguments,
                              boolean coerce)


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