CastedGrammar<S extends Syntax, OS extends Syntax> class

Inheritance

Constructors

CastedGrammar({required GrammarContextBuilder<S, OS> builder, required GrammarCaster<S, OS> caster, required Grammar<OS> grammar})
const

Properties

builder GrammarContextBuilder<S, OS>
final
caster GrammarCaster<S, OS>
final
grammar Grammar<OS>
final
hashCode int
The hash code for this object.
no setterinherited
isRequired bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

check(GrammarContext<S> context) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scan(GrammarContext<S> context) bool
override
toString() String
A string representation of this object.
inherited

Operators

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