|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Declaration
subinterface for formal parameter.
Method Summary | |
java.lang.String |
getName()
Getter method for the formal parameter identifier. |
Type |
getType()
Getter method for the formal parameter type. |
boolean |
isFinal()
Getter method for the formal parameter isFinal
flag. |
void |
isFinal(boolean value)
Setter method for the formal parameter isFinal
flag. |
void |
setName(java.lang.String id)
Setter method for the formal parameter identifier. |
void |
setType(Type type)
Setter method for the formal parameter type. |
Methods inherited from interface org.inxar.jenesis.Declaration |
javadoc |
Methods inherited from interface org.inxar.jenesis.Codeable |
getComment, setComment, toCode, vm |
Method Detail |
public void setType(Type type)
public Type getType()
public void setName(java.lang.String id)
public java.lang.String getName()
public void isFinal(boolean value)
isFinal
flag.public boolean isFinal()
isFinal
flag.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |