Skip to content

MethodOverrideDescriptor

Azoy edited this page May 6, 2021 · 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 
Types
Protocols
Global Variables
Global Functions
Clone this wiki locally