ApolloCodeParser<T extends Object> class abstract

Base class for ApolloVM parsers.

Implementers
Available Extensions

Constructors

ApolloCodeParser()

Properties

hashCode int
The hash code for this object.
no setterinherited
language String
The language of this parser.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

acceptsLanguage(String language) bool
check(CodeUnit codeUnit) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(CodeUnit<T> codeUnit) Future<ParseResult<T>>
Parses a codeUnit to an ASTRoot and returns a ParseResult.
toString() String
A string representation of this object.
inherited

Operators

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