Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser.trees |
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) |
Copyright © 2009-2019 Google. All Rights Reserved.