net.sf.arise.piji
Class Ctor

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

public class Ctor
extends ReflectorHelper


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

Constructor Detail

Ctor

public Ctor(Reflector ref)
Method Detail

construct

public final java.lang.Object construct(Context ctx,
                                        Expression[] args)
                                 throws java.lang.Throwable
java.lang.Throwable

construct

public final java.lang.Object construct(Context ctx,
                                        Expression[] args,
                                        int offset)
                                 throws java.lang.Throwable
java.lang.Throwable

construct

public final java.lang.Object construct(Context ctx,
                                        java.lang.Class type,
                                        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