Klasse SourceAnnotationMethodInfo

Alle implementierten Schnittstellen:
Cloneable, IGenericMethod, ISourceMethod

public class SourceAnnotationMethodInfo extends SourceMethodInfo
  • Felddetails

    • defaultValueStart

      public int defaultValueStart
    • defaultValueEnd

      public int defaultValueEnd
    • defaultValue

      public IMemberValuePair defaultValue
    • flags

      protected int flags
      The modifiers associated with this member.
      Siehe auch:
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
    • sourceRangeStart

      protected int sourceRangeStart
    • sourceRangeEnd

      protected int sourceRangeEnd
  • Konstruktordetails

    • SourceAnnotationMethodInfo

      public SourceAnnotationMethodInfo()
  • Methodendetails

    • isAnnotationMethod

      public boolean isAnnotationMethod()
      Setzt außer Kraft:
      isAnnotationMethod in Klasse SourceMethodInfo
    • getModifiers

      public int getModifiers()
      Siehe auch:
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.env.IGenericType#getModifiers()
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.env.IGenericMethod#getModifiers()
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.env.IGenericField#getModifiers()
    • setFlags

      protected void setFlags(int flags)
    • getDeclarationSourceEnd

      public int getDeclarationSourceEnd()
      Siehe auch:
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.env.ISourceType#getDeclarationSourceEnd()
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.env.ISourceMethod#getDeclarationSourceEnd()
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.env.ISourceField#getDeclarationSourceEnd()
    • getDeclarationSourceStart

      public int getDeclarationSourceStart()
      Siehe auch:
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.env.ISourceType#getDeclarationSourceStart()
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.env.ISourceMethod#getDeclarationSourceStart()
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.env.ISourceField#getDeclarationSourceStart()
    • getSourceRange

      protected ISourceRange getSourceRange()
    • setSourceRangeEnd

      protected void setSourceRangeEnd(int end)
    • setSourceRangeStart

      protected void setSourceRangeStart(int start)