Skip to content

MethodDescriptor_Flags

tevelee edited this page Jul 21, 2026 · 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 Typealiases
Global Variables
Global Functions

Clone this wiki locally