|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jane.lang.Parameters
A collection of ParameterInfo
objects.
Constructor Summary | |
Parameters()
|
Method Summary | |
abstract ParameterInfo |
getParameter(int index)
Returns the parameter at the given index. |
abstract int |
getParameterCount()
Returns the number of parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Parameters()
Method Detail |
public abstract int getParameterCount()
public abstract ParameterInfo getParameter(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |