IMessageHandler class abstract

Constructors

IMessageHandler()

Properties

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

Methods

handleMessage(int errorCode, Location msgLocation, Location errorLocation, String filename, List<String> errorInfo) → void
When a location is undefined, the value of its offset is 0.
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

Constants

END_COLUMN_INDEX → const int
The following constants can be used as indexes to dereference values in the msgLocation and errorLocation arrays.
END_LINE_INDEX → const int
The following constants can be used as indexes to dereference values in the msgLocation and errorLocation arrays.
LENGTH_INDEX → const int
The following constants can be used as indexes to dereference values in the msgLocation and errorLocation arrays.
OFFSET_INDEX → const int
The following constants can be used as indexes to dereference values in the msgLocation and errorLocation arrays.
START_COLUMN_INDEX → const int
The following constants can be used as indexes to dereference values in the msgLocation and errorLocation arrays.
START_LINE_INDEX → const int
The following constants can be used as indexes to dereference values in the msgLocation and errorLocation arrays.