Package | Description |
---|---|
com.github.javaparser | |
com.github.javaparser.ast.validator |
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<Problem> |
Problem.PROBLEM_BY_BEGIN_POSITION
Sorts problems on position.
|
(package private) java.util.List<Problem> |
GeneratedJavaParser.problems |
private java.util.List<Problem> |
ParseProblemException.problems
The problems that were encountered during parsing
|
private java.util.List<Problem> |
ParseResult.problems |
Modifier and Type | Method and Description |
---|---|
Problem |
ParseResult.getProblem(int i) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Problem> |
ParseProblemException.getProblems() |
java.util.List<Problem> |
ParseResult.getProblems() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
ParseProblemException.createMessage(java.util.List<Problem> problems) |
Constructor and Description |
---|
ParseProblemException(java.util.List<Problem> problems) |
ParseResult(T result,
java.util.List<Problem> problems,
java.util.List<JavaToken> tokens,
CommentsCollection commentsCollection)
General constructor.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Problem> |
ProblemReporter.problems |
Constructor and Description |
---|
ProblemReporter(java.util.List<Problem> problems) |