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.processVariableDeclaration(VariableDeclarationTree decl) |
Modifier and Type | Method and Description |
---|---|
private VariableDeclarationTree |
Parser.parseVariableDeclaration(TokenType binding,
Parser.Expression expressionIn) |
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableList<VariableDeclarationTree> |
VariableDeclarationListTree.declarations |
Modifier and Type | Method and Description |
---|---|
VariableDeclarationTree |
ParseTree.asVariableDeclaration() |
Constructor and Description |
---|
VariableDeclarationListTree(SourceRange location,
TokenType declarationType,
com.google.common.collect.ImmutableList<VariableDeclarationTree> declarations) |