public interface ParseTreeVisitor
ASTPtRootNode| Red (cxh) |
| Red (neuendor) |
void visitArrayConstructNode(ASTPtArrayConstructNode node) throws IllegalActionException
IllegalActionExceptionvoid visitAssignmentNode(ASTPtAssignmentNode node) throws IllegalActionException
IllegalActionExceptionvoid visitBitwiseNode(ASTPtBitwiseNode node) throws IllegalActionException
IllegalActionExceptionvoid visitFunctionApplicationNode(ASTPtFunctionApplicationNode node) throws IllegalActionException
IllegalActionExceptionvoid visitFunctionDefinitionNode(ASTPtFunctionDefinitionNode node) throws IllegalActionException
IllegalActionExceptionvoid visitFunctionalIfNode(ASTPtFunctionalIfNode node) throws IllegalActionException
IllegalActionExceptionvoid visitLeafNode(ASTPtLeafNode node) throws IllegalActionException
IllegalActionExceptionvoid visitLogicalNode(ASTPtLogicalNode node) throws IllegalActionException
IllegalActionExceptionvoid visitMatrixConstructNode(ASTPtMatrixConstructNode node) throws IllegalActionException
IllegalActionExceptionvoid visitMethodCallNode(ASTPtMethodCallNode node) throws IllegalActionException
IllegalActionExceptionvoid visitPowerNode(ASTPtPowerNode node) throws IllegalActionException
IllegalActionExceptionvoid visitProductNode(ASTPtProductNode node) throws IllegalActionException
IllegalActionExceptionvoid visitRecordConstructNode(ASTPtRecordConstructNode node) throws IllegalActionException
IllegalActionExceptionvoid visitRelationalNode(ASTPtRelationalNode node) throws IllegalActionException
IllegalActionExceptionvoid visitShiftNode(ASTPtShiftNode node) throws IllegalActionException
IllegalActionExceptionvoid visitSumNode(ASTPtSumNode node) throws IllegalActionException
IllegalActionExceptionvoid visitUnaryNode(ASTPtUnaryNode node) throws IllegalActionException
IllegalActionExceptionvoid visitUnionConstructNode(ASTPtUnionConstructNode node) throws IllegalActionException
IllegalActionException