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

Packages that use OOIfStatement
de.uni_paderborn.fujaba.codegen   
 

Uses of OOIfStatement in de.uni_paderborn.fujaba.codegen
 

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

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