CsiCommon class base
A control sequence the parser knows the name of.
The ones that carry something worth reading — a number of lines to move by, a row and a column — have a type of their own extending this: see CursorUp and the sequences beside it. Matching CsiCommon catches them all the same.
- Inheritance
-
- Object
- Entity
- EscapeCode
- Csi
- CsiCommon
- Implementers
Properties
- controlSequence → ControlSequencesFunctions
-
The function this sequence stands for.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
What this code is called, as Parser.showControlFunctions writes it.
no setteroverride
-
params
→ List<
CsiParam> -
The parameters as they were written; see CsiParam.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- string → String
-
The piece of the string this stands for, as it was written.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
toStringAsControlCodes(
) → String -
The sequence with its control codes spelt out by their abbreviations:
[ESC][where the bytes are.inherited -
toStringAsEscapeSequences(
) → String -
The sequence read out as the standard reads it:
[CSI 4 CUU].inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited