Class SquashTree
java.lang.Object
ch.tocco.nice2.conditionals.api.tree.processing.BaseNodeVisitor
ch.tocco.nice2.conditionals.api.tree.processing.SquashTree
- All Implemented Interfaces:
NodeVisitor
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.tocco.nice2.conditionals.api.tree.processing.BaseNodeVisitor
beginTree, changed, endTree, hasChanged, visitCondition, visitEquation, visitFactor, visitFuncall, visitIdentifier, visitIntegration, visitIsTrue, visitLiteral, visitLogical, visitParameter, visitPath
-
Constructor Details
-
SquashTree
public SquashTree()
-
-
Method Details
-
visit
- Specified by:
visit
in interfaceNodeVisitor
- Overrides:
visit
in classBaseNodeVisitor
-
visitAnd
- Specified by:
visitAnd
in interfaceNodeVisitor
- Overrides:
visitAnd
in classBaseNodeVisitor
-
visitOr
- Specified by:
visitOr
in interfaceNodeVisitor
- Overrides:
visitOr
in classBaseNodeVisitor
-
visitNot
- Specified by:
visitNot
in interfaceNodeVisitor
- Overrides:
visitNot
in classBaseNodeVisitor
-