Enumeration type for operator types in assertion expressions
Declaration :
Artifact : OPERATOR_KIND
Attribut op_eq |
Equals operator ( =' or ==')
Declaration :
Stereotype: const
Attribut op_ne |
Not equals operator ( !=' or /=' or <>')
Declaration :
Stereotype: const
Attribut op_le |
Less-than or equals operator ( <=')
Declaration :
Stereotype: const