+
Point of view
All features
deferred class JSON_VALUE
Summary
Direct parents
Inherit list: VISITABLE
Insert list: JSON_HANDLER
Known children
Inherit list: JSON_FALSE, JSON_NULL, JSON_NUMBER, JSON_STRING, JSON_TEXT, JSON_TRUE
Overview
Features
{ANY}
{JSON_HANDLER}
{ANY}
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