public class Java9Validator extends Java8Validator
| Modifier and Type | Field and Description |
|---|---|
protected Validator |
modifiers |
protected SingleNodeTypeValidator<TryStmt> |
tryWithResources |
protected Validator |
underscoreKeywordValidator |
defaultMethodsInInterface, modifiersWithoutPrivateInterfaceMethodsmultiCatch, tryWithLimitedResourcesenumNotAllowed, noPrimitiveGenericArgumentsmodifiersWithoutDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods, strictfpNotAllowedinnerClassesmodifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods, noAnnotations, noAssertKeyword, noBinaryIntegerLiterals, noEnums, noForEach, noGenerics, noInnerClasses, noLambdas, noModules, noMultiCatch, noReflection, noStaticImports, noStringsInSwitch, noUnderscoresInIntegerLiterals, noVarargs, tryWithoutResources| Constructor and Description |
|---|
Java9Validator() |
accept, add, getValidators, remove, replaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenprotected final Validator underscoreKeywordValidator
protected final Validator modifiers
protected final SingleNodeTypeValidator<TryStmt> tryWithResources
Copyright © 2007–2017. All rights reserved.