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