+
Point of view
All features
class JSON_TRUE
Summary
Direct parents
Inherit list: JSON_VALUE
Overview
Creation features
{JSON_HANDLER}
Features
{ANY}
{}
{ANY}
{JSON_HANDLER}
accept (visitor: VISITOR)
effective procedure
{ANY}
Accept to be visited by the visitor.
is_equal (other: JSON_TRUE): 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.
make
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