Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser | |
com.google.javascript.jscomp.parsing.parser.util |
Modifier and Type | Method and Description |
---|---|
SourcePosition |
Scanner.getPosition() |
SourcePosition |
LineNumberTable.getSourcePosition(int offset) |
SourcePosition |
Token.getStart() |
Modifier and Type | Method and Description |
---|---|
String |
SourceFile.getSnippet(SourcePosition position) |
Modifier and Type | Field and Description |
---|---|
SourcePosition |
SourceRange.end |
SourcePosition |
SourceRange.start |
Modifier and Type | Method and Description |
---|---|
void |
ErrorReporter.reportError(SourcePosition location,
String format,
Object... arguments) |
protected void |
ConsoleErrorReporter.reportMessage(SourcePosition location,
String message) |
protected void |
WebErrorReporter.reportMessage(SourcePosition location,
String message) |
protected void |
MutedErrorReporter.reportMessage(SourcePosition location,
String message) |
protected abstract void |
ErrorReporter.reportMessage(SourcePosition location,
String message) |
protected void |
ErrorReporter.reportMessage(SourcePosition location,
String kind,
String format,
Object... arguments) |
void |
ErrorReporter.reportWarning(SourcePosition location,
String format,
Object... arguments) |
Constructor and Description |
---|
SourceRange(SourcePosition start,
SourcePosition end) |
Copyright © 2009-2014 Google. All Rights Reserved.