|
Groovy 1.8.4 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.runtime.Reflector
public class Reflector extends Object
Provides as alternative to reflection using bytecode generation.
Method Summary | |
---|---|
Object
|
invoke(CachedMethod method, Object object, Object[] arguments)
|
protected Object
|
noSuchMethod(CachedMethod method, Object object, Object[] arguments)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public Object invoke(CachedMethod method, Object object, Object[] arguments)
protected Object noSuchMethod(CachedMethod method, Object object, Object[] arguments)
Copyright © 2003-2011 The Codehaus. All rights reserved.