public interface IMethodInfo extends ILocalizableInfo
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<IArgumentInfoList> |
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.
|
getDisplayName, getDisplayNameKey, getName
java.util.Iterator<IArgumentInfoList> argumentListIterator()
IArgumentInfoList
.java.lang.String getReturnType()
IClassInfo getClassReturnType()
java.lang.String getToolTipKey()
getToolTipKey
in interface ILocalizableInfo
java.lang.String getToolTip()
getToolTip
in interface ILocalizableInfo
boolean isConstructor()
boolean isStatic()
java.lang.String getJavaDoc()
Copyright © 2008 Actuate Corp. All rights reserved.