ParserState class

Used for parser lookup ahead (used for nested selectors Less support).

Inheritance

Constructors

ParserState(Token peekToken, Token? previousToken, Tokenizer tokenizer)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
finalinherited
inSelector bool
finalinherited
inSelectorExpression bool
finalinherited
peekToken Token
final
previousToken Token?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startIndex int
finalinherited

Methods

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