Package org.codehaus.groovy.runtime
Class Reflector
- java.lang.Object
- 
- org.codehaus.groovy.runtime.Reflector
 
- 
 public class Reflector extends Object Provides as alternative to reflection using bytecode generation.
- 
- 
Constructor SummaryConstructors Constructor Description Reflector()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinvoke(CachedMethod method, Object object, Object[] arguments)protected ObjectnoSuchMethod(CachedMethod method, Object object, Object[] arguments)
 
- 
- 
- 
Method Detail- 
invokepublic Object invoke(CachedMethod method, Object object, Object[] arguments) 
 - 
noSuchMethodprotected Object noSuchMethod(CachedMethod method, Object object, Object[] arguments) 
 
- 
 
-