HTLexer class

Constructors

HTLexer({HTLexicon? lexicon})

Properties

hashCode int
The hash code for this object.
no setterinherited
lexicon HTLexicon
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

lex(String content, {int line = 1, int column = 1, int offset = 0}) Token
Scan a string content and convert it into a linked list of tokens. The last element in the list will always be a end of file token.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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