Validator

A validator that can be run on a node to check for semantic errors. It is fully up to the implementor how to do this.

Inheritors

Functions

Link copied to clipboard
abstract fun accept(node: Node, 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