| Package | Description |
|---|---|
| com.google.javascript.jscomp.parsing.parser.trees |
| Modifier and Type | Field and Description |
|---|---|
FormalParameterListTree |
FunctionTypeTree.formalParameterList |
FormalParameterListTree |
FunctionDeclarationTree.formalParameterList |
FormalParameterListTree |
CallSignatureTree.formalParameterList |
FormalParameterListTree |
ComputedPropertySetterTree.parameter |
FormalParameterListTree |
SetAccessorTree.parameter |
| Modifier and Type | Method and Description |
|---|---|
FormalParameterListTree |
ParseTree.asFormalParameterList() |
| Modifier and Type | Method and Description |
|---|---|
FunctionDeclarationTree.Builder |
FunctionDeclarationTree.Builder.setFormalParameterList(FormalParameterListTree formalParameterList)
Required parameter list.
|
| Constructor and Description |
|---|
CallSignatureTree(SourceRange location,
boolean isNew,
GenericTypeListTree generics,
FormalParameterListTree formalParameterList,
ParseTree returnType) |
ComputedPropertySetterTree(SourceRange location,
ParseTree property,
boolean isStatic,
TokenType access,
FormalParameterListTree parameter,
BlockTree body) |
FunctionTypeTree(SourceRange location,
FormalParameterListTree formalParameterList,
ParseTree returnType) |
SetAccessorTree(SourceRange location,
Token propertyName,
boolean isStatic,
FormalParameterListTree parameter,
BlockTree body) |
Copyright © 2009-2020 Google. All Rights Reserved.