public class LookaheadErrorReporter extends ErrorReporter
| Modifier and Type | Class and Description |
|---|---|
static class |
LookaheadErrorReporter.ParseException |
| Constructor and Description |
|---|
LookaheadErrorReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
reportError(SourcePosition location,
java.lang.String message) |
void |
reportWarning(SourcePosition location,
java.lang.String message) |
hadError, reportError, reportWarningpublic void reportError(SourcePosition location, java.lang.String message)
reportError in class ErrorReporterpublic void reportWarning(SourcePosition location, java.lang.String message)
reportWarning in class ErrorReporterCopyright © 2009-2020 Google. All Rights Reserved.