ApolloSourceCodeParser class abstract

Base class for ApolloVM source code parsers.

Inheritance
Implementers
Available Extensions

Constructors

ApolloSourceCodeParser(GrammarDefinition _grammar)

Properties

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

Methods

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

Operators

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