Home | History | Annotate | Download | only in descriptors

Lines Matching refs:IType

59 import org.eclipse.jdt.core.IType;
182 // look for the IType object for this class
183 IType type = javaProject.findType(javaClassName);
235 // there was an error accessing any of the IType, we'll just return null;
279 IType type,
348 * {@link IType#getJavaProject()} since that will return the including
353 private static IProject getProjectDeclaringType(IType type) {
417 private ViewElementDescriptor createViewDescriptor(IType type, IProject project,
451 IType parentType = typeHierarchy.getSuperclass(type);
501 * Returns the array of {@link AttributeDescriptor} for the specified {@link IType}.
508 private static AttributeDescriptor[] getAttributeDescriptor(IType type,
514 private static AttributeDescriptor[] getLayoutAttributeDescriptors(IType type,
586 IType type = null;