|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMethodInfo
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 |
|---|
java.util.Iterator argumentListIterator()
IArgumentInfoList.
java.lang.String getReturnType()
IClassInfo getClassReturnType()
java.lang.String getToolTipKey()
getToolTipKey in interface ILocalizableInfojava.lang.String getToolTip()
getToolTip in interface ILocalizableInfoboolean isConstructor()
boolean isStatic()
java.lang.String getJavaDoc()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||