|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jane.lang.SimpleParameterInfo
A ParameterInfo
base implementation.
Field Summary | |
protected int |
index
|
Constructor Summary | |
SimpleParameterInfo(int anIndex)
Create a new SimpleParameterInfo . |
Method Summary | |
java.lang.String |
getName()
Returns the name of the parameter. |
boolean |
isFinal()
Returns whether this parameter is final . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.jane.lang.ParameterInfo |
getType |
Field Detail |
protected int index
Constructor Detail |
public SimpleParameterInfo(int anIndex)
SimpleParameterInfo
.Method Detail |
public java.lang.String getName()
getName
in interface ParameterInfo
public boolean isFinal()
final
. This
implementation returns false
.isFinal
in interface ParameterInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |