Java21Validator

This validator validates according to Java 21 syntax rules.

See also

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun accept(node: N, problemReporter: ProblemReporter)
open fun accept(node: Node, problemReporter: ProblemReporter)
abstract fun accept(p: T, p1: U)
Link copied to clipboard
open fun add(newValidator: Validator): Validators
Link copied to clipboard
open fun andThen(after: BiConsumer<in T, in U>): BiConsumer<T, U>
Link copied to clipboard
open fun processor(): Processor
Link copied to clipboard
open fun remove(validator: Validator): Validators
Link copied to clipboard
open fun replace(oldValidator: Validator, newValidator: Validator): Validators