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 | Field and Description |
---|---|
SourcePosition |
SourceRange.end |
SourcePosition |
SourceRange.start |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
ErrorReporter.reportError(SourcePosition location,
String message) |
void |
LookaheadErrorReporter.reportError(SourcePosition location,
String message) |
void |
ErrorReporter.reportError(SourcePosition location,
String format,
Object... arguments) |
protected abstract void |
ErrorReporter.reportWarning(SourcePosition location,
String message) |
void |
LookaheadErrorReporter.reportWarning(SourcePosition location,
String message) |
void |
ErrorReporter.reportWarning(SourcePosition location,
String format,
Object... arguments) |
Constructor and Description |
---|
SourceRange(SourcePosition start,
SourcePosition end) |
Copyright © 2009-2016 Google. All Rights Reserved.