public class ASTPtFunctionApplicationNode extends ASTPtRootNode
ParseTreeEvaluator.visitFunctionApplicationNode(ptolemy.data.expr.ASTPtFunctionApplicationNode).ASTPtRootNode,
PtParser,
Token,
UtilityFunctions,
Math_children, _id, _isConstant, _parent, _ptToken, _ptType| Constructor and Description |
|---|
ASTPtFunctionApplicationNode(int id) |
ASTPtFunctionApplicationNode(PtParser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFunctionName() |
void |
jjtClose()
This method is called after all the child nodes have been
added.
|
void |
visit(ParseTreeVisitor visitor)
Traverse this node with the given visitor.
|
clone, displayParseTree, evaluateParseTree, getToken, getType, isCongruent, isConstant, isEvaluated, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setConstant, setToken, setType, toString, toStringpublic ASTPtFunctionApplicationNode(int id)
public ASTPtFunctionApplicationNode(PtParser p, int id)
public java.lang.String getFunctionName()
public void jjtClose()
NodejjtClose in interface NodejjtClose in class ASTPtRootNodepublic void visit(ParseTreeVisitor visitor) throws IllegalActionException
visit in class ASTPtRootNodeIllegalActionException