Skip to content

MethodOverrideDescriptor

tevelee edited this page Jul 25, 2026 · 2 revisions

MethodOverrideDescriptor

A method override descriptor describes the method being overriden from what class.

public struct MethodOverrideDescriptor: LayoutWrapper 

Inheritance

LayoutWrapper

Properties

`class`

The class containing the base method.

public var `class`: ContextDescriptor 

method

The base method descriptor.

public var method: MethodDescriptor 

implementation

The opaque implementation pointer that overrides the base method. It must not be invoked directly.

public var implementation: UnsafeRawPointer? 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally