+
Point of view
TYPED_INTERNALS
class PARSE_NT_NODE
- Direct parents
- insert list: ANY
ensure
- actions.count >= old actions.count
- Result /= Void implies buffer.current_index = old buffer.current_index and then actions.count = old actions.count
require
- non_terminal_builder /= Void
require
ensure
- Result /= Void implies buffer.current_index = old buffer.current_index and then actions.count = old actions.count
require
ensure
- Result /= Void implies buffer.current_index = old buffer.current_index and then actions.count = old actions.count
require
- a_prefix_name /= Void
- a_nt /= Void
ensure
copy (other: PARSE_NT_NODE)
effective procedure
is_equal (other: PARSE_NT_NODE):
BOOLEAN
effective function
require
ensure
-
commutative: generating_type = other.generating_type implies Result = other.is_equal(Current)