public class SourceConstructorInfo extends SourceMethodElementInfo
| Modifier and Type | Field and Description |
|---|---|
protected int |
flags
The modifiers associated with this member.
|
protected int |
sourceRangeEnd |
protected int |
sourceRangeStart |
argumentNames, arguments, exceptionTypes, typeParametersannotations, nameEnd, nameStart| Constructor and Description |
|---|
SourceConstructorInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeclarationSourceEnd() |
int |
getDeclarationSourceStart() |
int |
getModifiers() |
char[] |
getReturnTypeName()
Answer the unresolved name of the return type
or null if receiver is a constructor or clinit.
|
protected ISourceRange |
getSourceRange() |
boolean |
isAnnotationMethod() |
boolean |
isConstructor() |
protected void |
setFlags(int flags) |
protected void |
setReturnType(char[] type) |
protected void |
setSourceRangeEnd(int end) |
protected void |
setSourceRangeStart(int start) |
getArgumentNames, getExceptionTypeNames, getTypeParameterBounds, getTypeParameterNames, setArgumentNames, setExceptionTypeNamesgetNameRange, getNameSourceEnd, getNameSourceStart, setNameSourceEnd, setNameSourceStartclone, getChildrenequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDeclarationSourceEnd, getDeclarationSourceStart, getNameSourceEnd, getNameSourceStartgetModifiersprotected int flags
ClassFileConstantsprotected int sourceRangeStart
protected int sourceRangeEnd
public boolean isAnnotationMethod()
isAnnotationMethod in class SourceMethodElementInfopublic boolean isConstructor()
isConstructor in interface IGenericMethodisConstructor in class SourceMethodElementInfopublic char[] getReturnTypeName()
ISourceMethodgetReturnTypeName in interface ISourceMethodgetReturnTypeName in class SourceMethodElementInfoprotected void setReturnType(char[] type)
setReturnType in class SourceMethodElementInfopublic 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)