Uses of Interface
com.aquima.interactions.expressions.tsl.ITslNodeVisitor
Packages that use ITslNodeVisitor
Package
Description
-
Uses of ITslNodeVisitor in com.aquima.interactions.expressions
Methods in com.aquima.interactions.expressions with parameters of type ITslNodeVisitorModifier and TypeMethodDescriptionvoid
ITslNode.visit
(ITslNodeVisitor visitor) This method allows visitation of the node. -
Uses of ITslNodeVisitor in com.aquima.interactions.expressions.tsl.evaluator.nodes
Methods in com.aquima.interactions.expressions.tsl.evaluator.nodes with parameters of type ITslNodeVisitorModifier and TypeMethodDescriptionvoid
CommentNode.visit
(ITslNodeVisitor visitor) void
ConditionNode.visit
(ITslNodeVisitor visitor) void
FieldNode.visit
(ITslNodeVisitor visitor) void
ForeachNode.visit
(ITslNodeVisitor visitor) void
NodeList.visit
(ITslNodeVisitor visitor) void
TextNode.visit
(ITslNodeVisitor visitor) -
Uses of ITslNodeVisitor in com.aquima.interactions.expressions.tsl.printer
Classes in com.aquima.interactions.expressions.tsl.printer that implement ITslNodeVisitorModifier and TypeClassDescriptionfinal class
Node visitor that prints a tsl tree.