TomlExpressionVisitorMixin<R> mixin

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

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

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
visitArrayTable(TomlArrayTable table) → R
Visits the given array of tables header.
inherited
visitExpression(TomlExpression expression) → R
Visits the given expression.
visitKeyValuePair(TomlKeyValuePair pair) → R
Visits the given key/value pair.
inherited
visitStandardTable(TomlStandardTable table) → R
Visits the given standard table header.
inherited

Operators

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