ElementVisitor<R> class abstract

Visitor interface for traversing ABNF grammar Element nodes.

Implementers

Constructors

ElementVisitor()

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
toString() String
A string representation of this object.
inherited
visitAlternativeLiterals(AlternativeLiterals element) → R
visitAlternatives(Alternatives element) → R
visitCharacterElement(CharacterElement element) → R
visitConcatenation(Concatenation element) → R
visitElement(Element element) → R
visitEmptyElement(EmptyElement element) → R
visitGrammar(Grammar element) → R
visitGroup(Group element) → R
visitLiteralElement(LiteralElement element) → R
visitNegativeLookahead(NegativeLookahead element) → R
visitOptionalSequence(OptionalSequence element) → R
visitRepetition(Repetition element) → R
visitRule(Rule element) → R
visitSequence(Sequence element) → R
visitValueRange(ValueRange element) → R

Operators

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