ApolloParserJava11 class

Java11 implementation of an ApolloParser.

Inheritance
Available Extensions

Constructors

ApolloParserJava11()

Properties

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

Methods

acceptsLanguage(String language) bool
override
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.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ApolloParserJava11
final