Lexer class abstract

Implementers

Constructors

Lexer({bool stripnl = true, bool stripall = false, bool ensurenl = true, int tabsize = 0, String encoding = 'guess', bool debuggable = false})

Properties

aliases List<String>
no setter
aliasFilenames List<String>
no setter
debuggable bool
final
encoding String
final
ensurenl bool
final
filenames List<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
mimetypes List<String>
no setter
name String?
no setter
priority int
no setter
root String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stripall bool
final
stripnl bool
final
tabsize int
final

Methods

getTokensUnprocessed(String text) Iterable<UnprocessedToken>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processedString({Iterable<UnprocessedToken>? unprocessedTokens, String? text}) String
toString() String
A string representation of this object.
inherited

Operators

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