Class TypeParameterElementInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
org.aspectj.org.eclipse.jdt.internal.core.TypeParameterElementInfo
- All Implemented Interfaces:
Cloneable,IElementInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionchar[][]char[][]intintprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintprotected ISourceRangeprotected voidsetSourceRangeEnd(int end) protected voidsetSourceRangeStart(int start) Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
clone, getChildren, getExtendedChildren
-
Field Details
-
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 Details
-
TypeParameterElementInfo
public TypeParameterElementInfo()
-
-
Method Details
-
getDeclarationSourceEnd
public int getDeclarationSourceEnd()- See Also:
-
getDeclarationSourceStart
public int getDeclarationSourceStart()- See Also:
-
getSourceRange
-
setSourceRangeEnd
protected void setSourceRangeEnd(int end) -
setSourceRangeStart
protected void setSourceRangeStart(int start)
-