TomlVisitor<R> class abstract

Interface for visitors of TomlNodes.

Implementers

Constructors

TomlVisitor()

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

Operators

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