Toggle navigation
Home
org.eclipse.jdt.core.dom.IAnnotationBinding to javax.lang.model.element.AnnotationMirror
No. of Instances - 6
No. of Commits - 5
No. of Projects - {'j2objc'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Add or Remove Method invocation
other.getAnnotationBinding()
to
other.getAnnotationMirror()
BindingConverter.wrapBinding(jdtNode.resolveAnnotationBinding())
to
other.getAnnotationMirror()
Rename Variable
annotationBinding
to
annotationMirror
annotationBinding
to
annotationMirror
annotationBinding
to
annotationMirror
getAnnotationBinding
to
getAnnotationMirror
annotationBinding
to
annotationMirror
Cascading Type Change (Different)
ITypeBinding
to
DeclaredType