Schnittstelle IOrdinaryClassFile

Alle Superschnittstellen:
org.eclipse.core.runtime.IAdaptable, IClassFile, ICodeAssist, IJavaElement, IOpenable, IParent, ISourceReference, ITypeRoot
Alle bekannten Implementierungsklassen:
ClassFile

public interface IOrdinaryClassFile extends IClassFile
Ordinary form of a IClassFile which holds exactly one IType.
Seit:
3.14
  • Methodendetails

    • getType

      IType getType()
      Returns the type contained in this class file. This is a handle-only method. The type may or may not exist.

      This method supersedes the corresponding super method. This method will never throw UnsupportedOperationException.

      Angegeben von:
      getType in Schnittstelle IClassFile
      Gibt zurück:
      the type contained in this class file