Class Java1_1Validator
java.lang.Object
com.github.javaparser.ast.validator.Validators
com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
com.github.javaparser.ast.validator.language_level_validations.Java1_1Validator
- All Implemented Interfaces:
TypedValidator<Node>, Validator, BiConsumer<Node, ProblemReporter>
- Direct Known Subclasses:
Java1_2Validator
This validator validates according to Java 1.1 syntax rules.
-
Field Summary
FieldsFields inherited from class Java1_0Validator
modifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods, noAnnotations, noAssertKeyword, noBinaryIntegerLiterals, noEnums, noForEach, noGenerics, noInnerClasses, noLambdas, noModules, noMultiCatch, noPatternMatchingInstanceOf, noPermitsListInClasses, noRecordDeclaration, noRecordPatterns, noReflection, noSealedClasses, noStaticImports, noSwitchExpressions, noSwitchNullDefault, noSwitchPatterns, noTextBlockLiteral, noUnderscoresInIntegerLiterals, noVarargs, noYield, onlyOneLabelInSwitchCase, tryWithoutResources -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Validators
accept, add, getValidators, remove, replaceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThenMethods inherited from interface TypedValidator
processor
-
Field Details
-
innerClasses
-
-
Constructor Details
-
Java1_1Validator
public Java1_1Validator()
-