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