Class ISourceElementRequestor.TypeParameterInfo

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeParameterInfo
Enclosing interface:
ISourceElementRequestor

public static class ISourceElementRequestor.TypeParameterInfo extends Object
  • Field Details

    • typeAnnotated

      public boolean typeAnnotated
    • declarationStart

      public int declarationStart
    • declarationEnd

      public int declarationEnd
    • name

      public char[] name
    • nameSourceStart

      public int nameSourceStart
    • nameSourceEnd

      public int nameSourceEnd
    • bounds

      public char[][] bounds
  • Constructor Details

    • TypeParameterInfo

      public TypeParameterInfo()