Uses of Class
org.jboss.forge.roaster.Problem
Packages that use Problem
-
Uses of Problem in org.jboss.forge.roaster
Methods in org.jboss.forge.roaster that return types with arguments of type ProblemModifier and TypeMethodDescriptionParserException.getProblems()Get the problems occurred during a parsing process.Roaster.validateSnippet(String snippet) Constructor parameters in org.jboss.forge.roaster with type arguments of type ProblemModifierConstructorDescriptionParserException(String message, List<Problem> problems) Constructs a newParserExceptionwith the given problems, the given error message and anullcause.ParserException(List<Problem> problems) Constructs a newParserExceptionwith the given problems, a error message constructed from the problems list and anullcause. -
Uses of Problem in org.jboss.forge.roaster.spi
Methods in org.jboss.forge.roaster.spi that return types with arguments of type ProblemModifier and TypeMethodDescriptionJavaParser.validateSnippet(String code) Checks which problems occur while parsing the provided source code.