DebugVm class

A vm for debugging efforts. Prints each evaluated value and the stack after it's evaluated We expect there to only be one stack listener, so we can extract the value with a slightly hacky call

Inheritance
Available Extensions

Constructors

DebugVm()

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

eval(dynamic value) → dynamic
override
hasListener(Type listener) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
popListener() → ValueListener
inherited
pushListener(ValueListener listener) → void
override
removeListener(ValueListener listener) bool
inherited
toString() String
A string representation of this object.
inherited

Operators

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