class PARSE_NON_TERMINAL
Summary
Overview
creation features
exported features
  • copy (other: PARSE_NON_TERMINAL)
    Update current object using fields of object attached to other, so as to yield equal objects.
  • is_equal (other: PARSE_NON_TERMINAL): BOOLEAN
    Is other attached to an object considered equal to current object?
  • add (rule: TRAVERSABLE[STRING], action: PROCEDURE[TUPLE])
copy (other: PARSE_NON_TERMINAL)
effective procedure
Update current object using fields of object attached to other, so as to yield equal objects.
is_equal (other: PARSE_NON_TERMINAL): BOOLEAN
effective function
Is other attached to an object considered equal to current object?
add (rule: TRAVERSABLE[STRING], action: PROCEDURE[TUPLE])
effective procedure
name: STRING
writable attribute
table: PARSE_TABLE
writable attribute