InvocationsResolver class

Inheritance

Constructors

InvocationsResolver()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(Grammar grammar) → void
toString() String
A string representation of this object.
inherited
visit(Expression node) → dynamic
inherited
visitAndPredicate(AndPredicateExpression node) → dynamic
inherited
visitAnyCharacter(AnyCharacterExpression node) → dynamic
inherited
visitCapture(CaptureExpression node) → dynamic
inherited
visitCharacterClass(CharacterClassExpression node) → dynamic
inherited
visitLiteral(LiteralExpression node) → dynamic
inherited
visitNonterminal(NonterminalExpression node) → void
override
visitNotPredicate(NotPredicateExpression node) → dynamic
inherited
visitOneOrMore(OneOrMoreExpression node) → dynamic
inherited
visitOptional(OptionalExpression node) → dynamic
inherited
visitOrderedChoice(OrderedChoiceExpression node) → dynamic
inherited
visitSequence(SequenceExpression node) → dynamic
inherited
visitSubterminal(SubterminalExpression node) → void
override
visitTerminal(TerminalExpression node) → void
override
visitZeroOrMore(ZeroOrMoreExpression node) → dynamic
inherited

Operators

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