InterpreterVisitorExtension extension
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 ofbridgedInstance's class and returns the first matching getter result or method tear-off forpropertyName. 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