| 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(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.
|
| Constructor and Description |
|---|
FunctionDeclarationTree(SourceRange location,
IdentifierToken name,
GenericTypeListTree generics,
boolean isStatic,
boolean isGenerator,
boolean isOptional,
TokenType access,
FunctionDeclarationTree.Kind kind,
FormalParameterListTree formalParameterList,
ParseTree returnType,
ParseTree functionBody) |
Copyright © 2009-2015 Google. All Rights Reserved.