Uses of Class
org.jboss.forge.roaster.Problem
-
Packages that use Problem Package Description org.jboss.forge.roaster org.jboss.forge.roaster.spi -
-
Uses of Problem in org.jboss.forge.roaster
Methods in org.jboss.forge.roaster that return types with arguments of type Problem Modifier and Type Method Description List<Problem>ParserException. getProblems()Get the problems occurred during a parsing process.static List<Problem>Roaster. validateSnippet(String snippet)Constructor parameters in org.jboss.forge.roaster with type arguments of type Problem Constructor Description ParserException(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 Problem Modifier and Type Method Description List<Problem>JavaParser. validateSnippet(String code)Checks which problems occur while parsing the provided source code.
-