static RawNominalType |
RawNominalType.makeClass(JSTypes commonTypes,
Node defSite,
java.lang.String name,
com.google.common.collect.ImmutableList<java.lang.String> typeParameters,
ObjectKind objKind,
boolean isAbstract) |
static RawNominalType |
RawNominalType.makeNominalInterface(JSTypes commonTypes,
Node defSite,
java.lang.String name,
com.google.common.collect.ImmutableList<java.lang.String> typeParameters,
ObjectKind objKind) |
static RawNominalType |
RawNominalType.makeStructuralInterface(JSTypes commonTypes,
Node defSite,
java.lang.String name,
com.google.common.collect.ImmutableList<java.lang.String> typeParameters,
ObjectKind objKind) |