Package | Description |
---|---|
com.google.javascript.jscomp.newtypes |
Modifier and Type | Field and Description |
---|---|
static FunctionType |
FunctionType.LOOSE_TOP_FUNCTION |
static FunctionType |
FunctionType.TOP_FUNCTION |
Modifier and Type | Method and Description |
---|---|
FunctionType |
FunctionTypeBuilder.buildFunction() |
FunctionType |
JSType.getFunType() |
FunctionType |
JSType.getFunTypeIfSingletonObj() |
FunctionType |
FunctionType.instantiateGenerics(Map<String,JSType> typeMap) |
FunctionType |
DeclaredFunctionType.toFunctionType() |
Modifier and Type | Method and Description |
---|---|
static JSType |
JSType.fromFunctionType(FunctionType fn) |
boolean |
FunctionType.isSubtypeOf(FunctionType other) |
Copyright © 2009–2015 Google. All rights reserved.