|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.uni_paderborn.fujaba.codegen.OOExpression
de.uni_paderborn.fujaba.codegen.OOSingleExpr
de.uni_paderborn.fujaba.codegen.OOPrefixExpr
UMLClass: 'OOPrefixExpr'.
0..1
OOPrefixExpr ----------------------> OOExpression
myExpr
| Constructor Summary | |
OOPrefixExpr(OOPrefixOp theOp,
OOExpression theExp)
Constructor for class OOPrefixExpr |
|
| Method Summary | |
OOExpression |
getMyExpr()
|
OOPrefixOp |
getMyOp()
Get the value of myOp. |
java.lang.String |
getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOPrefixExpr object |
boolean |
setMyExpr(OOExpression value)
|
void |
setMyOp(OOPrefixOp myOp)
Set the value of myOp. |
java.lang.String |
toString()
|
| Methods inherited from class de.uni_paderborn.fujaba.codegen.OOExpression |
addAll, removeYou, toArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OOPrefixExpr(OOPrefixOp theOp,
OOExpression theExp)
theOp - No description providedtheExp - No description provided| Method Detail |
public OOPrefixOp getMyOp()
public void setMyOp(OOPrefixOp myOp)
myOp - Value to assign to myOp.public boolean setMyExpr(OOExpression value)
value - The new myExpr value
#myExprpublic OOExpression getMyExpr()
#myExprpublic java.lang.String getSourceCode(OOGenVisitor visitor)
getSourceCode in class OOExpressionvisitor - No description provided
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||