|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--UML.Code.Method.Body
Parameter class represent the body of a method of the Java class for which code is generated.
| Constructor Summary | |
Body()
Constructor. |
|
| Method Summary | |
void |
add(java.lang.Object body)
Adds the body of the method. |
java.lang.String |
getCode()
Gets the body code. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Body()
| Method Detail |
public void add(java.lang.Object body)
public java.lang.String getCode()
code the body code.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||