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: 1.3 $
- 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(MetaMethod method,
Object object,
Object[] arguments)
noSuchMethod
protected Object noSuchMethod(MetaMethod method,
Object object,
Object[] arguments)
Copyright © 2003-2007 The Codehaus. All Rights Reserved.