Toggle navigation
Home
javax.lang.model.element.Element to javax.lang.model.type.DeclaredType
No. of Instances - 5
No. of Commits - 1
No. of Projects - {'j2objc'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
i.asType()
to
i
ElementUtil.getDeclaredMethods(i)
to
ElementUtil.getDeclaredMethods(i.asElement())
((DeclaredType)superType).asElement()
to
(DeclaredType)superType
Cascading Type Change (Similar)
List<Element>
to
List<DeclaredType>
Rename Method invocation
getInheritedTypeElementsInclusive
to
getInheritedDeclaredTypesInclusive
Rename Variable
typeElements
to
declaredTypes
typeElements
to
declaredTypes
baseElement
to
baseType