ENTITY binary_boolean_expression

(* SCHEMA ap238_arm_schema; *)
ENTITY binary_boolean_expression	(* m1 *)
ABSTRACT SUPERTYPE OF(xor_expression)
SUBTYPE OF (boolean_expression);
operand1: boolean_expression;
operand2: boolean_expression;
END_ENTITY;

Explicit Attributes

Entity binary_boolean_expression has the following local and inherited explicit attributes:
AttributeTypeDefined By
 operand1boolean_expression (ENTITY)binary_boolean_expression
 operand2boolean_expression (ENTITY)binary_boolean_expression

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity binary_boolean_expression inherits from the following supertypes:
  boolean_expression

Subtypes

Entity binary_boolean_expression has the following subtypes:
    xor_expression*
* - Immediate Subtypes

Referenced By

Entity binary_boolean_expression and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 binary_boolean_expression ENTITY boolean_expression
 boolean_expression ENTITY binary_boolean_expression
 if_statement ENTITY boolean_expression
 multiple_arity_boolean_expression ENTITY boolean_expression
 unary_boolean_expression ENTITY boolean_expression
 while_statement ENTITY boolean_expression


[Top Level Definitions]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00