public class SourceConstructorWithChildrenInfo extends SourceConstructorInfo
| Modifier and Type | Field and Description |
|---|---|
protected IJavaElement[] |
children |
protected int |
flags
The modifiers associated with this member.
|
protected int |
sourceRangeEnd |
protected int |
sourceRangeStart |
argumentNames, arguments, exceptionTypes, typeParametersannotations, nameEnd, nameStart| Constructor and Description |
|---|
SourceConstructorWithChildrenInfo(IJavaElement[] children) |
| Modifier and Type | Method and Description |
|---|---|
IJavaElement[] |
getChildren() |
int |
getDeclarationSourceEnd() |
int |
getDeclarationSourceStart() |
int |
getModifiers() |
protected ISourceRange |
getSourceRange() |
protected void |
setFlags(int flags) |
protected void |
setSourceRangeEnd(int end) |
protected void |
setSourceRangeStart(int start) |
getReturnTypeName, isAnnotationMethod, isConstructor, setReturnTypegetArgumentNames, getExceptionTypeNames, getTypeParameterBounds, getTypeParameterNames, setArgumentNames, setExceptionTypeNamesgetNameRange, getNameSourceEnd, getNameSourceStart, setNameSourceEnd, setNameSourceStartcloneequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDeclarationSourceEnd, getDeclarationSourceStart, getNameSourceEnd, getNameSourceStartgetModifiersprotected IJavaElement[] children
protected int flags
ClassFileConstantsprotected int sourceRangeStart
protected int sourceRangeEnd
public SourceConstructorWithChildrenInfo(IJavaElement[] children)
public IJavaElement[] getChildren()
getChildren in class JavaElementInfopublic 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)