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> |
ParseProblemException.getProblems() |
List<Problem> |
ParseResult.getProblems() |
Constructor and Description |
---|
ParseProblemException(List<Problem> problems) |
ParseResult(T result,
List<Problem> problems,
List<JavaToken> tokens,
CommentsCollection commentsCollection)
General constructor.
|
Constructor and Description |
---|
ProblemReporter(List<Problem> problems) |
Copyright © 2007–2018. All rights reserved.