ParentsVisitor

Iterates over the parent of the node, then the parent's parent, then the parent's parent's parent, until running out of parents.

Constructors

Link copied to clipboard
constructor(node: Node)

Functions

Link copied to clipboard
open fun forEachRemaining(action: Consumer<in E>)
Link copied to clipboard
open fun hasNext(): Boolean
Link copied to clipboard
open fun next(): Node
Link copied to clipboard
open fun remove()