SyntaxPosition class abstract

Implemented types

Constructors

SyntaxPosition([void updates(SyntaxPositionBuilder)])
factory
SyntaxPosition.withDefault()
factory

Properties

column int
no setter
hashCode int
The hash code for this object.
no setterinherited
line int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(SyntaxPosition other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SyntaxPositionBuilder)) SyntaxPosition
Rebuilds the instance.
inherited
toBuilder() SyntaxPositionBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator <(SyntaxPosition position) bool
operator ==(Object other) bool
The equality operator.
inherited
operator >(SyntaxPosition position) bool