| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2.model | 
 The parser model API. 
 | 
| oracle.javatools.parser.java.v2.util | 
 Various utilities for use with the parser. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static SourceError[] | 
SourceError.EMPTY_ARRAY  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<SourceError> | 
SourceFile.getCompileErrors()
Gets the list of compile-time errors. 
 | 
java.util.Collection<SourceError> | 
SourceFile.getErrors(int severity, int errorCategory)
Gets all the errors in the indicated categories with the given severity or worse. 
 | 
java.util.List<SourceError> | 
SourceFile.getParseErrors()
Gets the list of parse-time errors. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SourceVisitor.whenEnterError(SourceError sourceError)  | 
void | 
SourceVisitor.whenExitError(SourceError sourceError)  |