Stacks class

Implementers

Constructors

Stacks()

Properties

hashCode int
The hash code for this object.
no setterinherited
locationStack List<int>
getter/setter pair
parseStack List<Object?>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
STACK_INCREMENT int
final
stateStack List<int>
getter/setter pair
stateStackTop int
getter/setter pair

Methods

allocateOtherStacks() → void
getSym(int i) Object?
getToken(int i) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reallocateStacks() → void
reallocateStateStack() → void
setSym1(Object? ast) → void
toString() String
A string representation of this object.
inherited

Operators

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