net.sf.arise.piji
Class Accessor

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

public class Accessor
extends ReflectorHelper


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

Constructor Detail

Accessor

public Accessor(Reflector ref)
Method Detail

access

public final java.lang.Object access(java.lang.Object object,
                                     java.lang.reflect.Field field)
                              throws InternalException
InternalException

access

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

access

public java.lang.Object access(Context context,
                               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