| Package | Description |
|---|---|
| org.jboss.forge.roaster | |
| org.jboss.forge.roaster.spi |
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
ParserException.getProblems()
Get the problems occurred during a parsing process.
|
static List<Problem> |
Roaster.validateSnippet(String snippet)
|
| Constructor and Description |
|---|
ParserException(List<Problem> problems)
Constructs a new
ParserException with the given problems, a error message constructed from the
problems list and a null cause. |
ParserException(String message,
List<Problem> problems)
Constructs a new
ParserException with the given problems, the given error message and a
null cause. |
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
JavaParser.validateSnippet(String code)
Checks which problems occur while parsing the provided source code.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.