|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.scripts.ConstructorInfo
public class ConstructorInfo
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,
Constructor Summary | |
---|---|
protected |
ConstructorInfo(java.lang.reflect.Constructor method)
Constructor. |
Method Summary | |
---|---|
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. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ConstructorInfo(java.lang.reflect.Constructor method)
method
- the method of java classMethod Detail |
---|
public java.util.Iterator argumentListIterator()
ArgumentInfoList
.
argumentListIterator
in interface IMethodInfo
public java.lang.String getToolTipKey()
getToolTipKey
in interface ILocalizableInfo
getToolTipKey
in interface IMethodInfo
public java.lang.String getToolTip()
getToolTip
in interface ILocalizableInfo
getToolTip
in interface IMethodInfo
public java.lang.String getDisplayName()
ILocalizableInfo
getDisplayName
in interface ILocalizableInfo
public java.lang.String getDisplayNameKey()
ILocalizableInfo
getDisplayNameKey
in interface ILocalizableInfo
public java.lang.String getName()
ILocalizableInfo
getName
in interface ILocalizableInfo
public java.lang.String getJavaDoc()
IMethodInfo
getJavaDoc
in interface IMethodInfo
public java.lang.String getReturnType()
IMethodInfo
getReturnType
in interface IMethodInfo
public boolean isConstructor()
IMethodInfo
isConstructor
in interface IMethodInfo
public boolean isStatic()
IMethodInfo
isStatic
in interface IMethodInfo
public IClassInfo getClassReturnType()
IMethodInfo
getClassReturnType
in interface IMethodInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |