Package | Description |
---|---|
com.google.javascript.jscomp.newtypes |
Modifier and Type | Method and Description |
---|---|
FunctionType |
FunctionTypeBuilder.buildFunction() |
FunctionType |
RawNominalType.getConstructorFunction() |
FunctionType |
JSType.getFunType() |
FunctionType |
JSType.getFunTypeIfSingletonObj() |
FunctionType |
FunctionType.instantiateGenerics(Map<String,JSType> typeMap) |
FunctionType |
FunctionType.instantiateGenericsFromArgumentTypes(List<JSType> argTypes) |
FunctionType |
DeclaredFunctionType.toFunctionType() |
FunctionType |
FunctionType.transformByApplyProperty(JSTypes commonTypes) |
FunctionType |
FunctionType.transformByCallProperty() |
Modifier and Type | Method and Description |
---|---|
JSType |
JSTypes.fromFunctionType(FunctionType fn) |
boolean |
FunctionType.isValidOverride(FunctionType other) |
void |
RawNominalType.setCtorFunction(FunctionType ctorFn) |
JSType |
JSType.withFunction(FunctionType ft,
NominalType fnNominal) |
Copyright © 2009–2023 Google. All rights reserved.