LexerParse class

Inheritance

Constructors

LexerParse(Lexer lexer, [List<String>? newStates])
const

Properties

groupTokens List<Token?>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
lexer Lexer
final
newStates List<String>?
finalinherited
parent Parse?
no setterinherited
pattern String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token Token?
finalinherited

Methods

copy({List<String>? newStates}) LexerParse
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
split() List<String>
inherited
toString() String
A string representation of this object.
inherited

Operators

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