DecodeStack class

The stack of dart items assembled from the listener stack

Constructors

DecodeStack()

Properties

built bool
Stack is built
getter/setter pair
errors bool
Stack has errors
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hints Stack<dataHints>
The hints stack
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(ItemStack inItems) → void
Build the decoded stack from the listener stack
clear() → void
Clear the decode stack
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
peek() DartItem
Peek the top stack item.
pop() DartItem
Pop an item from the stack top.
push(DartItem item) → void
Push an item.
toString() String
A string representation of this object.
inherited
walk() List?
Walk the built stack and return the DartItem values

Operators

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