TomlSimpleKeyVisitorMixin<R> mixin

Mixin that adds a visitSimpleKey method to classes implementing TomlSimpleKeyVisitor that automatically selects the appropriate visitor method using TomlSimpleKey.acceptSimpleKeyVisitor.

This class is usually used when the visitor also implements the TomlVisitor interface to provide a default implementation for TomlVisitor.visitSimpleKey.

Implemented types
Mixin Applications

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
visitQuotedKey(TomlQuotedKey key) → R
Visits the given quoted key.
inherited
visitSimpleKey(TomlSimpleKey key) → R
Visits the given non-dotted key.
visitUnquotedKey(TomlUnquotedKey key) → R
Visits the given unquoted key.
inherited

Operators

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