|
|||||||||||
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.OOCaseStatement
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
OOCaseStatement(java.util.Iterator values,
java.util.Vector statements)
Constructor for class OOCaseStatement |
|
OOCaseStatement(java.lang.String value,
java.util.Vector statements)
Default Constructor |
Method Summary | |
java.lang.String |
getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOCaseStatement object |
java.util.Vector |
getStatements()
Get the statements attribute of the OOCaseStatement object |
java.util.Iterator |
getValues()
Get the values attribute of the OOCaseStatement object |
void |
setStatements(java.util.Vector statements)
Sets the statements attribute of the OOCaseStatement object |
void |
setValues(java.util.Iterator values)
Sets the values attribute of the OOCaseStatement 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 OOCaseStatement(java.lang.String value, java.util.Vector statements)
value
- No description providedstatements
- No description providedpublic OOCaseStatement(java.util.Iterator values, java.util.Vector statements)
values
- No description providedstatements
- No description providedMethod Detail |
public void setValues(java.util.Iterator values)
values
- The new values valuepublic java.util.Iterator getValues()
public void setStatements(java.util.Vector statements)
statements
- The new statements valuepublic java.util.Vector getStatements()
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 |