Schnittstelle IGenericType

Alle Superschnittstellen:
IDependent
Alle bekannten Unterschnittstellen:
IBinaryType, ISourceType
Alle bekannten Implementierungsklassen:
ClassFileReader, CodeSnippetSkeleton, CompactTypeStructureRepresentation, ExternalAnnotationDecorator, HierarchyBinaryType, HierarchyType, SourceTypeElementInfo

public interface IGenericType extends IDependent
  • Feldübersicht

    Von Schnittstelle geerbte Felder org.aspectj.org.eclipse.jdt.internal.compiler.env.IDependent

    JAR_FILE_ENTRY_SEPARATOR
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    Answer an int whose bits are set according the access constants defined by the VM spec.
    boolean
    Answer whether the receiver contains the resolved binary form or the unresolved source form of the type.

    Von Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.internal.compiler.env.IDependent

    getFileName
  • Methodendetails

    • getModifiers

      int getModifiers()
      Answer an int whose bits are set according the access constants defined by the VM spec. NOTE 1: We have added AccDeprecated Ungültige Eingabe: "&" AccSynthetic. NOTE 2: If the receiver represents a member type, the modifiers are extracted from its inner class attributes.
    • isBinaryType

      boolean isBinaryType()
      Answer whether the receiver contains the resolved binary form or the unresolved source form of the type.