Codota Logo
ITypeHierarchy.getRootInterfaces
Code IndexAdd Codota to your IDE (free)

How to use
getRootInterfaces
method
in
org.eclipse.jdt.core.ITypeHierarchy

Best Java code snippets using org.eclipse.jdt.core.ITypeHierarchy.getRootInterfaces (Showing top 3 results out of 315)

  • Common ways to obtain ITypeHierarchy
private void myMethod () {
ITypeHierarchy i =
  • Codota IconIType type;type.newSupertypeHierarchy(null)
  • Codota IconCreateTypeHierarchyOperation op;op.getResult()
  • Codota IconIType type;SuperTypeHierarchyCache.getTypeHierarchy(type)
  • Smart code suggestions by Codota
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jdt.ui

  res.add(classes[i]);
IType[] interfaces= hierarchy.getRootInterfaces();
for (int i= 0; i < interfaces.length; i++) {
  res.add(interfaces[i]);
origin: org.eclipse/org.eclipse.jdt.ui

  res.add(classes[i]);
IType[] interfaces= hierarchy.getRootInterfaces();
for (int i= 0; i < interfaces.length; i++) {
  res.add(interfaces[i]);
origin: org.eclipse.jdt/org.eclipse.jdt.ui

  res.add(classes[i]);
IType[] interfaces= hierarchy.getRootInterfaces();
for (int i= 0; i < interfaces.length; i++) {
  res.add(interfaces[i]);
org.eclipse.jdt.coreITypeHierarchygetRootInterfaces

Javadoc

Returns all interfaces in the graph which have no resolved superinterfaces, in no particular order.

Popular methods of ITypeHierarchy

  • getAllSubtypes
    Returns all resolved subtypes (direct and indirect) of the given type, in no particular order, limit
  • contains
    Returns whether the given type is part of this hierarchy.
  • getAllSupertypes
    Returns all resolved supertypes of the given type, in bottom-up order. An empty array is returned if
  • getAllClasses
    Returns all classes in this type hierarchy's graph, in no particular order. Any classes in the creat
  • getAllTypes
    Returns all types in this type hierarchy's graph, in no particular order. Any types in the creation
  • getSuperclass
    Returns the resolved superclass of the given class, or null if the given class has no superclass, th
  • getAllSuperclasses
    Returns all resolved superclasses of the given class, in bottom-up order. An empty array is returned
  • refresh
    Re-computes the type hierarchy reporting progress.
  • getCachedFlags
    Return the flags associated with the given type (would be equivalent to IMember.getFlags()), or -1
  • getSubclasses
    Returns the direct resolved subclasses of the given class, in no particular order, limited to the cl
  • getSubtypes
    Returns the direct resolved subtypes of the given type, in no particular order, limited to the types
  • getSuperInterfaces
    Returns the direct resolved interfaces that the given type implements or extends, in no particular o
  • getSubtypes,
  • getSuperInterfaces,
  • getType,
  • getAllInterfaces,
  • getAllSuperInterfaces,
  • addTypeHierarchyChangedListener,
  • exists,
  • getImplementingClasses,
  • getSupertypes,
  • removeTypeHierarchyChangedListener

Popular in Java

  • Start an intent from android
  • onRequestPermissionsResult (Fragment)
  • setContentView (Activity)
  • getExternalFilesDir (Context)
  • FileInputStream (java.io)
    A FileInputStream obtains input bytes from a file in a file system. What files are available depends
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Option (scala)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now