ENTITY while_statement

(* SCHEMA ap238_arm_schema; *)
ENTITY while_statement	(* m1 *)
SUBTYPE OF (program_structure);
condition:                  boolean_expression;
body:                       executable;
END_ENTITY;

Explicit Attributes

Entity while_statement has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_ididentifier (STRING)executable
 conditionboolean_expression (ENTITY)while_statement
 bodyexecutable (ENTITY)while_statement

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity while_statement inherits from the following supertypes:
  executable
    program_structure

Subtypes

    No subtypes

Referenced By

Entity while_statement and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 executable ENTITY program_structure
 if_statement ENTITY executable
 last_modified_timestamp_item SELECT executable
 non_sequential ENTITY executable
 parallel ENTITY executable
 program_structure ENTITY while_statement
 security_classification_item SELECT executable
 selective ENTITY executable
 while_statement ENTITY executable
 workplan ENTITY executable


[Top Level Definitions]

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