Uses of Class
com.github.javaparser.Problem
-
Packages that use Problem Package Description com.github.javaparser com.github.javaparser.ast.validator -
-
Uses of Problem in com.github.javaparser
Fields in com.github.javaparser with type parameters of type Problem Modifier and Type Field Description static Comparator<Problem>
Problem. PROBLEM_BY_BEGIN_POSITION
Sorts problems on position.Methods in com.github.javaparser that return Problem Modifier and Type Method Description Problem
ParseResult. getProblem(int i)
Methods in com.github.javaparser that return types with arguments of type Problem Modifier and Type Method Description List<Problem>
ParseProblemException. getProblems()
List<Problem>
ParseResult. getProblems()
Constructor parameters in com.github.javaparser with type arguments of type Problem Constructor Description ParseProblemException(List<Problem> problems)
ParseResult(T result, List<Problem> problems, CommentsCollection commentsCollection)
General constructor. -
Uses of Problem in com.github.javaparser.ast.validator
Constructor parameters in com.github.javaparser.ast.validator with type arguments of type Problem Constructor Description ProblemReporter(Consumer<Problem> problemConsumer)
-