AstIterator

interface AstIterator

An iterator that runs through the nodes of an AST.

Inheritors

Functions

Link copied to clipboard
abstract fun traverse(root: NestableNode)

Runs the iterator from the given root node, traversing the node tree and visiting each node.