Schnittstelle ISourceImport

Alle bekannten Implementierungsklassen:
ImportDeclarationElementInfo

public interface ISourceImport
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    Answer the source end position of the import declaration.
    int
    Answer the source start position of the import declaration.
    int
    Answer an int whose bits are set according the access constants defined by the VM spec.
  • Methodendetails

    • getDeclarationSourceEnd

      int getDeclarationSourceEnd()
      Answer the source end position of the import declaration.
    • getDeclarationSourceStart

      int getDeclarationSourceStart()
      Answer the source start position of the import declaration.
    • getModifiers

      int getModifiers()
      Answer an int whose bits are set according the access constants defined by the VM spec. Since Java 1.5, static imports can be defined.