+
Point of view
All features
class JSON_ARRAY
Summary
Direct parents
Inherit list: JSON_TEXT, TRAVERSABLE
Class invariant
Overview
Creation features
{JSON_HANDLER}
Features
{ANY}
{ANY}
{JSON_HANDLER}
{}
{ANY}
{JSON_HANDLER}
{ANY}
Other features:
{ANY}
Agent-based features:
{ANY}
{ANY}
{}
Agent-based features:
{ANY}
{}
Indexing:
{ANY}
lower: INTEGER_32
effective function
{ANY}
Minimum index.
upper: INTEGER_32
effective function
{ANY}
Maximum index.
count: INTEGER_32
effective function
{ANY}
Number of available items in the hoard.
is_empty: BOOLEAN
effective function
{ANY}
Is the hoard empty ?
See also count.
first: JSON_VALUE
effective function
{ANY}
The very first item.
last: JSON_VALUE
effective function
{ANY}
The last item.
item (index: INTEGER_32): JSON_VALUE
effective function
{ANY}
Item at the corresponding index i.
new_iterator: ITERATOR[JSON_VALUE]
effective function
{ANY}
accept (visitor: VISITOR)
effective procedure
{ANY}
Accept to be visited by the visitor.
is_equal (other: JSON_ARRAY): BOOLEAN
effective function
{ANY}
Is other attached to an object considered equal to current object?
out_in_tagged_out_memory
effective procedure
{ANY}
Append terse printable representation of current object in tagged_out_memory.
writable attribute
make (a_array: TRAVERSABLE[JSON_VALUE])
effective procedure
{}
line: INTEGER_32
writable attribute
{ANY}
optional line and column; 0 if not set
column: INTEGER_32
writable attribute
{ANY}
optional line and column; 0 if not set
set_position (a_line: INTEGER_32, a_column: INTEGER_32)
effective procedure
enumerate: ENUMERATE[E_]
effective function
{ANY}
get_new_iterator: ITERATOR[E_]
frozen
effective function
{ANY}
for_each (action: PROCEDURE[TUPLE[TUPLE 1[E_]]])
effective procedure
{ANY}
Apply action to every item of Current.
for_all (test: FUNCTION[TUPLE[TUPLE 1[E_]]]): BOOLEAN
effective function
{ANY}
Do all items satisfy test?
exists (test: FUNCTION[TUPLE[TUPLE 1[E_]]]): BOOLEAN
effective function
{ANY}
Does at least one item satisfy test?
aggregate (action: FUNCTION[TUPLE[TUPLE 2[E_, E_], E_]], initial: E_): E_
effective function
{ANY}
Aggregate all the elements starting from the initial value.
generation: INTEGER_32
writable attribute
{ANY}
next_generation
effective procedure
{}
do_all (action: ROUTINE[TUPLE[TUPLE 1[E_]]])
frozen
effective procedure
{ANY}
Apply action to every item of Current.
_inline_agent1 (a: ROUTINE[TUPLE[TUPLE 1[E_]]], e: E_)
frozen
effective procedure
{}
valid_index (i: INTEGER_32): BOOLEAN
effective function
{ANY}
True when i is valid (i.e., inside actual bounds).