|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.nfunk.jep.function.PostfixMathCommand
org.lsmp.djep.webJep.readCVS
public class readCVS
| Field Summary |
|---|
| Fields inherited from class org.nfunk.jep.function.PostfixMathCommand |
|---|
curNumberOfParameters, numberOfParameters |
| Constructor Summary | |
|---|---|
readCVS()
|
|
| Method Summary | |
|---|---|
int |
getNumberOfParameters()
Return the required number of parameters. |
Node |
process(Node node,
Node[] children,
XJep xjep)
Reads in data from file in process stage. |
void |
run(java.util.Stack aStack)
Throws an exception because this method should never be called under normal circumstances. |
void |
setCurNumberOfParameters(int n)
Sets the number of current number of parameters used in the next call of run(). |
| Methods inherited from class org.nfunk.jep.function.PostfixMathCommand |
|---|
checkNumberOfParameters, checkStack |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public readCVS()
| Method Detail |
|---|
public void run(java.util.Stack aStack)
throws ParseException
PostfixMathCommand
run in interface PostfixMathCommandIrun in class PostfixMathCommandParseExceptionpublic int getNumberOfParameters()
PostfixMathCommand
getNumberOfParameters in interface PostfixMathCommandIgetNumberOfParameters in class PostfixMathCommandpublic void setCurNumberOfParameters(int n)
PostfixMathCommand
setCurNumberOfParameters in interface PostfixMathCommandIsetCurNumberOfParameters in class PostfixMathCommand
public Node process(Node node,
Node[] children,
XJep xjep)
throws ParseException
process in interface CommandVisitorInode - top node of the treechildren - the children of the node after they have been preprocessed.xjep - a reference to the current XJep interface.
ParseException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||