|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.wpi.cs.dsrg.xmldb.xat.common.operator.specialoperator.function.FunCall
The FunCall class
Constructor Summary | |
FunCall()
|
Method Summary | |
void |
eval(Function f)
if later func implement eval, it will over load this function otherwise, func implement exec() method, it will over load exec function |
protected abstract java.lang.Object |
exec(java.util.Vector param)
The subclass should overwrite this method. |
void |
iterator(Function f)
Iterates through function parameter. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FunCall()
Method Detail |
public final void eval(Function f)
f
- edu.wpi.cs.dsrg.xmldb.xat.common.operator.specialoperator.function.FunCallprotected abstract java.lang.Object exec(java.util.Vector param) throws java.lang.Exception
param
- java.util.Vectorpublic void iterator(Function f)
f
- is the function.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |