| Package | Description |
|---|---|
| com.google.javascript.jscomp.newtypes |
| Modifier and Type | Method and Description |
|---|---|
DeclaredFunctionType |
FunctionTypeBuilder.buildDeclaration() |
DeclaredFunctionType |
DeclaredTypeRegistry.getDeclaredFunctionType()
Get the type of the function that the declared type registry represents.
|
DeclaredFunctionType |
JSTypeCreatorFromJSDoc.getFunctionType(JSDocInfo jsdoc,
String functionName,
Node declNode,
NominalType.RawNominalType constructorType,
NominalType.RawNominalType ownerType,
DeclaredTypeRegistry registry)
Consumes either a "classic" function jsdoc with @param, @return, etc,
or a jsdoc with @type{function ...} and finds the types of the formal
parameters and the return value.
|
static DeclaredFunctionType |
DeclaredFunctionType.meet(Collection<DeclaredFunctionType> toMeet) |
DeclaredFunctionType |
DeclaredFunctionType.substituteNominalGenerics(NominalType nt) |
DeclaredFunctionType |
FunctionType.toDeclaredFunctionType() |
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) |
Copyright © 2009-2015 Google. All Rights Reserved.