View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Attributes

Parent Package: assertion
Class EXPR_OPERATOR{Abstract}


EXPR_ITEM
   |
   +--EXPR_OPERATOR

Direct Subclassifiers:
       EXPR_BINARY_OPERATOR, EXPR_UNARY_OPERATOR
Abstract parent of operator types.

Attributes
SignatureOptionalityMultiplicityConstantDocumentation
 operator :   --  Code of operator. 
 precedence_overridden : Boolean 0..1  --  True if the natural precedence of operators is overridden in the expression represented by this node of the expression tree. If True, parentheses should be introduced around the totality of the syntax expression corresponding to this operator node and its operands.