Package | Description |
---|---|
com.google.javascript.jscomp.newtypes |
Modifier and Type | Field and Description |
---|---|
DeclaredFunctionType |
JSTypeCreatorFromJSDoc.FunctionAndSlotType.functionType |
Modifier and Type | Method and Description |
---|---|
DeclaredFunctionType |
FunctionTypeBuilder.buildDeclaration() |
DeclaredFunctionType |
DeclaredTypeRegistry.getDeclaredFunctionType()
Get the type of the function that the declared type registry represents.
|
static DeclaredFunctionType |
DeclaredFunctionType.meet(Collection<DeclaredFunctionType> toMeet) |
DeclaredFunctionType |
DeclaredFunctionType.substituteNominalGenerics(NominalType nt) |
DeclaredFunctionType |
FunctionType.toDeclaredFunctionType() |
DeclaredFunctionType |
DeclaredFunctionType.withReceiverType(JSType newReceiverType) |
DeclaredFunctionType |
DeclaredFunctionType.withTypeInfoFromSuper(DeclaredFunctionType superType,
boolean getsTypeInfoFromParentMethod) |
Modifier and Type | Method and Description |
---|---|
DeclaredFunctionType |
DeclaredFunctionType.withTypeInfoFromSuper(DeclaredFunctionType superType,
boolean getsTypeInfoFromParentMethod) |
Modifier and Type | Method and Description |
---|---|
static DeclaredFunctionType |
DeclaredFunctionType.meet(Collection<DeclaredFunctionType> toMeet) |
Constructor and Description |
---|
FunctionAndSlotType(JSType slotType,
DeclaredFunctionType functionType) |
Copyright © 2009–2023 Google. All rights reserved.