File

src/elements/visitor.ts

Description

Abstract class that can be extended to walk a tree of elements. Whether this is a pre-order or post-order traversal depends on the moment when visitChildren is called from within the accept implementation.

Index

Methods

Methods

Abstract accept
accept(element: Element, context: T)
Parameters :
Name Type Optional
element Element No
context T No
Returns : void

results matching ""

    No results matching ""