TokenStream class abstract

Implementers

Constructors

TokenStream()

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

afterEol(int i) bool
badToken() int
getColumn(int i) int
getEndColumn(int i) int
getEndLine(int i) int
getFileName() String
getFirstRealToken(int i) int
getKind(int i) int
getLastRealToken(int i) int
getLine(int i) int
getName(int i) String
getNext(int i) int
getPrevious(int i) int
getStreamLength() int
getToken([int? end_token]) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
peek() int
reportError(int errorCode, int leftToken, int rightToken, dynamic errorInfo, [int errorToken = 0]) → void
reset([int? i]) → void
toString() String
A string representation of this object.
inherited

Operators

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