Java26Validator

Validator for Java 26 language features. Java 26 does not introduce new syntax changes that affect parsing, so this validator simply extends Java 25.

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