public class ASTPtFunctionalIfNode extends ASTPtRootNode
A functional if-then-else if of the form booleanToken ? token : token The token returned depends on the value of the boolean.
ASTPtRootNode
,
PtParser
,
Token
_children, _id, _isConstant, _parent, _ptToken, _ptType
Constructor and Description |
---|
ASTPtFunctionalIfNode(int id) |
ASTPtFunctionalIfNode(PtParser p,
int id) |
Modifier and Type | Method and Description |
---|---|
void |
visit(ParseTreeVisitor visitor)
Traverse this node with the given visitor.
|
clone, displayParseTree, evaluateParseTree, getToken, getType, isCongruent, isConstant, isEvaluated, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setConstant, setToken, setType, toString, toString
public ASTPtFunctionalIfNode(int id)
public ASTPtFunctionalIfNode(PtParser p, int id)
public void visit(ParseTreeVisitor visitor) throws IllegalActionException
visit
in class ASTPtRootNode
visitor
- The visitor.IllegalActionException
- Always thrown in this base
class the visit() method is not implemented here.