| java.lang.Object gnu.mapping.Procedure gnu.mapping.ProcedureN gnu.expr.InitializeProc
InitializeProc | public class InitializeProc extends ProcedureN implements Inlineable(Code) | | Call one of the constructors of a class.
version: $Date: 2004/02/20 13:11:49 $ author: Daniel Bonniot (bonniot@users.sourceforge.net) |
InitializeProc | public InitializeProc(Method constructor)(Code) | | |
InitializeProc | public InitializeProc(Method constructor, boolean implicitThis)(Code) | | Parameters: implicitThis - true if a 'this' argument should be addedduring the call. |
InitializeProc | public InitializeProc(Method constructor, boolean implicitThis, int dummyArgs)(Code) | | Parameters: implicitThis - true if a 'this' argument should be addedduring the call. |
InitializeProc | public InitializeProc(ConstructorExp method, boolean implicitThis)(Code) | | Parameters: implicitThis - true if a 'this' argument should be addedduring the call. |
Methods inherited from gnu.mapping.Procedure | public void apply(Runnable ctx) throws Throwable(Code)(Java Doc) abstract public Object apply0() throws Throwable(Code)(Java Doc) abstract public Object apply1(Object arg1) throws Throwable(Code)(Java Doc) abstract public Object apply2(Object arg1, Object arg2) throws Throwable(Code)(Java Doc) abstract public Object apply3(Object arg1, Object arg2, Object arg3) throws Throwable(Code)(Java Doc) abstract public Object apply4(Object arg1, Object arg2, Object arg3, Object arg4) throws Throwable(Code)(Java Doc) abstract public Object applyN(Object[] args) throws Throwable(Code)(Java Doc) public static void checkArgCount(Procedure proc, int argCount)(Code)(Java Doc) public String getName()(Code)(Java Doc) public Object getProperty(Object key, Object defaultValue)(Code)(Java Doc) public Procedure getSetter()(Code)(Java Doc) final public int maxArgs()(Code)(Java Doc) final public int minArgs()(Code)(Java Doc) final public String name()(Code)(Java Doc) public int numArgs()(Code)(Java Doc) public Object removeProperty(Object key)(Code)(Java Doc) public void set0(Object result) throws Throwable(Code)(Java Doc) public void set1(Object arg1, Object value) throws Throwable(Code)(Java Doc) public void setN(Object[] args) throws Throwable(Code)(Java Doc) final public void setName(String name)(Code)(Java Doc) public synchronized void setProperty(Object key, Object value)(Code)(Java Doc) public static Object[] setProperty(Object[] properties, Object key, Object value)(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|