org.aspectj.org.eclipse.jdt.internal.compiler
Class ISourceElementRequestor.TypeParameterInfo

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

public static class ISourceElementRequestor.TypeParameterInfo
extends java.lang.Object


Field Summary
 char[][] bounds
           
 int declarationEnd
           
 int declarationStart
           
 char[] name
           
 int nameSourceEnd
           
 int nameSourceStart
           
 
Constructor Summary
ISourceElementRequestor.TypeParameterInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

ISourceElementRequestor.TypeParameterInfo

public ISourceElementRequestor.TypeParameterInfo()