Package | Description |
---|---|
com.google.javascript.jscomp.parsing |
Provides utilities to help with parsing JSDoc annotations and performing AST
transformations.
|
com.google.javascript.jscomp.parsing.parser | |
com.google.javascript.jscomp.parsing.parser.trees | |
com.google.javascript.jscomp.parsing.parser.util |
Class and Description |
---|
ErrorReporter
A conduit for reporting errors and warnings to the user.
|
SourcePosition
A position in a source string - includes offset, line and column.
|
SourceRange
A range of positions in a source string.
|
Class and Description |
---|
ErrorReporter
A conduit for reporting errors and warnings to the user.
|
SourcePosition
A position in a source string - includes offset, line and column.
|
SourceRange
A range of positions in a source string.
|
Class and Description |
---|
SourceRange
A range of positions in a source string.
|
Class and Description |
---|
ErrorReporter
A conduit for reporting errors and warnings to the user.
|
SourcePosition
A position in a source string - includes offset, line and column.
|
Timer.Entry |