org.codehaus.groovy.runtime
[Java] Class Reflector
java.lang.Object
org.codehaus.groovy.runtime.Reflector
public class Reflector
extends Object
Provides as alternative to reflection using bytecode generation.
- Authors:
- James Strachan
- Version:
- \$Revision: 4247 \$
invoke
public Object invoke(CachedMethod method, Object object, Object[] arguments)
-
noSuchMethod
protected Object noSuchMethod(CachedMethod method, Object object, Object[] arguments)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.