Class Java26Validator

  • All Implemented Interfaces:
    TypedValidator<Node>, Validator, java.util.function.BiConsumer<Node,​ProblemReporter>

    public class Java26Validator
    extends Java25Validator
    Validator for Java 26 language features. Java 26 does not introduce new syntax changes that affect parsing, so this validator simply extends Java 25.
    • Constructor Summary

      Constructors 
      Constructor Description
      Java26Validator()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiConsumer

        andThen
    • Constructor Detail

      • Java26Validator

        public Java26Validator()