Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser.trees |
Modifier and Type | Field and Description |
---|---|
ComprehensionTree.ComprehensionType |
ComprehensionTree.type |
Modifier and Type | Method and Description |
---|---|
static ComprehensionTree.ComprehensionType |
ComprehensionTree.ComprehensionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComprehensionTree.ComprehensionType[] |
ComprehensionTree.ComprehensionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ComprehensionTree(SourceRange location,
ComprehensionTree.ComprehensionType type,
com.google.common.collect.ImmutableList<ParseTree> children,
ParseTree tailExpression) |
Copyright © 2009–2023 Google. All rights reserved.