|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.codegen.OOStatement
de.uni_paderborn.fujaba.codegen.OOForStatement
Class OOForStatement
Field Summary | |
private OOExpression |
endExpr
UMLAttribute : 'endExpr : OOExpression ' |
private OOExpression |
initExpr
UMLAttribute : 'initExpr : OOExpression ' |
private OOExpression |
stepExpr
UMLAttribute : 'stepExpr : OOExpression ' |
Fields inherited from class de.uni_paderborn.fujaba.codegen.OOStatement |
|
Constructor Summary | |
private |
OOForStatement()
Default Constructor |
|
OOForStatement(OOExpression initExpr,
OOExpression endExpr,
OOExpression stepExpr)
Constructor for class OOForStatement |
Method Summary | |
OOExpression |
getEndExpr()
Get the value of endExpr. |
OOExpression |
getInitExpr()
Get the value of initExpr. |
java.lang.String |
getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOForStatement object |
OOExpression |
getStepExpr()
Get the value of stepExpr. |
java.lang.String |
toString()
Describe toString method here. |
Methods inherited from class de.uni_paderborn.fujaba.codegen.OOStatement |
add, add, addAll, addAll, getToken, removeYou, setToken, toArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private OOExpression initExpr
private OOExpression endExpr
private OOExpression stepExpr
Constructor Detail |
private OOForStatement()
public OOForStatement(OOExpression initExpr, OOExpression endExpr, OOExpression stepExpr)
initExpr
- No description providedendExpr
- No description providedstepExpr
- No description providedMethod Detail |
public OOExpression getInitExpr()
public OOExpression getEndExpr()
public OOExpression getStepExpr()
public java.lang.String getSourceCode(OOGenVisitor visitor)
getSourceCode
in class OOStatement
visitor
- No description provided
public java.lang.String toString()
OOStatement
toString
method here.
toString
in class OOStatement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |