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
- 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
-
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:
ClassFileConstants
-
sourceRangeStart
protected int sourceRangeStart -
sourceRangeEnd
protected int sourceRangeEnd
-
-
Constructor Details
-
AnnotatableInfo
public AnnotatableInfo()
-
-
Method Details
-
getNameSourceEnd
public int getNameSourceEnd() -
getNameSourceStart
public int getNameSourceStart() -
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() -
setFlags
protected void setFlags(int flags) -
getDeclarationSourceEnd
public int getDeclarationSourceEnd() -
getDeclarationSourceStart
public int getDeclarationSourceStart() -
getSourceRange
-
setSourceRangeEnd
protected void setSourceRangeEnd(int end) -
setSourceRangeStart
protected void setSourceRangeStart(int start)
-