Java org.eclipse.jdt.internal.core.hierarchy TypeHierarchy fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.core.hierarchy TypeHierarchy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.core.hierarchy TypeHierarchy.

The text is from its open source code.

Subclass

org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy has subclasses.
Click this link to see all its subclasses.

Field

booleanDEBUG
IType[]NO_TYPE

Constructor

Method

voidfireChange()
Notifies listeners that this hierarchy has changed and needs refreshing.
IType[]getAllClasses()
IType[]getAllInterfaces()
IType[]getAllSubtypes(IType type)
IType[]getAllSuperclasses(IType type)
IType[]getImplementingClasses(IType type)
IType[]getRootClasses()
IType[]getRootInterfaces()
IType[]getSubtypes(IType type)
ITypegetSuperclass(IType type)
IType[]getSuperInterfaces(IType type)
ITypegetType()
booleanhasFineGrainChanges()
IJavaProjectjavaProject()
Returns the java project this hierarchy was created in.
voidrefresh(IProgressMonitor monitor)