expanded class EIFFEL_POSITION
Summary
Direct parents
Insert list: ANY
Overview
Creation features
{EIFFEL_GRAMMAR}
Features
{EIFFEL_GRAMMAR}
{EIFFEL_GRAMMAR, EIFFEL_IMAGE, EIFFEL_POSITION}
{ANY}
  • is_equal (other: EIFFEL_POSITION): BOOLEAN
    Is other attached to an object considered equal to current object?
{}
next (buffer: MINI_PARSER_BUFFER): EIFFEL_POSITION
effective function
column: INTEGER_32
writable attribute
is_equal (other: EIFFEL_POSITION): BOOLEAN
effective function
{ANY}
Is other attached to an object considered equal to current object?
require
  • other /= Void
ensure
  • commutative: generating_type = other.generating_type implies Result = other.is_equal(Current)
default_create
effective procedure
{}
Default creation method.
It is used when no creation method is specified if allowed. Note it may be renamed.