|
|||||||||||
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.OOInfixExprLeft
0..1 hasRightExpression OOInfixExprRight <--------------------------------- OOInfixExprLeft rightExp 0..1 hasLeftExpression 0..1 OOExpression --------------------------------- OOInfixExprLeft myExp oOInfixExpLeft
Constructor Summary | |
OOInfixExprLeft(OOExpression theExpression)
Constructor for class OOInfixExprLeft |
Method Summary | |
void |
append(OOInfixOp theOp,
OOExpression expr)
No comment provided by developer, please add a comment to improve documentation. |
OOExpression |
getMyExp()
UMLMethod: '+ getMyExp (): OOExpression'. |
OOInfixExprRight |
getRightExp()
UMLMethod: '+ getRightExp (): OOInfixExprRight'. |
java.lang.String |
getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOInfixExprLeft object |
void |
removeYou()
UMLMethod: '+ removeYou (): Void'. |
boolean |
setMyExp(OOExpression value)
UMLMethod: '+ setMyExp (value: OOExpression): Boolean'. |
boolean |
setRightExp(OOInfixExprRight value)
UMLMethod: '+ setRightExp (value: OOInfixExprRight): Boolean'. |
java.lang.String |
toString()
|
Methods inherited from class de.uni_paderborn.fujaba.codegen.OOExpression |
addAll, toArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OOInfixExprLeft(OOExpression theExpression)
theExpression
- No description providedMethod Detail |
public boolean setRightExp(OOInfixExprRight value)
value
- The new rightExp value
public OOInfixExprRight getRightExp()
public boolean setMyExp(OOExpression value)
value
- The new myExp value
public OOExpression getMyExp()
public void removeYou()
removeYou
in class OOExpression
public void append(OOInfixOp theOp, OOExpression expr)
theOp
- No description providedexpr
- No description providedpublic java.lang.String toString()
public java.lang.String getSourceCode(OOGenVisitor visitor)
getSourceCode
in class OOExpression
visitor
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |