VisitorBridge class

Bridges Dart Visitor instances to C-compatible function pointers.

Status: Visitor abstract class and test infrastructure are complete. The full NativeCallable bridge to the C VTable is in progress — this stub accepts visitors but delegates to default conversion for the initial release.

See Visitor for the public API developers use to customize conversion.

Constructors

VisitorBridge(Visitor visitor)

Properties

closed bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visitor Visitor
final

Methods

attach(Pointer<HTMConversionOptions> optionsPtr) → void
Attaches the visitor bridge to the given options.
close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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