Package org.codehaus.groovy.runtime
Class Reflector
java.lang.Object
org.codehaus.groovy.runtime.Reflector
Provides as alternative to reflection using bytecode generation.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioninvoke(CachedMethod method, Object object, Object[] arguments) protected ObjectnoSuchMethod(CachedMethod method, Object object, Object[] arguments)  
- 
Constructor Details
- 
Reflector
public Reflector() 
 - 
 - 
Method Details
- 
invoke
 - 
noSuchMethod
 
 -