Toggle navigation
Home
com.google.devtools.j2objc.ast.Type to javax.lang.model.type.TypeMirror
No. of Instances - 3
No. of Commits - 2
No. of Projects - {'j2objc'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Cascading Type Change (Similar)
Type
to
TypeMirror
Rename Method invocation
getSuperclassType
to
getSuperclassTypeMirror
Rename Variable
superType
to
superclassTypeMirror
type
to
typeMirror
Add or Remove Method invocation
((TypeDeclaration)node).getSuperInterfaceTypes()
to
((TypeDeclaration)node).getSuperInterfaceTypeMirrors()
((EnumDeclaration)node).getSuperInterfaceTypes()
to
((EnumDeclaration)node).getSuperInterfaceTypeMirrors()