SyntaxErrorCode class

General syntax errors.

Constructors

SyntaxErrorCode()

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

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

Static Properties

ErrorAt String
The error at
final
ErrorNear String
The error near
final
Internal String
The internal error
final
MissedCloseParenthesis String
The missed close parenthesis
final
MissedCloseSquareBracket String
The missed close square bracket
final
UnexpectedEnd String
The unexpected end.
final
Unknown String
The unknown
final
UnknownSymbol String
The unknown symbol
final