|
|||||||||||
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.OOSwitchCaseStatement
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
OOSwitchCaseStatement(OOVariable variable,
java.util.Iterator cases)
Default Constructor |
Method Summary | |
java.util.Iterator |
getCases()
Get the cases attribute of the OOSwitchCaseStatement object |
java.lang.String |
getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOSwitchCaseStatement object |
OOVariable |
getVariable()
Get the variable attribute of the OOSwitchCaseStatement object |
void |
setCases(java.util.Iterator cases)
Sets the cases attribute of the OOSwitchCaseStatement object |
void |
setVariable(OOVariable variable)
Sets the variable attribute of the OOSwitchCaseStatement object |
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 |
Constructor Detail |
public OOSwitchCaseStatement(OOVariable variable, java.util.Iterator cases)
variable
- No description providedcases
- No description providedMethod Detail |
public void setVariable(OOVariable variable)
variable
- The new variable valuepublic OOVariable getVariable()
public void setCases(java.util.Iterator cases)
cases
- The new cases valuepublic java.util.Iterator getCases()
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 |