Toggle navigation
Home
org.eclipse.jdt.core.dom.IMethodBinding to com.google.devtools.j2objc.types.ExecutablePair
No. of Instances - 4
No. of Commits - 3
No. of Projects - {'j2objc'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
newDeclarations.values()
to
newDeclarations.entrySet()
method
to
method.type()
method.isVarargs()
to
method.element().isVarArgs()
Cascading Type Change (Different)
ITypeBinding[]
to
List<? extends TypeMirror>
Cascading Type Change (Similar)
IMethodBinding
to
ExecutablePair
Rename Method invocation
getMethodBinding
to
getExecutablePair
Rename Variable
binding
to
method