| Package | Description |
|---|---|
| com.google.javascript.jscomp.parsing.parser.trees |
| Modifier and Type | Field and Description |
|---|---|
FormalParameterListTree |
CallSignatureTree.formalParameterList |
FormalParameterListTree |
FunctionTypeTree.formalParameterList |
FormalParameterListTree |
FunctionDeclarationTree.formalParameterList |
| Modifier and Type | Method and Description |
|---|---|
FormalParameterListTree |
ParseTree.asFormalParameterList() |
| Constructor and Description |
|---|
CallSignatureTree(SourceRange location,
boolean isNew,
GenericTypeListTree generics,
FormalParameterListTree formalParameterList,
ParseTree returnType) |
FunctionDeclarationTree(SourceRange location,
IdentifierToken name,
GenericTypeListTree generics,
boolean isStatic,
boolean isGenerator,
boolean isOptional,
TokenType access,
FunctionDeclarationTree.Kind kind,
FormalParameterListTree formalParameterList,
ParseTree returnType,
ParseTree functionBody) |
FunctionTypeTree(SourceRange location,
FormalParameterListTree formalParameterList,
ParseTree returnType) |
Copyright © 2009-2016 Google. All Rights Reserved.