ENTITY numeric_expression

(* SCHEMA Ap210_electronic_assembly_interconnect_and_packaging_design_mim_lf; *)

ENTITY numeric_expression
	ABSTRACT SUPERTYPE OF (ONEOF (simple_numeric_expression, unary_numeric_expression, binary_numeric_expression, multiple_arity_numeric_expression))
	SUBTYPE OF (expression);
DERIVE
	is_int : LOGICAL := is_int_expr (SELF);
	sql_mappable : LOGICAL := is_SQL_mappable (SELF);
END_ENTITY;

Explicit Attributes

    No explicit attributes

Derived Attributes

Entity numeric_expression has the following local and inherited derived attributes:
AttributeTypeDefined By
 is_intLOGICALnumeric_expression
 sql_mappableLOGICALnumeric_expression

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity numeric_expression inherits from the following supertypes:
  generic_expression
    expression

Subtypes

Entity numeric_expression has the following subtypes:
    binary_numeric_expression*     int_literal     integer_representation_item     literal_number     multiple_arity_numeric_expression*     rational_representation_item     real_literal     real_representation_item     simple_numeric_expression*     slash_expression     unary_numeric_expression*
* - Immediate Subtypes

Referenced By

Entity numeric_expression and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic FUNCTION generic_expression
 binary_generic_expression ENTITY generic_expression
 binary_numeric_expression ENTITY numeric_expression
 comparison_expression ENTITY expression
 expression ENTITY numeric_expression
 interval_expression ENTITY generic_expression
 is_acyclic FUNCTION generic_expression
 is_int_expr FUNCTION numeric_expression
 is_SQL_mappable FUNCTION expression
 multiple_arity_generic_expression ENTITY generic_expression
 multiple_arity_numeric_expression ENTITY numeric_expression
 unary_generic_expression ENTITY generic_expression
 unary_numeric_expression ENTITY numeric_expression
 validate_dependently_instantiable_entity_data_types RULE expression
 validate_dependently_instantiable_entity_data_types RULE numeric_expression
 validate_dependently_instantiable_entity_data_types RULE generic_expression


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:15:31-04:00