void |
Namespace.copyWindowProperties(JSTypes commonTypes,
RawNominalType win) |
static EnumType |
EnumType.make(JSTypes commonTypes,
String name,
JSTypeExpression typeExpr,
Collection<String> props) |
static RawNominalType |
RawNominalType.makeDictClass(JSTypes commonTypes,
Node defSite,
String name,
com.google.common.collect.ImmutableList<String> typeParameters) |
static RawNominalType |
RawNominalType.makeNominalInterface(JSTypes commonTypes,
Node defSite,
String name,
com.google.common.collect.ImmutableList<String> typeParameters) |
static RawNominalType |
RawNominalType.makeStructClass(JSTypes commonTypes,
Node defSite,
String name,
com.google.common.collect.ImmutableList<String> typeParameters) |
static RawNominalType |
RawNominalType.makeStructuralInterface(JSTypes commonTypes,
Node defSite,
String name,
com.google.common.collect.ImmutableList<String> typeParameters) |
static RawNominalType |
RawNominalType.makeUnrestrictedClass(JSTypes commonTypes,
Node defSite,
String name,
com.google.common.collect.ImmutableList<String> typeParameters) |
static void |
JSType.setCommonTypes(JSTypes commonTypes) |
FunctionType |
FunctionType.transformByApplyProperty(JSTypes commonTypes) |