org.aspectj.org.eclipse.jdt.internal.core
Class TypeParameterElementInfo

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
      extended by org.aspectj.org.eclipse.jdt.internal.core.TypeParameterElementInfo
All Implemented Interfaces:
java.lang.Cloneable

public class TypeParameterElementInfo
extends JavaElementInfo


Field Summary
 char[][] bounds
           
 char[][] boundsSignatures
           
 int nameEnd
           
 int nameStart
           
protected  int sourceRangeEnd
           
protected  int sourceRangeStart
           
 
Constructor Summary
TypeParameterElementInfo()
           
 
Method Summary
 int getDeclarationSourceEnd()
           
 int getDeclarationSourceStart()
           
protected  ISourceRange getSourceRange()
           
protected  void setSourceRangeEnd(int end)
           
protected  void setSourceRangeStart(int start)
           
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
clone, getChildren
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameStart

public int nameStart

nameEnd

public int nameEnd

bounds

public char[][] bounds

boundsSignatures

public char[][] boundsSignatures

sourceRangeStart

protected int sourceRangeStart

sourceRangeEnd

protected int sourceRangeEnd
Constructor Detail

TypeParameterElementInfo

public TypeParameterElementInfo()
Method Detail

getDeclarationSourceEnd

public int getDeclarationSourceEnd()
See Also:
ISourceType.getDeclarationSourceEnd(), ISourceMethod.getDeclarationSourceEnd(), ISourceField.getDeclarationSourceEnd()

getDeclarationSourceStart

public int getDeclarationSourceStart()
See Also:
ISourceType.getDeclarationSourceStart(), ISourceMethod.getDeclarationSourceStart(), ISourceField.getDeclarationSourceStart()

getSourceRange

protected ISourceRange getSourceRange()

setSourceRangeEnd

protected void setSourceRangeEnd(int end)

setSourceRangeStart

protected void setSourceRangeStart(int start)