Represents an abstract composite node in the abstract syntax tree.
This class extends the AbstractNode
class and provides a base for nodes
that can have child nodes.
abstract
getChildNodeIterable(): IterableIterator<AbstractNode>
Represents an abstract composite node in the abstract syntax tree.
This class extends the AbstractNode
class and provides a base for nodes
that can have child nodes.
getChildNodeIterable(): IterableIterator<AbstractNode>
import { AbstractCompositeNode } from ".";