Klasse ISourceElementRequestor.TypeInfo

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
Umschließende Schnittstelle:
ISourceElementRequestor

public static class ISourceElementRequestor.TypeInfo extends Object
  • Felddetails

    • typeAnnotated

      public boolean typeAnnotated
    • declarationStart

      public int declarationStart
    • modifiers

      public int modifiers
    • name

      public char[] name
    • nameSourceStart

      public int nameSourceStart
    • nameSourceEnd

      public int nameSourceEnd
    • superclass

      public char[] superclass
    • superinterfaces

      public char[][] superinterfaces
    • permittedSubtypes

      public char[][] permittedSubtypes
    • typeParameters

    • categories

      public char[][] categories
    • secondary

      public boolean secondary
    • anonymousMember

      public boolean anonymousMember
    • annotations

      public Annotation[] annotations
    • extraFlags

      public int extraFlags
    • node

      public TypeDeclaration node
    • childrenCategories

      public HashMap childrenCategories
  • Konstruktordetails

    • TypeInfo

      public TypeInfo()