Class InitializerWithChildrenInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
org.aspectj.org.eclipse.jdt.internal.core.InitializerElementInfo
org.aspectj.org.eclipse.jdt.internal.core.InitializerWithChildrenInfo
- All Implemented Interfaces:
Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IJavaElement[]protected 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
-
Field Details
-
children
-
flags
protected int flagsThe modifiers associated with this member.- See Also:
ClassFileConstants
-
sourceRangeStart
protected int sourceRangeStart -
sourceRangeEnd
protected int sourceRangeEnd
-
-
Constructor Details
-
InitializerWithChildrenInfo
-
-
Method Details
-
getChildren
- Overrides:
getChildrenin classJavaElementInfo
-
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)
-