package visitor
Type Members
-
trait
ExecNodeVisitor extends AnyRef
Implements the visitor pattern on top of the Document hierarchy
-
trait
ExecutionOrderVisitationStyle extends VisitationStyle
Visit things in the order that they are called, discovering all the paths the interpreter could take
-
trait
OnlyMainVisitationStyle extends VisitationStyle
A visitation style that visits the main block and ignores the rest
-
trait
StructureAgnosticVisitationStyle extends VisitationStyle
Visit all the blocks as if they were top-level.
Visit all the blocks as if they were top-level. Good to check for features and things like that
-
trait
VisitationStyle extends AnyRef
The visitation style determines how we traverse the document