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.
- Version:
- $Revision: 4247 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Reflector
public Reflector()
invoke
public Object invoke(CachedMethod method,
Object object,
Object[] arguments)
noSuchMethod
protected Object noSuchMethod(CachedMethod method,
Object object,
Object[] arguments)