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 Summary
Constructors Constructor Description Reflector() 
- 
Method Summary
All 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
- 
invoke
public Object invoke(CachedMethod method, Object object, Object[] arguments)
 
- 
noSuchMethod
protected Object noSuchMethod(CachedMethod method, Object object, Object[] arguments)
 
 - 
 
 -