Toggle navigation
Home
com.google.javascript.rhino.TypeI to com.google.javascript.rhino.jstype.JSType
No. of Instances - 451
No. of Commits - 5
No. of Projects - {'closure-compiler'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
sourceType.isInstanceofObject()
to
isInstanceOfObject(sourceType)
targetType.isInstanceofObject()
to
isInstanceOfObject(targetType)
found.isSubtypeOf(required)
to
found.isSubtype(required)
required.isSubtypeOf(found)
to
required.isSubtype(found)
sourceType.isInstanceofObject()
to
isInstanceOfObject(sourceType)
targetType.isInstanceofObject()
to
isInstanceOfObject(targetType)
found.isSubtypeOf(required)
to
found.isSubtype(required)
required.isSubtypeOf(found)
to
required.isSubtype(found)
alt.equals(type)
to
alt.isEquivalentTo(type)
compiler.getTypeIRegistry().getGlobalType("goog.dom.DomHelper")
to
compiler.getTypeRegistry().getGlobalType("goog.dom.DomHelper")
compiler.getTypeIRegistry().getNativeType(JSTypeNative.OBJECT_TYPE)
to
compiler.getTypeRegistry().getNativeType(JSTypeNative.OBJECT_TYPE)
compiler.getTypeIRegistry().getGlobalType("Error")
to
compiler.getTypeRegistry().getGlobalType("Error")
compiler.getTypeIRegistry()
to
compiler.getTypeRegistry()
compiler.getTypeIRegistry().getNativeType(JSTypeNative.VOID_TYPE)
to
compiler.getTypeRegistry().getNativeType(JSTypeNative.VOID_TYPE)
compiler.getTypeIRegistry()
to
compiler.getTypeRegistry()
NodeUtil.getPrototypeClassName(lValue).getTypeI()
to
NodeUtil.getPrototypeClassName(lValue).getJSType()
lValue.getFirstChild().getTypeI()
to
lValue.getFirstChild().getJSType()
lValue.getTypeI()
to
lValue.getJSType()
n.getTypeI()
to
n.getJSType()
className.getTypeI()
to
className.getJSType()
compiler.getTypeIRegistry().getGlobalType("Document")
to
compiler.getTypeRegistry().getGlobalType("Document")
compiler.getTypeIRegistry()
to
compiler.getTypeRegistry()
compiler.getTypeIRegistry()
to
compiler.getTypeRegistry()
compiler.getTypeIRegistry().getNativeType(JSTypeNative.UNKNOWN_TYPE)
to
compiler.getTypeRegistry().getNativeType(JSTypeNative.UNKNOWN_TYPE)
compiler.getTypeIRegistry().getGlobalType("goog.dom.DomHelper")
to
compiler.getTypeRegistry().getGlobalType("goog.dom.DomHelper")
compiler.getTypeIRegistry().createUnionType(ImmutableList.of(compiler.getTypeIRegistry().getNativeType(JSTypeNative.STRING_TYPE),compiler.getTypeIRegistry().getNativeType(JSTypeNative.ARRAY_TYPE),compiler.getTypeIRegistry().getNativeType(JSTypeNative.NULL_TYPE),compiler.getTypeIRegistry().getNativeType(JSTypeNative.VOID_TYPE)))
to
compiler.getTypeRegistry().createUnionType(ImmutableList.of(compiler.getTypeRegistry().getNativeType(JSTypeNative.STRING_TYPE),compiler.getTypeRegistry().getNativeType(JSTypeNative.ARRAY_TYPE),compiler.getTypeRegistry().getNativeType(JSTypeNative.NULL_TYPE),compiler.getTypeRegistry().getNativeType(JSTypeNative.VOID_TYPE)))
scopeRoot.getTypeI()
to
scopeRoot.getJSType()
compiler.getTypeIRegistry()
to
compiler.getTypeRegistry()
compiler.getTypeIRegistry().getNativeType(JSTypeNative.STRING_TYPE)
to
compiler.getTypeRegistry().getNativeType(JSTypeNative.STRING_TYPE)
argument.isSubtypeOf(parameter.getTypeI())
to
argument.isSubtypeOf(parameter.getJSType())
compiler.getTypeIRegistry().getNativeType(STRING_TYPE)
to
compiler.getTypeRegistry().getNativeType(STRING_TYPE)
compiler.getTypeIRegistry().getNativeType(JSTypeNative.UNKNOWN_TYPE)
to
compiler.getTypeRegistry().getNativeType(JSTypeNative.UNKNOWN_TYPE)
Rename Method invocation
getTypeI
to
getJSType
setTypeI
to
setJSType
setTypeI
to
setJSType
setTypeI
to
setJSType
setTypeI
to
setJSType
setTypeI
to
setJSType
setTypeI
to
setJSType
setTypeI
to
setJSType
getTypeI
to
getJSType
setTypeI
to
setJSType
setTypeI
to
setJSType
setTypeI
to
setJSType
Other
(JSType)that
to
that
Rename Variable
typei
to
jstype
typei
to
jstype
typei
to
jstype
typei
to
jstype
typei
to
jstype
getTypeI
to
getJSType
t
to
type
t
to
type
getTypeI
to
getJSType
getTypeI
to
getJSType
Cascading Type Change (Similar)
TypeI
to
JSType
TypeI
to
JSType
TypeI
to
JSType
Cascading Type Change (Different)
TypeI.Nullability
to
JSType.Nullability
TypeI.Nullability
to
JSType.Nullability