Represents a line and character position, such as the position of the cursor.
Position objects are immutable. Use the with or translate methods to derive new positions from an existing position.
Online Documentation
The zero-based character value.
The zero-based line value.
Compare this to other.
other
Check if this position is after other.
Check if this position is after or equal to other.
Check if this position is before other.
Check if this position is before or equal to other.
Check if this position is equal to other.
Derived a new position relative to this position.
Create a new position relative to this position.
Derived a new position from this position.
Create a new position derived from this position.