Visitor

open class Visitor

Visitor for AST nodes.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun traverse(rootNode: Node)

Traverses the given AST node and its descendants depth-first order and calls the protected visit method for each node.