Mockingbird Documentation 0.18.0

Class Obj​CInvocation

@objc(MKBObjCInvocation) public class ObjCInvocation: NSObject, Invocation  

An invocation recieved by an Objective-C.

ObjCInvocation ObjCInvocation Invocation Invocation ObjCInvocation->Invocation NSObject NSObject ObjCInvocation->NSObject

Conforms To

NSObject

Initializers

init(selector​Name:​setter​Selector​Name:​selector​Type:​arguments:​objc​Return​Type:​)

@objc public required init(selectorName: String,
                             setterSelectorName: String?,
                             selectorType: SelectorType,
                             arguments: [ArgumentMatcher],
                             objcReturnType: String)  

Properties

description

override public var description: String