| Package | Description |
|---|---|
| com.google.javascript.jscomp.newtypes |
| Modifier and Type | Method and Description |
|---|---|
FunctionType |
FunctionTypeBuilder.buildFunction() |
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.isSubtypeOf(FunctionType other) |
void |
RawNominalType.setCtorFunction(FunctionType ctorFn,
JSTypes commonTypes) |
JSType |
JSType.withFunction(FunctionType ft,
NominalType fnNominal) |
Copyright © 2009-2015 Google. All Rights Reserved.