Toggle navigation
Home
java.lang.String to com.google.devtools.cyclefinder.TypeNode
No. of Instances - 40
No. of Commits - 1
No. of Projects - {'j2objc'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
whitelistKeys
to
whitelisted
whitelistKeys
to
whitelisted
Add or Remove Method invocation
e.getTarget().getKey()
to
subtype
superclass.getKey()
to
superclassNode
interfaze.getKey()
to
interfaceNode
type.getSuperclass().getKey()
to
superclassNode
Edge.newSubtypeEdge(e,allTypes.get(subtype))
to
Edge.newSubtypeEdge(e,subtype)
vertices.contains(e.getTarget().getKey())
to
vertices.contains(e.getTarget())
allTypes
to
it.next().getTypeBinding()
Other
subtypes.get(subtype)
to
subtypes.get(subtype)