TreeVisitorValidator

A validator that walks the whole tree, visiting every node.

Constructors

Link copied to clipboard
constructor(validator: Validator)

Functions

Link copied to clipboard
fun accept(node: Node, reporter: ProblemReporter)
abstract fun accept(node: N, problemReporter: ProblemReporter)
abstract fun accept(p: T, p1: U)
Link copied to clipboard
open fun andThen(after: BiConsumer<in T, in U>): BiConsumer<T, U>
Link copied to clipboard
open fun processor(): Processor