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

Packages that use OOPrefixOp
de.uni_paderborn.fujaba.codegen   
 

Uses of OOPrefixOp in de.uni_paderborn.fujaba.codegen
 

Fields in de.uni_paderborn.fujaba.codegen declared as OOPrefixOp
static OOPrefixOp OOPrefixOp.NOT_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOPrefixOp OOPrefixOp.DECR_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOPrefixOp OOPrefixOp.INCR_OP
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.codegen that return OOPrefixOp
 OOPrefixOp OOPrefixExpr.getMyOp()
          Get the value of myOp.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOPrefixOp
 void OOPrefixExpr.setMyOp(OOPrefixOp myOp)
          Set the value of myOp.
static OOPrefixExpr OO.prefixOp(OOPrefixOp op, OOExpression theExpr)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.codegen with parameters of type OOPrefixOp
OOPrefixExpr(OOPrefixOp theOp, OOExpression theExp)
          Constructor for class OOPrefixExpr