|
|||||||||
| PREV CLASS NEXT CLASS | 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.
| Constructor and Description |
|---|
Reflector()
|
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(CachedMethod method,
Object object,
Object[] arguments)
|
protected Object |
noSuchMethod(CachedMethod method,
Object object,
Object[] arguments)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Reflector()
| Method Detail |
|---|
public Object invoke(CachedMethod method,
Object object,
Object[] arguments)
protected Object noSuchMethod(CachedMethod method,
Object object,
Object[] arguments)
|
Copyright © 2003-2010 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||