| Package | Description |
|---|---|
| com.github.javaparser | |
| com.github.javaparser.ast.validator |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Problem> |
Problem.PROBLEM_BY_BEGIN_POSITION
Sorts problems on position.
|
| Modifier and Type | Method and Description |
|---|---|
Problem |
ParseResult.getProblem(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
ParseResult.getProblems() |
List<Problem> |
ParseProblemException.getProblems() |
| Constructor and Description |
|---|
ParseProblemException(List<Problem> problems) |
ParseResult(T result,
List<Problem> problems,
CommentsCollection commentsCollection)
General constructor.
|
| Constructor and Description |
|---|
ProblemReporter(Consumer<Problem> problemConsumer) |
Copyright © 2007–2021. All rights reserved.