|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.codegen.OOInfixOp
Class OOInfixOp
Field Summary | |
static OOInfixOp |
ADD_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
AND_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
ASSIGNMENT_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
DIV_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
EQUAL_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
GREATER_EQUAL_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
GREATER_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
LESS_EQUAL_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
LESS_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
MUL_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
NOT_EQUAL_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
OR_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
SUB_OP
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
UNKNOWN_OP
No comment provided by developer, please add a comment to improve documentation. |
Method Summary | |
boolean |
equals(java.lang.Object other)
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixOp |
get(int operation,
int qualifier)
get OOInfixOp for given UMLAttrExprPair.operation and UMLAttrExprPair.qualifier |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final OOInfixOp UNKNOWN_OP
public static final OOInfixOp ASSIGNMENT_OP
public static final OOInfixOp AND_OP
public static final OOInfixOp OR_OP
public static final OOInfixOp EQUAL_OP
public static final OOInfixOp NOT_EQUAL_OP
public static final OOInfixOp LESS_OP
public static final OOInfixOp GREATER_OP
public static final OOInfixOp LESS_EQUAL_OP
public static final OOInfixOp GREATER_EQUAL_OP
public static final OOInfixOp ADD_OP
public static final OOInfixOp SUB_OP
public static final OOInfixOp MUL_OP
public static final OOInfixOp DIV_OP
Method Detail |
public static OOInfixOp get(int operation, int qualifier)
operation
- the UMLAttrExprPair.operation valuequalifier
- the UMLAttrExprPair.qualifier value
OOInfixOp
valuepublic boolean equals(java.lang.Object other)
other
- No description provided
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |