Packages

p

io.idml.utils

visitor

package visitor

Type Members

  1. trait ExecNodeVisitor extends AnyRef

    Implements the visitor pattern on top of the Document hierarchy

  2. trait ExecutionOrderVisitationStyle extends VisitationStyle

    Visit things in the order that they are called, discovering all the paths the interpreter could take

  3. trait OnlyMainVisitationStyle extends VisitationStyle

    A visitation style that visits the main block and ignores the rest

  4. 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

  5. trait VisitationStyle extends AnyRef

    The visitation style determines how we traverse the document

Ungrouped