Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser.trees |
Modifier and Type | Field and Description |
---|---|
FormalParameterListTree |
FunctionDeclarationTree.formalParameterList |
FormalParameterListTree |
FunctionTypeTree.formalParameterList |
FormalParameterListTree |
CallSignatureTree.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–2023 Google. All rights reserved.