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, reportWarning
public void reportError(SourcePosition location, java.lang.String message)
reportError
in class ErrorReporter
public void reportWarning(SourcePosition location, java.lang.String message)
reportWarning
in class ErrorReporter
Copyright © 2009-2017 Google. All Rights Reserved.