Uses of Class
com.google.javascript.jscomp.parsing.parser.trees.VariableDeclarationTree
Packages that use VariableDeclarationTree
-
Uses of VariableDeclarationTree in com.google.javascript.jscomp.parsing.parser.trees
Fields in com.google.javascript.jscomp.parsing.parser.trees with type parameters of type VariableDeclarationTreeModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList
<VariableDeclarationTree> VariableDeclarationListTree.declarations
Methods in com.google.javascript.jscomp.parsing.parser.trees that return VariableDeclarationTreeConstructor parameters in com.google.javascript.jscomp.parsing.parser.trees with type arguments of type VariableDeclarationTreeModifierConstructorDescriptionVariableDeclarationListTree
(SourceRange location, TokenType declarationType, com.google.common.collect.ImmutableList<VariableDeclarationTree> declarations)