Class InitializerElementInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
org.aspectj.org.eclipse.jdt.internal.core.InitializerElementInfo
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
InitializerWithChildrenInfo
Element info for IInitializer elements.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intThe modifiers associated with this member.protected intprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintprotected ISourceRangeprotected voidsetFlags(int flags)protected voidsetSourceRangeEnd(int end)protected voidsetSourceRangeStart(int start)Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
clone, getChildren
-
Field Details
-
flags
protected int flagsThe modifiers associated with this member.- See Also:
ClassFileConstants
-
sourceRangeStart
protected int sourceRangeStart -
sourceRangeEnd
protected int sourceRangeEnd
-
-
Constructor Details
-
InitializerElementInfo
public InitializerElementInfo()
-
-
Method Details
-
getNameSourceEnd
public int getNameSourceEnd() -
getNameSourceStart
public int getNameSourceStart() -
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)
-