net.sf.arise.piji
Class Invoker

java.lang.Object
  |
  +--net.sf.arise.piji.ReflectorHelper
        |
        +--net.sf.arise.piji.Invoker

public class Invoker
extends ReflectorHelper


Field Summary
 
Fields inherited from class net.sf.arise.piji.ReflectorHelper
ref
 
Constructor Summary
Invoker(Reflector ref)
           
 
Method Summary
 java.lang.Object invoke(Context context, Expression[] args)
           
 java.lang.Object invoke(Context context, Expression[] args, int offset)
           
 java.lang.Object invoke(Context context, java.lang.Object object, Expression[] args, int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invoker

public Invoker(Reflector ref)
Method Detail

invoke

public java.lang.Object invoke(Context context,
                               Expression[] args)
                        throws java.lang.Throwable
java.lang.Throwable

invoke

public java.lang.Object invoke(Context context,
                               Expression[] args,
                               int offset)
                        throws java.lang.Throwable
java.lang.Throwable

invoke

public java.lang.Object invoke(Context context,
                               java.lang.Object object,
                               Expression[] args,
                               int offset)
                        throws java.lang.Throwable
java.lang.Throwable


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth