Skip to content

MethodDescriptor_Flags

Azoy edited this page May 6, 2021 · 2 revisions

MethodDescriptor.Flags

Flags that describe a method descriptor.

public struct Flags 

Properties

bits

Flags as represented in bits.

public let bits: UInt32

kind

The kind of method this is.

public var kind: Kind 

isInstance

Whether or not this method is an instance method.

public var isInstance: Bool 

isDynamic

Whether or not this method is dynamic.

public var isDynamic: Bool 
Types
Protocols
Global Variables
Global Functions
Clone this wiki locally