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