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

Packages that use OOInfixOp
de.uni_paderborn.fujaba.codegen   
 

Uses of OOInfixOp in de.uni_paderborn.fujaba.codegen
 

Fields in de.uni_paderborn.fujaba.codegen declared as OOInfixOp
static OOInfixOp OOInfixOp.UNKNOWN_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OOInfixOp.ASSIGNMENT_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OOInfixOp.AND_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OOInfixOp.OR_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OOInfixOp.EQUAL_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OOInfixOp.NOT_EQUAL_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OOInfixOp.LESS_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OOInfixOp.GREATER_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OOInfixOp.LESS_EQUAL_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OOInfixOp.GREATER_EQUAL_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OOInfixOp.ADD_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OOInfixOp.SUB_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OOInfixOp.MUL_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOInfixOp OOInfixOp.DIV_OP
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.codegen that return OOInfixOp
static OOInfixOp OOInfixOp.get(int operation, int qualifier)
          get OOInfixOp for given UMLAttrExprPair.operation and UMLAttrExprPair.qualifier
 OOInfixOp OOInfixExprRight.getMyOp()
          Get the value of myOp.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOInfixOp
 void OOInfixExprLeft.append(OOInfixOp theOp, OOExpression expr)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenVisitor.getSourceCode(OOInfixOp theOp)
          Get the sourceCode attribute of the OOGenVisitor object
static OOInfixExprLeft OO.infixOp(OOExpression left, OOInfixOp theOp, OOExpression right)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.codegen with parameters of type OOInfixOp
OOInfixExprRight(OOInfixOp myOp, OOExpression myExp)
          Constructor for class OOInfixExprRight