|
||||||||||
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.ArgumentInfoList
public class ArgumentInfoList
Represents an optional argument list of a method.
Constructor Summary | |
---|---|
protected |
ArgumentInfoList(java.lang.Class[] params)
Constructor. |
Method Summary | |
---|---|
java.util.Iterator |
argumentsIterator()
Returns the iterator of argument definition. |
IArgumentInfo |
getArgument(java.lang.String argumentName)
Returns the argument definition given the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ArgumentInfoList(java.lang.Class[] params)
params
- the parameters for the methodMethod Detail |
---|
public IArgumentInfo getArgument(java.lang.String argumentName)
getArgument
in interface IArgumentInfoList
argumentName
- name of the argument to get
public java.util.Iterator argumentsIterator()
IArgumentInfo
.
argumentsIterator
in interface IArgumentInfoList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |