com.google.javascript.rhino.jstype.JSType to com.google.javascript.rhino.TypeI
No. of Instances - 299
No. of Commits - 30
No. of Projects - {'closure-compiler'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
- Add or Remove Method invocation
- callClassType.isSubtype(methodClassType) to callClassType.isSubtypeOf(methodClassType)
- compiler.getTypeRegistry().getNativeType(STRING_TYPE) to compiler.getTypeIRegistry().getNativeType(STRING_TYPE)
- callClassType.isSubtype(methodClassType) to callClassType.isSubtypeOf(methodClassType)
- compiler.getTypeRegistry() to compiler.getTypeIRegistry()
- type.isFunctionPrototypeType() to type.isPrototypeObject()
- type.isNominalConstructor() to type.isOriginalConstructor()
- currentClass.isSubtype(ownerType) to currentClass.isSubtypeOf(ownerType)
- lValue.getFirstChild().getJSType() to lValue.getFirstChild().getTypeI()
- lValue.getJSType() to lValue.getTypeI()
- n.getJSType() to n.getTypeI()
- className.getJSType() to className.getTypeI()
- ((PrototypeObjectType)type).isAnonymous() to type.isInstanceofObject()
- currentClass.isSubtype(ownerType) to currentClass.isSubtypeOf(ownerType)
- ((PrototypeObjectType)type).isAnonymous() to type.isInstanceofObject()
- lValueType.isNominalConstructor() to lValueType.isOriginalConstructor()
- targetType.isSubtype(methodClassType) to targetType.isSubtypeOf(methodClassType)
- type.toMaybeUnionType().getAlternates() to type.getUnionMembers()
- targetType.isSubtype(whitelistedTypes) to targetType.isSubtypeOf(whitelistedTypes)
- methodClassType.isSubtype(targetType) to methodClassType.isSubtypeOf(targetType)
- targetType.isSubtype(methodClassType) to targetType.isSubtypeOf(methodClassType)
- targetType.isSubtype(whitelistedTypes) to targetType.isSubtypeOf(whitelistedTypes)
- methodClassType.isSubtype(targetType) to methodClassType.isSubtypeOf(targetType)
- targetType.isSubtype(methodClassType) to targetType.isSubtypeOf(methodClassType)
- targetType.isSubtype(methodClassType) to targetType.isSubtypeOf(methodClassType)
- compiler.getTypeRegistry().getNativeType(JSTypeNative.OBJECT_TYPE) to compiler.getTypeIRegistry().getNativeType(JSTypeNative.OBJECT_TYPE)
- thrown.isSubtype(errorObjType) to thrown.isSubtypeOf(errorObjType)
- evaluate to evaluateTypeExpressionInGlobalScope
- type.toMaybeUnionType().getAlternates() to type.getUnionMembers()
- targetType to receiverType.meetWith(type)
- targetType.getGreatestSubtype(type) to receiverType
- targetType to receiverType.meetWith(type)
- targetType.getGreatestSubtype(type) to receiverType
- receiverType.isEmptyType() to receiverType.isBottom()
- receiverType.isAllType() to receiverType.isTop()
- getTypeWithProperty(field,type.toMaybeEnumElementType().getPrimitiveType()) to getTypeWithProperty(field,type.getEnumeratedTypeOfEnumElement())
- getTypeWithProperty(field,type.autoboxesTo()) to getTypeWithProperty(field,type.autobox())
- type.isEnumElementType() to type.isEnumElement()
- n.getFirstChild() to recv
- getInstanceFromPrototype(type) to getInstanceFromPrototype(recv)
- isStructuralInterfacePrototype(type) to isStructuralInterfacePrototype(recv)
- type.toMaybeEnumElementType().getPrimitiveType() to type.getEnumeratedTypeOfEnumElement()
- type.toMaybeUnionType().getAlternatesWithoutStructuralTyping() to type.getUnionMembers()
- type.isEnumElementType() to type.isEnumElement()
- objSkipType.getImplicitPrototype() to objSkipType.getPrototypeObject()
- t.isObject() to t.isObjectType()
- type.toMaybeEnumElementType().getPrimitiveType() to type.getEnumeratedTypeOfEnumElement()
- type.toMaybeUnionType().getAlternates() to type.getUnionMembers()
- type.isEnumElementType() to type.isEnumElement()
- t.isObject() to t.isObjectType()
- t.isAllType() to t.isTop()
- t.toMaybeUnionType().getAlternates() to t.getUnionMembers()
- type.toMaybeEnumElementType().getPrimitiveType() to type.getEnumeratedTypeOfEnumElement()
- that.typeA.isEquivalentTo(this.typeA) to that.typeA.equals(this.typeA)
- that.typeB.isEquivalentTo(this.typeB) to that.typeB.equals(this.typeB)
- that.typeB.isEquivalentTo(this.typeA) to that.typeB.equals(this.typeA)
- that.typeA.isEquivalentTo(this.typeB) to that.typeA.equals(this.typeB)
- ImmutableSet.of(r.getNativeType(JSTypeNative.ALL_TYPE),r.getNativeType(JSTypeNative.FUNCTION_FUNCTION_TYPE),r.getNativeType(JSTypeNative.FUNCTION_INSTANCE_TYPE),r.getNativeType(JSTypeNative.FUNCTION_PROTOTYPE),r.getNativeType(JSTypeNative.GLOBAL_THIS),r.getNativeType(JSTypeNative.OBJECT_TYPE),r.getNativeType(JSTypeNative.OBJECT_PROTOTYPE),r.getNativeType(JSTypeNative.OBJECT_FUNCTION_TYPE),r.getNativeType(JSTypeNative.TOP_LEVEL_PROTOTYPE)) to ImmutableSet.<TypeI>of(r.getNativeType(JSTypeNative.ALL_TYPE),r.getNativeType(JSTypeNative.FUNCTION_FUNCTION_TYPE),r.getNativeType(JSTypeNative.FUNCTION_INSTANCE_TYPE),r.getNativeType(JSTypeNative.FUNCTION_PROTOTYPE),r.getNativeType(JSTypeNative.GLOBAL_THIS),r.getNativeType(JSTypeNative.OBJECT_TYPE),r.getNativeType(JSTypeNative.OBJECT_PROTOTYPE),r.getNativeType(JSTypeNative.OBJECT_FUNCTION_TYPE),r.getNativeType(JSTypeNative.TOP_LEVEL_PROTOTYPE))
- ImmutableSet.of((JSType)registry.getNativeType(JSTypeNative.ALL_TYPE),(JSType)registry.getNativeType(JSTypeNative.NO_OBJECT_TYPE),(JSType)registry.getNativeType(JSTypeNative.NO_TYPE),(JSType)registry.getNativeType(JSTypeNative.NULL_TYPE),(JSType)registry.getNativeType(JSTypeNative.VOID_TYPE),(JSType)registry.getNativeType(JSTypeNative.FUNCTION_FUNCTION_TYPE),(JSType)registry.getNativeType(JSTypeNative.FUNCTION_INSTANCE_TYPE),(JSType)registry.getNativeType(JSTypeNative.FUNCTION_PROTOTYPE),(JSType)registry.getNativeType(JSTypeNative.GLOBAL_THIS),(JSType)registry.getNativeType(JSTypeNative.OBJECT_TYPE),(JSType)registry.getNativeType(JSTypeNative.OBJECT_PROTOTYPE),(JSType)registry.getNativeType(JSTypeNative.OBJECT_FUNCTION_TYPE),(JSType)registry.getNativeType(JSTypeNative.TOP_LEVEL_PROTOTYPE),(JSType)registry.getNativeType(JSTypeNative.UNKNOWN_TYPE)) to ImmutableSet.<TypeI>of((JSType)registry.getNativeType(JSTypeNative.ALL_TYPE),(JSType)registry.getNativeType(JSTypeNative.NO_OBJECT_TYPE),(JSType)registry.getNativeType(JSTypeNative.NO_TYPE),(JSType)registry.getNativeType(JSTypeNative.NULL_TYPE),(JSType)registry.getNativeType(JSTypeNative.VOID_TYPE),(JSType)registry.getNativeType(JSTypeNative.FUNCTION_FUNCTION_TYPE),(JSType)registry.getNativeType(JSTypeNative.FUNCTION_INSTANCE_TYPE),(JSType)registry.getNativeType(JSTypeNative.FUNCTION_PROTOTYPE),(JSType)registry.getNativeType(JSTypeNative.GLOBAL_THIS),(JSType)registry.getNativeType(JSTypeNative.OBJECT_TYPE),(JSType)registry.getNativeType(JSTypeNative.OBJECT_PROTOTYPE),(JSType)registry.getNativeType(JSTypeNative.OBJECT_FUNCTION_TYPE),(JSType)registry.getNativeType(JSTypeNative.TOP_LEVEL_PROTOTYPE),(JSType)registry.getNativeType(JSTypeNative.UNKNOWN_TYPE))
- type.toMaybeUnionType().getAlternatesWithoutStructuralTyping() to type.getUnionMembers()
- type.toMaybeUnionType().getAlternatesWithoutStructuralTyping() to type.getUnionMembers()
- that.typeA.isEquivalentTo(this.typeA) to that.typeA.equals(this.typeA)
- that.typeB.isEquivalentTo(this.typeB) to that.typeB.equals(this.typeB)
- that.typeB.isEquivalentTo(this.typeA) to that.typeB.equals(this.typeA)
- that.typeA.isEquivalentTo(this.typeB) to that.typeA.equals(this.typeB)
- isInstanceOfObject(sourceType) to sourceType.isInstanceofObject()
- isInstanceOfObject(targetType) to targetType.isInstanceofObject()
- found.isSubtype(required) to found.isSubtypeOf(required)
- required.isSubtype(found) to required.isSubtypeOf(found)
- found.isSubtype(required) to found.isSubtypeOf(required)
- required.isSubtype(found) to required.isSubtypeOf(found)
- isInstanceOfObject(sourceType) to sourceType.isInstanceofObject()
- isInstanceOfObject(targetType) to targetType.isInstanceofObject()
- found.isSubtype(required) to found.isSubtypeOf(required)
- required.isSubtype(found) to required.isSubtypeOf(found)
- isInstanceOfObject(sourceType) to sourceType.isInstanceofObject()
- isInstanceOfObject(targetType) to targetType.isInstanceofObject()
- isInstanceOfObject(sourceType) to sourceType.isInstanceofObject()
- isInstanceOfObject(targetType) to targetType.isInstanceofObject()
- found.isSubtype(required) to found.isSubtypeOf(required)
- required.isSubtype(found) to required.isSubtypeOf(found)
- sourceType.isSubtype(targetType) to sourceType.isSubtypeOf(targetType)
- targetType.isSubtype(sourceType) to targetType.isSubtypeOf(sourceType)
- sourceType.isSubtype(targetType) to sourceType.isSubtypeOf(targetType)
- targetType.isSubtype(sourceType) to targetType.isSubtypeOf(sourceType)
- jsType.isNoType() to type.isBottom()
- jsType.isNoType() to type.isBottom()
- jsType.isObject() to type.isObjectType()
- type.isTemplatizedType() to type.isGenericObjectType()
- rawType.isNominalConstructor() to type.isInterface()
- type.isTemplatizedType() to type.isGenericObjectType()
- isTemplatizable(firstParam) to firstParam.hasUninstantiatedTypeVariables()
- type.toMaybeUnionType().getAlternatesWithoutStructuralTyping() to type.getUnionMembers()
- subclassType.toObjectType().getConstructor() to subclassType.toMaybeObjectType()
- subclassType.toObjectType() to subclassType.toMaybeObjectType()
- type.toMaybeEnumType().getElementsType().toAnnotationString() to type.toMaybeObjectType().getElementsType().toNonNullAnnotationString()
- type.isEmptyType() to type.isBottom()
- type.isFunctionPrototypeType() to type.isPrototypeObject()
- type.isEnumType() to type.isEnumObject()
- JSType.isEquivalent(type,(JSType)registry.getNativeType(JSTypeNative.FUNCTION_INSTANCE_TYPE)) to type.equals(registry.getNativeType(JSTypeNative.FUNCTION_INSTANCE_TYPE))
- alt.isEquivalentTo(type) to alt.equals(type)
- alt.isEquivalentTo(type) to alt.equals(type)
- newType.toMaybeUnionType().getAlternatesWithoutStructuralTyping() to newType.getUnionMembers()
- isInvalidatingType(newType) to invalidatingTypes.isInvalidating(newType)
- ((ObjectType)type).getOwnerFunction() to type.toMaybeObjectType().getOwnerFunction()
- type.toObjectType() to type.toMaybeObjectType()
- type.toMaybeUnionType().getAlternates() to type.getUnionMembers()
- type.isFunctionPrototypeType() to type.isPrototypeObject()
- compiler.getTypeRegistry() to compiler.getTypeIRegistry()
- compiler.getTypeRegistry() to compiler.getTypeIRegistry()
- supertype.getNominalTypeIfSingletonObj() to ((JSType)supertype).getNominalTypeIfSingletonObj()
- Rename Method invocation
- setJSType to setTypeI
- getJSType to getTypeI
- isSubtype to isSubtypeOf
- isSubtype to isSubtypeOf
- isSubtype to isSubtypeOf
- isSubtype to isSubtypeOf
- setJSType to setTypeI
- getJSType to getTypeI
- toObjectType to toMaybeObjectType
- getJSType to getTypeI
- toObjectType to toMaybeObjectType
- getJSType to getTypeI
- getJSType to getTypeI
- toObjectType to toMaybeObjectType
- toObjectType to toMaybeObjectType
- toObjectType to toMaybeObjectType
- getJSType to getTypeI
- isEquivalentTo to equals
- isSubtype to isSubtypeOf
- getJSType to getTypeI
- isEquivalentTo to equals
- isSubtype to isSubtypeOf
- getJSType to getTypeI
- getJSType to getTypeI
- getJSType to getTypeI
- getJSType to getTypeI
- Cascading Type Change (Similar)
- JSType to TypeI
- JSType to TypeI
- JSType to TypeI
- JSType to TypeI
- JSType to TypeI
- JSType to TypeI
- JSType to TypeI
- JSType to TypeI
- JSType to TypeI
- JSType to TypeI
- JSType to TypeI
- JSType to TypeI
- Rename Variable
- jsType to type
- jsType to type
- getJSType to getTypeI
- getJSType to getTypeI
- targetType to receiverType
- jstypeReturn to retType
- jstype to typei
- jstype to typei
- type to recvType
- type to recvType
- type to recvType
- type to recvType
- type to recvType
- type to recvType
- jsType to type
- jsType to type
- jsType to type
- jsType to type
- jsType to type
- jsType to type
- jsType to type
- rawType to type
- rawType to type
- rawType to type
- jsType to type
- jsType to type
- jsType to type
- jsType to type
- getJSType to getTypeI
- jstype to type
- jstype to type
- jstype to type
- getJSType to getTypeI
- getJSType to getTypeI
- getJSType to getTypeI
- jstype to type
- jsType to type
- jsType to type
- jstype to type
- jstype to type
- Cascading Type Change (Different)
- ObjectType to ObjectTypeI
- ObjectType to ObjectTypeI
- ObjectType to ObjectTypeI
- ObjectType to ObjectTypeI
- ObjectType to ObjectTypeI
- FunctionType to FunctionTypeI
- FunctionType to FunctionTypeI
- Other