| Package | Description |
|---|---|
| com.google.javascript.jscomp.parsing.parser.trees |
| Modifier and Type | Field and Description |
|---|---|
FormalParameterListTree |
FunctionDeclarationTree.formalParameterList |
| Modifier and Type | Method and Description |
|---|---|
FormalParameterListTree |
ParseTree.asFormalParameterList() |
| Constructor and Description |
|---|
FunctionDeclarationTree(SourceRange location,
IdentifierToken name,
boolean isStatic,
boolean isGenerator,
FunctionDeclarationTree.Kind kind,
FormalParameterListTree formalParameterList,
ParseTree functionBody) |
Copyright © 2009-2014 Google. All Rights Reserved.