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 java.util.Comparator<Problem>Problem. PROBLEM_BY_BEGIN_POSITIONSorts problems on position.(package private) java.util.List<Problem>GeneratedJavaParserBase. problemsprivate java.util.List<Problem>ParseProblemException. problemsThe problems that were encountered during parsingprivate java.util.List<Problem>ParseResult. problemsMethods in com.github.javaparser that return Problem Modifier and Type Method Description ProblemParseResult. getProblem(int i)Methods in com.github.javaparser that return types with arguments of type Problem Modifier and Type Method Description java.util.List<Problem>ParseProblemException. getProblems()java.util.List<Problem>ParseResult. getProblems()Method parameters in com.github.javaparser with type arguments of type Problem Modifier and Type Method Description private static java.lang.StringParseProblemException. createMessage(java.util.List<Problem> problems)Constructor parameters in com.github.javaparser with type arguments of type Problem Constructor Description ParseProblemException(java.util.List<Problem> problems)ParseResult(T result, java.util.List<Problem> problems, CommentsCollection commentsCollection)General constructor. -
Uses of Problem in com.github.javaparser.ast.validator
Fields in com.github.javaparser.ast.validator with type parameters of type Problem Modifier and Type Field Description private java.util.function.Consumer<Problem>ProblemReporter. problemConsumerConstructor parameters in com.github.javaparser.ast.validator with type arguments of type Problem Constructor Description ProblemReporter(java.util.function.Consumer<Problem> problemConsumer)
-