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
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