Class AnnotationInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
org.aspectj.org.eclipse.jdt.internal.core.AnnotationInfo
- All Implemented Interfaces:
Cloneable,IElementInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintprotected 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 -
members
-
sourceRangeStart
protected int sourceRangeStart -
sourceRangeEnd
protected int sourceRangeEnd
-
-
Constructor Details
-
AnnotationInfo
public AnnotationInfo()
-
-
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)
-