ListenerStack class

The stack based listener class, produces a stack of DartItems from the decoder output.

Inheritance

Constructors

ListenerStack()

Properties

hashCode int
The hash code for this object.
no setterinherited
itemStack ItemStack
Listeners must have an item stack
getter/setter pairinherited
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
onArray(int size) → void
override
onBigInteger(BigInt? value) → void
onBool(bool? state) → void
override
onBytes(Uint8Buffer? data, int size) → void
override
onError(String? error) → void
override
onExtraInteger(int value, int sign) → void
override
onExtraTag(int tag) → void
override
onIndefinite(String text) → void
override
onInteger(int? value) → void
override
onMap(int size) → void
override
onNull() → void
override
onSpecial(int? code) → void
override
onSpecialFloat(double? value) → void
override
onString(String? str) → void
override
onTag(int tag) → void
override
onUndefined() → void
override
toString() String
A string representation of this object.
inherited

Operators

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