| Package | Description |
|---|---|
| com.github.javaparser.ast.validator |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleValidator<N extends Node>
Runs a validator on all nodes of a certain type,
and adds a problem for all nodes that pass a condition.
|
| Modifier and Type | Field and Description |
|---|---|
protected SingleNodeTypeValidator<UnionType> |
Java7Validator.multiCatch |
protected SingleNodeTypeValidator<TryStmt> |
Java7Validator.tryWithLimitedResources |
protected SingleNodeTypeValidator<TryStmt> |
Java1_0Validator.tryWithoutResources |
protected SingleNodeTypeValidator<TryStmt> |
Java9Validator.tryWithResources |
Copyright © 2007–2018. All rights reserved.