Class AnnotatableInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
org.aspectj.org.eclipse.jdt.internal.core.AnnotatableInfo
- All Implemented Interfaces:
Cloneable,IElementInfo
- Direct Known Subclasses:
ModuleDescriptionInfo,SourceFieldElementInfo,SourceMethodElementInfo,SourceTypeElementInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IAnnotation[]protected intThe modifiers associated with this member.protected intThe last position of this member's name in the its openable's buffer.protected intThe start position of this member's name in the its openable's buffer.protected intprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintprotected ISourceRangeintintprotected ISourceRangeprotected voidsetFlags(int flags) protected voidsetNameSourceEnd(int end) Sets the last position of this member's name, relative to its openable's source buffer.protected voidsetNameSourceStart(int start) Sets the start position of this member's name, relative to its openable's source buffer.protected voidsetSourceRangeEnd(int end) protected voidsetSourceRangeStart(int start) Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
clone, getChildren, getExtendedChildren
-
Field Details
-
annotations
-
nameStart
protected int nameStartThe start position of this member's name in the its openable's buffer. -
nameEnd
protected int nameEndThe last position of this member's name in the its openable's buffer. -
flags
protected int flagsThe modifiers associated with this member.- See Also:
-
sourceRangeStart
protected int sourceRangeStart -
sourceRangeEnd
protected int sourceRangeEnd
-
-
Constructor Details
-
AnnotatableInfo
public AnnotatableInfo()
-
-
Method Details
-
getNameSourceEnd
public int getNameSourceEnd()- See Also:
-
getNameSourceStart
public int getNameSourceStart()- See Also:
-
setNameSourceEnd
protected void setNameSourceEnd(int end) Sets the last position of this member's name, relative to its openable's source buffer. -
setNameSourceStart
protected void setNameSourceStart(int start) Sets the start position of this member's name, relative to its openable's source buffer. -
getNameRange
-
getModifiers
public int getModifiers()- See Also:
-
setFlags
protected void setFlags(int flags) -
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)
-