public class TypeParameterElementInfo extends JavaElementInfo
| Modifier and Type | Field and Description |
|---|---|
char[][] |
bounds |
char[][] |
boundsSignatures |
int |
nameEnd |
int |
nameStart |
protected int |
sourceRangeEnd |
protected int |
sourceRangeStart |
| Constructor and Description |
|---|
TypeParameterElementInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeclarationSourceEnd() |
int |
getDeclarationSourceStart() |
protected ISourceRange |
getSourceRange() |
protected void |
setSourceRangeEnd(int end) |
protected void |
setSourceRangeStart(int start) |
clone, getChildrenpublic int nameStart
public int nameEnd
public char[][] bounds
public char[][] boundsSignatures
protected int sourceRangeStart
protected int sourceRangeEnd
public int getDeclarationSourceEnd()
public int getDeclarationSourceStart()
protected ISourceRange getSourceRange()
protected void setSourceRangeEnd(int end)
protected void setSourceRangeStart(int start)