Class Java1_0Validator
java.lang.Object
com.github.javaparser.ast.validator.Validators
com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
- All Implemented Interfaces:
TypedValidator<Node>, Validator, BiConsumer<Node, ProblemReporter>
- Direct Known Subclasses:
Java1_1Validator
This validator validates according to Java 1.0 syntax rules.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final Validator(package private) final SingleNodeTypeValidator<TryStmt> -
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
-
modifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods
final Validator modifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods -
noAssertKeyword
-
noAssertIdentifer
-
noInnerClasses
-
noReflection
-
noGenerics
-
tryWithoutResources
-
noAnnotations
-
noEnums
-
noVarargs
-
noForEach
-
noStaticImports
-
onlyOneLabelInSwitchCase
-
noYield
-
noBinaryIntegerLiterals
-
noUnderscoresInIntegerLiterals
-
noMultiCatch
-
noLambdas
-
noModules
-
noSwitchExpressions
-
noPatternMatchingInstanceOf
-
noTextBlockLiteral
-
noRecordDeclaration
-
noSealedClasses
-
noPermitsListInClasses
-
noSwitchNullDefault
-
noSwitchPatterns
-
noRecordPatterns
-
noModuleImports
-
explicitConstructorInvocationMustBeFirstStatement
-
-
Constructor Details
-
Java1_0Validator
public Java1_0Validator()
-