public class FieldPreInc extends AbstractInc
++x operator, implemented for a field.curNumberOfParameters, name, NaN, numberOfParameters| Constructor and Description |
|---|
FieldPreInc(FieldI field) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(Node node,
Evaluator pv)
Performs some special evaluation on the node.
|
getVal, getVarasArray, asBool, asDouble, asInt, asLong, asStrictInt, asString, checkNumberOfParameters, getName, getNumberOfParameters, run, setCurNumberOfParameters, setName, toString, toStringpublic FieldPreInc(FieldI field)
public java.lang.Object evaluate(Node node, Evaluator pv) throws EvaluationException
CallbackEvaluationIpv.eval(node.jjtGetChild(i))for each child. The SymbolTable is not passed as an argument. This is because it is better practice to get and set variable values by using node.getVar().setValue() rather that through the SymbolTable with requires a hashtable lookup.
node - The current nodepv - The visitor, can be used evaluate the childrenEvaluationException - if the calculation cannot be performedEvaluatorCopyright © 2018 Singular Systems http://www.singularsys.com/jep