class PARSE_NT_NODE
Summary
Overview
creation features
exported features
  • copy (other: PARSE_NT_NODE)
    Update current object using fields of object attached to other, so as to yield equal objects.
  • is_equal (other: PARSE_NT_NODE): BOOLEAN
    Is other attached to an object considered equal to current object?
copy (other: PARSE_NT_NODE)
effective procedure
Update current object using fields of object attached to other, so as to yield equal objects.
is_equal (other: PARSE_NT_NODE): BOOLEAN
effective function
Is other attached to an object considered equal to current object?