+
Point of view
All features
deferred class JSON_TEXT
Summary
Full JSON text types: JSON_OBJECT and JSON_ARRAY
Direct parents
Inherit list: JSON_VALUE
Known children
Inherit list: JSON_ARRAY, JSON_OBJECT
Overview
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
ensure
accept (visitor: VISITOR)
deferred procedure
{ANY}
Accept to be visited by the visitor.
require
  • visitor /= Void