ca.uwaterloo.cs.ql.interp
Class FunctionNameNode
java.lang.Object
ca.uwaterloo.cs.ql.interp.SyntaxTreeNode
ca.uwaterloo.cs.ql.interp.FunctionNameNode
- All Implemented Interfaces:
- EvalName
public class FunctionNameNode
- extends SyntaxTreeNode
- implements EvalName
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FunctionNameNode
public FunctionNameNode(VariableNode nameExp)
propagate
public void propagate(Env env,
java.lang.Object userObj)
throws EvaluationException
- Specified by:
propagate in class SyntaxTreeNode
- Throws:
EvaluationException
evaluate
public Value evaluate(Env env)
throws EvaluationException
- Specified by:
evaluate in class SyntaxTreeNode
- Throws:
EvaluationException
evalName
public java.lang.String evalName(Env env)
throws EvaluationException
- Specified by:
evalName in interface EvalName
- Throws:
EvaluationException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object