Parser class

Constructors

Parser(Scanner scanner, {bool asDSX = false})

Properties

asDSX bool
final
current Token
no setter
errors List<JaelError>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanner Scanner
final

Methods

implicitString() StringLiteral?
maybe(TokenType type) Token?
next(TokenType type) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseAttribute() Attribute?
parseDoctype() Doctype?
parseDocument() Document?
parseElement() Element?
parseElementChild() ElementChild?
parseExpression(int precedence) Expression?
parseHtmlComment() HtmlComment?
parseIdentifier() Identifier?
parseInterpolation() Interpolation?
parseKeyValuePair() KeyValuePair?
parseNamedArgument() NamedArgument?
parseText() Text?
peek() Token?
skipExtraneous(TokenType type) → void
toString() String
A string representation of this object.
inherited

Operators

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