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 |
---|---|
protected void |
reportMessage(SourcePosition location,
String message) |
protected void |
reportMessage(SourcePosition location,
String kind,
String format,
Object... arguments) |
hadError, reportError, reportWarning
protected void reportMessage(SourcePosition location, String kind, String format, Object... arguments)
reportMessage
in class ErrorReporter
protected void reportMessage(SourcePosition location, String message)
reportMessage
in class ErrorReporter
Copyright © 2009-2015 Google. All Rights Reserved.