Package | Description |
---|---|
com.google.javascript.jscomp.newtypes |
Modifier and Type | Field and Description |
---|---|
private RawNominalType.Kind |
RawNominalType.kind |
Modifier and Type | Method and Description |
---|---|
static RawNominalType.Kind |
RawNominalType.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RawNominalType.Kind[] |
RawNominalType.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RawNominalType(Node defSite,
java.lang.String name,
com.google.common.collect.ImmutableList<java.lang.String> typeParameters,
RawNominalType.Kind kind,
ObjectKind objectKind) |