org.codehaus.groovy.runtime
Class Reflector

java.lang.Object
  extended by org.codehaus.groovy.runtime.Reflector

public class Reflector
extends Object

Provides as alternative to reflection using bytecode generation.

Version:
$Revision: 4247 $
Author:
James Strachan

Constructor Summary
Reflector()
           
 
Method Summary
 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

Reflector

public Reflector()
Method Detail

invoke

public Object invoke(CachedMethod method,
                     Object object,
                     Object[] arguments)

noSuchMethod

protected Object noSuchMethod(CachedMethod method,
                              Object object,
                              Object[] arguments)

Copyright © 2003-2010 The Codehaus. All rights reserved.