TomlVisitorMixin<R> mixin

Mixin that adds a visitExpression method to classes implementing TomlExpressionVisitor that automatically selects the appropriate visitor method using TomlValue.acceptVisitor.

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
visit(TomlNode node) → R
Visits the given node.
visitDocument(TomlDocument document) → R
Visits the given document.
inherited
visitExpression(TomlExpression expr) → R
Visits the given expression.
inherited
visitKey(TomlKey key) → R
Visits the given dotted key.
inherited
visitSimpleKey(TomlSimpleKey key) → R
Visits the given non-dotted key.
inherited
visitValue(TomlValue value) → R
Visits the given value.
inherited

Operators

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