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 |
Modifier and Type | Method and Description |
---|---|
(package private) Node |
IRFactory.TransformDispatcher.processVariableDeclarationList(VariableDeclarationListTree decl) |
Modifier and Type | Method and Description |
---|---|
private VariableDeclarationListTree |
Parser.parseAmbientVariableDeclarationList() |
private VariableDeclarationListTree |
Parser.parseVariableDeclarationList() |
private VariableDeclarationListTree |
Parser.parseVariableDeclarationList(Parser.Expression expressionIn) |
private VariableDeclarationListTree |
Parser.parseVariableDeclarationListNoIn() |
Modifier and Type | Method and Description |
---|---|
private void |
Parser.checkVanillaForInitializers(VariableDeclarationListTree variables)
Checks variable declarations in for statements.
|
Modifier and Type | Field and Description |
---|---|
VariableDeclarationListTree |
VariableStatementTree.declarations |
Modifier and Type | Method and Description |
---|---|
VariableDeclarationListTree |
ParseTree.asVariableDeclarationList() |
Constructor and Description |
---|
VariableStatementTree(SourceRange location,
VariableDeclarationListTree declarations) |