|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ff.JEvaluator.JEvaluatorNodeBaseClass
com.ff.JEvaluator.JEvaluatorNodeFunc
public class JEvaluatorNodeFunc
| Constructor Summary | |
|---|---|
JEvaluatorNodeFunc()
|
|
| Method Summary | |
|---|---|
int |
getNumberOfParameters()
Returns the number of parameters in 'params' ArrayList |
JEvaluatorNodeBaseClass |
getParameter(int n)
Returns the n-th EvaluatorNodeFunc parameter subtree |
void |
setParameter(int n,
JEvaluatorNodeBaseClass p)
Sets the n-th EvaluatorNodeFunc parameter subtree |
| Methods inherited from class com.ff.JEvaluator.JEvaluatorNodeBaseClass |
|---|
dump, getSymbol, getSymbolType, setSymbol, setSymbolType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEvaluatorNodeFunc()
| Method Detail |
|---|
public int getNumberOfParameters()
public void setParameter(int n,
JEvaluatorNodeBaseClass p)
n - the parameters' position in the function callp - the parameter subtree's root nodepublic JEvaluatorNodeBaseClass getParameter(int n)
n - the number of the parameter to be returned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||