BlockGrammar<S extends Syntax> class abstract

Inheritance
Implementers

Constructors

BlockGrammar()
const

Properties

begin Grammar<S>?
no setter
end Grammar<S>?
no setter
hashCode int
The hash code for this object.
no setterinherited
includes Iterable<Grammar<S>>
no setter
isRequired bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

check(GrammarContext<S> context) bool
override
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