Toggle navigation
Home
org.eclipse.jdt.core.dom.ITypeBinding to javax.lang.model.type.DeclaredType
No. of Instances - 6
No. of Commits - 6
No. of Projects - {'j2objc'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Add or Remove Method invocation
inheritedType.getTypeDeclaration()
to
inheritedType.asElement()
inheritedType.getDeclaredMethods()
to
ElementUtil.filterEnclosedElements(inheritedType.asElement(),ExecutableElement.class,ElementKind.METHOD)
field.getModifiers()
to
fieldName
field.getName()
to
fieldName
fieldName
to
fieldName
Modifier.isStatic(fieldName)
to
ElementUtil.isStatic(field)
fieldType.isPrimitive()
to
ElementUtil.isStatic(field)
type.isAssignmentCompatible(fieldType)
to
typeUtil.isAssignable(type,fieldType)
ElementUtil.isWeakReference(fieldE)
to
ElementUtil.isWeakReference(field)
ElementUtil.isRetainedWithField(fieldE)
to
ElementUtil.isRetainedWithField(field)
Cascading Type Change (Similar)
ITypeBinding
to
DeclaredType
Rename Variable
annotationType
to
type
annotationType
to
type