public class MethodInfo extends java.lang.Object implements IMethodInfo
| 限定符 | 构造器和说明 |
|---|---|
protected |
MethodInfo(java.lang.reflect.Method method) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Iterator |
argumentListIterator()
Returns the iterator of argument definition.
|
IClassInfo |
getClassReturnType()
Returns the script type for return.
|
java.lang.String |
getDisplayName()
Returns the display name if the resource key of display name is
available.
|
java.lang.String |
getDisplayNameKey()
Returns the resource key for display name.
|
java.lang.String |
getJavaDoc()
Returns the method javadoc.
|
protected java.lang.reflect.Method |
getMethod()
Returns the internal Java Method instance.
|
java.lang.String |
getName()
Returns the definition name.
|
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.
|
protected java.lang.reflect.Method getMethod()
public java.util.Iterator argumentListIterator()
ArgumentInfoList.argumentListIterator 在接口中 IMethodInfopublic java.lang.String getToolTipKey()
getToolTipKey 在接口中 ILocalizableInfogetToolTipKey 在接口中 IMethodInfopublic java.lang.String getToolTip()
getToolTip 在接口中 ILocalizableInfogetToolTip 在接口中 IMethodInfopublic java.lang.String getDisplayName()
ILocalizableInfogetDisplayName 在接口中 ILocalizableInfopublic java.lang.String getDisplayNameKey()
ILocalizableInfogetDisplayNameKey 在接口中 ILocalizableInfopublic java.lang.String getName()
ILocalizableInfogetName 在接口中 ILocalizableInfopublic java.lang.String getJavaDoc()
IMethodInfogetJavaDoc 在接口中 IMethodInfopublic java.lang.String getReturnType()
IMethodInfogetReturnType 在接口中 IMethodInfopublic boolean isConstructor()
IMethodInfoisConstructor 在接口中 IMethodInfopublic boolean isStatic()
IMethodInfoisStatic 在接口中 IMethodInfopublic IClassInfo getClassReturnType()
IMethodInfogetClassReturnType 在接口中 IMethodInfoCopyright © 2008 Actuate Corp. All rights reserved.