Klasse AnnotatableInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
org.aspectj.org.eclipse.jdt.internal.core.AnnotatableInfo
- Alle implementierten Schnittstellen:
Cloneable
- Bekannte direkte Unterklassen:
ModuleDescriptionInfo,SourceFieldElementInfo,SourceMethodElementInfo,SourceTypeElementInfo
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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 -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintintintprotected 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) Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
clone, getChildren, getExtendedChildren
-
Felddetails
-
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.- Siehe auch:
-
sourceRangeStart
protected int sourceRangeStart -
sourceRangeEnd
protected int sourceRangeEnd
-
-
Konstruktordetails
-
AnnotatableInfo
public AnnotatableInfo()
-
-
Methodendetails
-
getNameSourceEnd
public int getNameSourceEnd()- Siehe auch:
-
getNameSourceStart
public int getNameSourceStart()- Siehe auch:
-
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()- Siehe auch:
-
setFlags
protected void setFlags(int flags) -
getDeclarationSourceEnd
public int getDeclarationSourceEnd()- Siehe auch:
-
getDeclarationSourceStart
public int getDeclarationSourceStart()- Siehe auch:
-
getSourceRange
-
setSourceRangeEnd
protected void setSourceRangeEnd(int end) -
setSourceRangeStart
protected void setSourceRangeStart(int start)
-