class TYPED_INTERNALS [E_]
Summary
Overview
creation features
exported features
Getting information about the described object's type
  • is_equal (other: TYPED_INTERNALS [E_]): BOOLEAN
    Is other attached to an object considered equal to current object?
Getting information about the described object's type
type_generator: STRING
Name of the base class of the type described by Current.
type_generating_type: STRING
Name of the type described by Current.
type_is_expanded: BOOLEAN
Is the type described by Current expanded?
type_attribute_is_expanded (i: INTEGER_32): BOOLEAN
Is the type of the ith attribute expanded?
type_can_be_assigned_to_attribute (other: INTERNALS, i: INTEGER_32): BOOLEAN
Can the object attached to other be assigned to the ith attribute?
is_equal (other: TYPED_INTERNALS [E_]): BOOLEAN
Is other attached to an object considered equal to current object?
type_is_native_array: BOOLEAN
effective function
Is the type described by Current a NATIVE_ARRAY?