Klasse SourceTypeElementInfo

Alle implementierten Schnittstellen:
Cloneable, IDependent, IGenericType, ISourceType

public class SourceTypeElementInfo extends AnnotatableInfo implements ISourceType
Element info for an IType element that originated from source.
  • Felddetails

    • NO_IMPORTS

      protected static final ISourceImport[] NO_IMPORTS
    • NO_INITIALIZERS

      protected static final InitializerElementInfo[] NO_INITIALIZERS
    • NO_FIELDS

      protected static final SourceField[] NO_FIELDS
    • NO_METHODS

      protected static final SourceMethod[] NO_METHODS
    • NO_TYPES

      protected static final SourceType[] NO_TYPES
    • children

      protected IJavaElement[] children
    • superclassName

      protected char[] superclassName
      The name of the superclass for this type. This name is fully qualified for binary types and is NOT always fully qualified for source types.
    • superInterfaceNames

      protected char[][] superInterfaceNames
      The names of the interfaces this type implements or extends. These names are fully qualified in the case of a binary type, and are NOT always fully qualified in the case of a source type
    • permittedTypeNames

      protected char[][] permittedTypeNames
    • handle

      protected IType handle
      Backpointer to my type handle - useful for translation from info to handle.
    • typeParameters

      protected ITypeParameter[] typeParameters
    • categories

      protected HashMap<IJavaElement,String[]> categories
    • flags

      protected int flags
      The modifiers associated with this member.
      Siehe auch:
    • sourceRangeStart

      protected int sourceRangeStart
    • sourceRangeEnd

      protected int sourceRangeEnd
  • Konstruktordetails

    • SourceTypeElementInfo

      public SourceTypeElementInfo()
  • Methodendetails

    • addCategories

      protected void addCategories(IJavaElement element, char[][] elementCategories)
    • getCategories

      public HashMap<IJavaElement,String[]> getCategories()
    • getChildren

      public IJavaElement[] getChildren()
      Setzt außer Kraft:
      getChildren in Klasse JavaElementInfo
    • getEnclosingType

      public ISourceType getEnclosingType()
      Returns the ISourceType that is the enclosing type for this type, or null if this type is a top level type.
      Angegeben von:
      getEnclosingType in Schnittstelle ISourceType
    • getFields

      public ISourceField[] getFields()
      Beschreibung aus Schnittstelle kopiert: ISourceType
      Answer the receiver's fields. NOTE: Multiple fields with the same name can exist in the result.
      Angegeben von:
      getFields in Schnittstelle ISourceType
      Siehe auch:
    • getFieldHandles

      public SourceField[] getFieldHandles()
    • getFileName

      public char[] getFileName()
      Beschreibung aus Schnittstelle kopiert: IDependent
      Answer the file name which defines the type. The path part (optional) must be separated from the actual file proper name by a separator suitable for the type (java.io.File.separator for example), e.g. "c:\\source\\com\\p\\X.java" or "/com/p/Y.java". The path to the zip or jar file (optional) must be separated from the actual path part by JAR_FILE_ENTRY_SEPARATOR, e.g. "c:\\lib\\some.jar|/com/p/X.class" or "/lib/some.zip|/com/q/Y.class". The proper file name includes the suffix extension (e.g. ".java") e.g. "c:/org/aspectj/org/eclipse/jdt/internal/compileri/env/IDependent.java" Return null if no file defines the type.
      Angegeben von:
      getFileName in Schnittstelle IDependent
      Siehe auch:
    • getHandle

      public IType getHandle()
      Returns the handle for this type info
    • getInitializers

      public InitializerElementInfo[] getInitializers()
    • getInterfaceNames

      public char[][] getInterfaceNames()
      Beschreibung aus Schnittstelle kopiert: ISourceType
      Answer the unresolved names of the receiver's interfaces or null if the array is empty. A name is a simple name or a qualified, dot separated name. For example, Hashtable or java.util.Hashtable.
      Angegeben von:
      getInterfaceNames in Schnittstelle ISourceType
      Siehe auch:
    • getPermittedSubtypeNames

      public char[][] getPermittedSubtypeNames()
      Beschreibung aus Schnittstelle kopiert: ISourceType
      Answer the unresolved names of the receiver's permitted sub types or null if the array is empty. A name is a simple name or a qualified, dot separated name. For example, Hashtable or java.util.Hashtable.
      Angegeben von:
      getPermittedSubtypeNames in Schnittstelle ISourceType
      Siehe auch:
    • getMemberTypes

      public ISourceType[] getMemberTypes()
      Beschreibung aus Schnittstelle kopiert: ISourceType
      Answer the receiver's member types.
      Angegeben von:
      getMemberTypes in Schnittstelle ISourceType
      Siehe auch:
    • getMemberTypeHandles

      public SourceType[] getMemberTypeHandles()
    • getMethods

      public ISourceMethod[] getMethods()
      Beschreibung aus Schnittstelle kopiert: ISourceType
      Answer the receiver's methods. NOTE: Multiple methods with the same name Ungültige Eingabe: "&" parameter types can exist in the result.
      Angegeben von:
      getMethods in Schnittstelle ISourceType
      Siehe auch:
    • getMethodHandles

      public SourceMethod[] getMethodHandles()
    • getName

      public char[] getName()
      Beschreibung aus Schnittstelle kopiert: ISourceType
      Answer the simple source name of the receiver.
      Angegeben von:
      getName in Schnittstelle ISourceType
      Siehe auch:
    • getSuperclassName

      public char[] getSuperclassName()
      Beschreibung aus Schnittstelle kopiert: ISourceType
      Answer the unresolved name of the receiver's superclass or null if it does not have one. The name is a simple name or a qualified, dot separated name. For example, Hashtable or java.util.Hashtable.
      Angegeben von:
      getSuperclassName in Schnittstelle ISourceType
      Siehe auch:
    • getTypeParameterBounds

      public char[][][] getTypeParameterBounds()
      Beschreibung aus Schnittstelle kopiert: ISourceType
      Answer the array of bound names of the receiver's type parameters.
      Angegeben von:
      getTypeParameterBounds in Schnittstelle ISourceType
    • getTypeParameterNames

      public char[][] getTypeParameterNames()
      Beschreibung aus Schnittstelle kopiert: ISourceType
      Answer the names of the receiver's type parameters.
      Angegeben von:
      getTypeParameterNames in Schnittstelle ISourceType
    • isBinaryType

      public boolean isBinaryType()
      Beschreibung aus Schnittstelle kopiert: IGenericType
      Answer whether the receiver contains the resolved binary form or the unresolved source form of the type.
      Angegeben von:
      isBinaryType in Schnittstelle IGenericType
      Siehe auch:
    • isAnonymous

      public boolean isAnonymous()
      Beschreibung aus Schnittstelle kopiert: ISourceType
      Answer whether the receiver type is anonymous
      Angegeben von:
      isAnonymous in Schnittstelle ISourceType
    • isAnonymousMember

      public boolean isAnonymousMember()
    • setHandle

      protected void setHandle(IType handle)
      Sets the handle for this type info
    • setSuperclassName

      protected void setSuperclassName(char[] superclassName)
      Sets the (unresolved) name of this type's superclass
    • setSuperInterfaceNames

      protected void setSuperInterfaceNames(char[][] superInterfaceNames)
      Sets the (unresolved) names of the interfaces this type implements or extends
    • setPermittedSubtypeNames

      protected void setPermittedSubtypeNames(char[][] permittedTypeNames)
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getModifiers

      public int getModifiers()
      Siehe auch:
    • setFlags

      protected void setFlags(int flags)
    • getDeclarationSourceEnd

      public int getDeclarationSourceEnd()
      Siehe auch:
    • getDeclarationSourceStart

      public int getDeclarationSourceStart()
      Siehe auch:
    • getSourceRange

      protected ISourceRange getSourceRange()
    • setSourceRangeEnd

      protected void setSourceRangeEnd(int end)
    • setSourceRangeStart

      protected void setSourceRangeStart(int start)