public class AnnotationInfo extends JavaElementInfo
| Modifier and Type | Field and Description |
|---|---|
IMemberValuePair[] |
members |
int |
nameEnd |
int |
nameStart |
protected int |
sourceRangeEnd |
protected int |
sourceRangeStart |
| Constructor and Description |
|---|
AnnotationInfo() |
| 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 IMemberValuePair[] members
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)