Uses of Class
de.uni_paderborn.fujaba.codegen.OOWhileStatement

Packages that use OOWhileStatement
de.uni_paderborn.fujaba.codegen   
 

Uses of OOWhileStatement in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen that return OOWhileStatement
static OOWhileStatement OO.whileStat(OOExpression condition)
          Describe whileStat method here.
static OOWhileStatement OO.whileStat(java.lang.String conditionString)
          No comment provided by developer, please add a comment to improve documentation.
static OOWhileStatement OO.whileStat(OOExpression condition, boolean foot)
          Describe whileStat method here.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOWhileStatement
 java.lang.String OOGenVisitor.getSourceCode(OOWhileStatement statement)
          Get the sourceCode attribute of the OOGenVisitor object