public class InitializerElementInfo extends JavaElementInfo
| Modifier and Type | Field and Description |
|---|---|
protected int |
flags
The modifiers associated with this member.
|
protected int |
sourceRangeEnd |
protected int |
sourceRangeStart |
| Constructor and Description |
|---|
InitializerElementInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeclarationSourceEnd() |
int |
getDeclarationSourceStart() |
int |
getModifiers() |
int |
getNameSourceEnd() |
int |
getNameSourceStart() |
protected ISourceRange |
getSourceRange() |
protected void |
setFlags(int flags) |
protected void |
setSourceRangeEnd(int end) |
protected void |
setSourceRangeStart(int start) |
clone, getChildrenprotected int flags
ClassFileConstantsprotected int sourceRangeStart
protected int sourceRangeEnd
public int getNameSourceEnd()
public int getNameSourceStart()
public int getModifiers()
protected void setFlags(int flags)
public int getDeclarationSourceEnd()
public int getDeclarationSourceStart()
protected ISourceRange getSourceRange()
protected void setSourceRangeEnd(int end)
protected void setSourceRangeStart(int start)