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

Packages that use OOInfixExprLeft
de.uni_paderborn.fujaba.codegen   
 

Uses of OOInfixExprLeft in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen that return OOInfixExprLeft
static OOInfixExprLeft OO.infixOp(OOExpression left, OOInfixOp theOp, OOExpression right)
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixExprLeft OO.isNullExpr(java.lang.String objectName)
          Get the nullExpr attribute of the OO class
static OOInfixExprLeft OO.isNullExpr(OOVariable objectName)
          Get the nullExpr attribute of the OO class
static OOInfixExprLeft OO.isNullExpr(OOExpression theExpr)
          Get the nullExpr attribute of the OO class
static OOInfixExprLeft OO.notNullExpr(java.lang.String objectName)
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixExprLeft OO.notNullExpr(OOVariableType objectType)
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixExprLeft OO.notNullExpr(OOVariable objectName)
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixExprLeft OO.notNullExpr(OOExpression theExpr)
          No comment provided by developer, please add a comment to improve documentation.
 

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