org.codehaus.groovy.runtime
Class Reflector
java.lang.Object
org.codehaus.groovy.runtime.Reflector
class Reflector
extends Object
Provides as alternative to reflection using bytecode generation.
- author:
- James Strachan
- version:
- $Revision: 4247 $
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Reflector
Reflector()
-
invoke
public Object invoke(CachedMethod method, Object object, Object[] arguments)
-
noSuchMethod
protected Object noSuchMethod(CachedMethod method, Object object, Object[] arguments)
-
Copyright © 2003-2009 The Codehaus. All rights reserved.