ENTITY and_expression

(* SCHEMA ap238_arm_schema; *)
ENTITY and_expression	(* m1 *)
SUBTYPE OF (multiple_arity_boolean_expression);
END_ENTITY;

Explicit Attributes

Entity and_expression has the following local and inherited explicit attributes:
AttributeTypeDefined By
 operandsLIST OF boolean_expression (ENTITY)multiple_arity_boolean_expression

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity and_expression inherits from the following supertypes:
  boolean_expression
    multiple_arity_boolean_expression

Subtypes

    No subtypes

Referenced By

Entity and_expression and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 binary_boolean_expression ENTITY boolean_expression
 boolean_expression ENTITY multiple_arity_boolean_expression
 if_statement ENTITY boolean_expression
 multiple_arity_boolean_expression ENTITY and_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