Package 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.
-
Constructor Summary
Constructors Constructor Description Reflector()
-
Method Summary
Modifier and Type Method Description Object
invoke(CachedMethod method, Object object, Object[] arguments)
protected Object
noSuchMethod(CachedMethod method, Object object, Object[] arguments)
-
Constructor Details
-
Reflector
public Reflector()
-
-
Method Details
-
invoke
-
noSuchMethod
-