TypedValidator<Node>
, Validator
, BiConsumer<N,ProblemReporter>
Java1_1Validator
public class Java1_0Validator extends Validators
Modifier and Type | Field | Description |
---|---|---|
protected Validator |
modifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods |
|
protected Validator |
noAnnotations |
|
protected Validator |
noAssertKeyword |
|
protected Validator |
noBinaryIntegerLiterals |
|
protected Validator |
noEnums |
|
protected Validator |
noForEach |
|
protected Validator |
noGenerics |
|
protected Validator |
noInnerClasses |
|
protected Validator |
noLambdas |
|
protected Validator |
noModules |
|
protected Validator |
noMultiCatch |
|
protected Validator |
noReflection |
|
protected Validator |
noStaticImports |
|
protected Validator |
noStringsInSwitch |
|
protected Validator |
noUnderscoresInIntegerLiterals |
|
protected Validator |
noVarargs |
|
protected SingleNodeTypeValidator<TryStmt> |
tryWithoutResources |
Constructor | Description |
---|---|
Java1_0Validator() |
andThen
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, add, getValidators, remove, replace
protected final Validator modifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods
protected final Validator noAssertKeyword
protected final Validator noInnerClasses
protected final Validator noReflection
protected final Validator noGenerics
protected final SingleNodeTypeValidator<TryStmt> tryWithoutResources
protected final Validator noAnnotations
protected final Validator noEnums
protected final Validator noVarargs
protected final Validator noForEach
protected final Validator noStaticImports
protected final Validator noStringsInSwitch
protected final Validator noBinaryIntegerLiterals
protected final Validator noUnderscoresInIntegerLiterals
protected final Validator noMultiCatch
protected final Validator noLambdas
protected final Validator noModules
Copyright © 2007–2019. All rights reserved.