TokenContext class

Implemented types

Constructors

TokenContext(Map<String, Iterable> defs, List<UnprocessedToken> tkns, int lstL)
const

Properties

added List<UnprocessedToken>
no setteroverride
definitions Map<String, Iterable>
no setteroverride
defs Map<String, Iterable>
final
hashCode int
The hash code for this object.
no setterinherited
lstL int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tkns List<UnprocessedToken>
final
tokens List<UnprocessedToken>
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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