Toggle navigation
Home
com.google.javascript.jscomp.newtypes.NominalType to com.google.javascript.jscomp.newtypes.JSType
No. of Instances - 20
No. of Commits - 2
No. of Projects - {'closure-compiler'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
cl
to
t
cl
to
t
newReceiver
to
newReceiverType
Add or Remove Method invocation
nominalType
to
getNominalTypeIfSingletonObj(this.nominalType).instantiateGenerics(JSType.MAP_TO_UNKNOWN)
NominalType.pickSubclass(this.nominalType,other.nominalType)
to
meetNominalTypes(this.nominalType,other.nominalType)
nominalType.instantiateGenerics(typeMap)
to
this.nominalType
this.nominalType
to
substGenericsInNomType(this.nominalType,typeMap)
nominalType.instantiateGenerics(typeMap)
to
this.nominalType
this.nominalType
to
substGenericsInNomType(this.nominalType,typeMap)
NominalType.pickSubclass(this.receiverType,other.receiverType)
to
meetNominalTypes(this.receiverType,other.receiverType)
receiverType.instantiateGenerics(typeMap)
to
this.receiverType
this.receiverType
to
substGenericsInNomType(this.receiverType,typeMap)
receiverType.instantiateGenerics(typeMap)
to
this.receiverType
this.receiverType
to
substGenericsInNomType(this.receiverType,typeMap)
Other
newReceiver == null ? null : newReceiver.getInstanceAsJSType()
to
newReceiverType