Java25Validator

Validator for Java 25 language features: - Module imports {@see https://openjdk.org/jeps/511} - Compact class declarations (WIP) {@see https://openjdk.org/jeps/512} - Flexible constructor bodies (WIP) {@see https://openjdk.org/jeps/513}

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