InterpreterVisitorExtension extension

on

Methods

lookupOnBridgedSupertypes(BridgedInstance<Object> bridgedInstance, String propertyName) → (Object?, bool)

Available on InterpreterVisitor, provided by the InterpreterVisitorExtension extension

Cluster-12 (priority 3): Walks the registered supertype chain of bridgedInstance's class and returns the first matching getter result or method tear-off for propertyName. Used as a fallback in property access when the leaf bridge has no matching adapter.
toBridgedInstance(Object? nativeObject, {String? methodName}) → (BridgedInstance<Object>?, bool)

Available on InterpreterVisitor, provided by the InterpreterVisitorExtension extension