|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OOAssignOp | |
| de.uni_paderborn.fujaba.codegen | |
| Uses of OOAssignOp in de.uni_paderborn.fujaba.codegen |
| Fields in de.uni_paderborn.fujaba.codegen declared as OOAssignOp | |
static OOAssignOp |
OOAssignOp.UNKNOWN_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOAssignOp |
OOAssignOp.ASSIGNMENT_OP
No comment provided by developer, please add a comment to improve documentation. |
| Methods in de.uni_paderborn.fujaba.codegen that return OOAssignOp | |
OOAssignOp |
OOAssignExpr.getAssignOp()
Get the value of assignOp. |
| Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOAssignOp | |
void |
OOAssignExpr.setAssignOp(OOAssignOp assignOp)
Set the value of assignOp. |
| Constructors in de.uni_paderborn.fujaba.codegen with parameters of type OOAssignOp | |
OOAssignExpr(OOSingleExpr leftExpr,
OOAssignOp assignOp,
OOExpression rightExpr)
Constructor for class OOAssignExpr |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||