|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the method information for both class and element. The class includes the argument list, return type, and whether this method is static or constructor,
Method Summary | |
java.util.Iterator |
argumentListIterator()
Returns the iterator of argument definition. |
IClassInfo |
getClassReturnType()
Returns the script type for return. |
java.lang.String |
getJavaDoc()
Returns the method javadoc. |
java.lang.String |
getReturnType()
Returns the script type for return. |
java.lang.String |
getToolTip()
Returns the display string for the tool tip of this method. |
java.lang.String |
getToolTipKey()
Returns the resource key for tool tip. |
boolean |
isConstructor()
Returns whether this method is constructor. |
boolean |
isStatic()
Returns whether this method is static. |
Methods inherited from interface org.eclipse.birt.report.model.api.metadata.ILocalizableInfo |
getDisplayName, getDisplayNameKey, getName |
Method Detail |
public java.util.Iterator argumentListIterator()
IArgumentInfoList
.
public java.lang.String getReturnType()
public IClassInfo getClassReturnType()
public java.lang.String getToolTipKey()
getToolTipKey
in interface ILocalizableInfo
public java.lang.String getToolTip()
getToolTip
in interface ILocalizableInfo
public boolean isConstructor()
public boolean isStatic()
public java.lang.String getJavaDoc()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |