org.codehaus.groovy.runtime
Class Reflector

java.lang.Object
  extended byorg.codehaus.groovy.runtime.Reflector

public class Reflector
extends Object

Provides as alternative to reflection using bytecode generation.

Version:
$Revision: 1.1 $
Author:
James Strachan

Constructor Summary
Reflector()
           
 
Method Summary
 Object invoke(groovy.lang.MetaMethod method, Object object, Object[] arguments)
           
protected  Object noSuchMethod(groovy.lang.MetaMethod 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

Reflector

public Reflector()
Method Detail

invoke

public Object invoke(groovy.lang.MetaMethod method,
                     Object object,
                     Object[] arguments)

noSuchMethod

protected Object noSuchMethod(groovy.lang.MetaMethod method,
                              Object object,
                              Object[] arguments)


Copyright © 2003-2005 The Codehaus. All Rights Reserved.