Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser.trees |
Modifier and Type | Field and Description |
---|---|
FunctionDeclarationTree.Kind |
FunctionDeclarationTree.kind |
Modifier and Type | Method and Description |
---|---|
static FunctionDeclarationTree.Kind |
FunctionDeclarationTree.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FunctionDeclarationTree.Kind[] |
FunctionDeclarationTree.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static FunctionDeclarationTree.Builder |
FunctionDeclarationTree.builder(FunctionDeclarationTree.Kind kind) |
Copyright © 2009-2019 Google. All Rights Reserved.