org.aspectj.org.eclipse.jdt.internal.core
Class AnnotationInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
org.aspectj.org.eclipse.jdt.internal.core.AnnotationInfo
- All Implemented Interfaces:
- java.lang.Cloneable
public class AnnotationInfo
- extends JavaElementInfo
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nameStart
public int nameStart
nameEnd
public int nameEnd
members
public IMemberValuePair[] members
sourceRangeStart
protected int sourceRangeStart
sourceRangeEnd
protected int sourceRangeEnd
AnnotationInfo
public AnnotationInfo()
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)