ENTITY not_expression

(* SCHEMA ap238_arm_schema; *)
ENTITY not_expression	(* m1 *)
SUBTYPE OF (unary_boolean_expression);
END_ENTITY;

Explicit Attributes

Entity not_expression has the following local and inherited explicit attributes:
AttributeTypeDefined By
 operandboolean_expression (ENTITY)unary_boolean_expression

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity not_expression inherits from the following supertypes:
  boolean_expression
    unary_boolean_expression

Subtypes

    No subtypes

Referenced By

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