Location class

Low-Level interface to act as recipient for error messages generated by a parser/compiler.

Constructors

Location(int left_loc, int length, int start_line, int start_column, int end_line, int end_column)

Properties

end_column int
getter/setter pair
end_line int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
left_loc int
getter/setter pair
length int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start_column int
getter/setter pair
start_line int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited