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:
| Attribute | Type | Defined By |
|---|
| is_int | LOGICAL | numeric_expression |
| sql_mappable | LOGICAL | numeric_expression |
|
Inverse Attributes
No Inverse AttributesSupertypes
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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:15:31-04:00