NSProtocolChecker class

Inheritance
Implemented types

Properties

debugDescription NSString
no setterinherited
description NSString
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
pointer Pointer<ObjCObject>
Return a pointer to this object.
no setterinherited
protocol Protocol
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target NSObject?
no setter

Methods

allowsWeakReference() bool
inherited
dealloc() → void
inherited
finalize() → void
inherited
forwardInvocation_(NSInvocation invocation) → void
inherited
initWithTarget_protocol_(NSObject anObject, Protocol aProtocol) NSProtocolChecker
methodSignatureForSelector_(Pointer<ObjCSel> sel) NSMethodSignature?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → void
Releases the reference to the underlying ObjC object held by this wrapper. Throws a StateError if this wrapper doesn't currently hold a reference.
inherited
retainWeakReference() bool
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

alloc(ThermionDartTexture1 _lib) NSObject
override
castFrom<T extends _ObjCWrapper>(T other) NSProtocolChecker
Returns a NSProtocolChecker that points to the same underlying object as other.
override
castFromPointer(ThermionDartTexture1 lib, Pointer<ObjCObject> other, {bool retain = false, bool release = false}) NSProtocolChecker
Returns a NSProtocolChecker that wraps the given raw object pointer.
override
isInstance(_ObjCWrapper obj) bool
Returns whether obj is an instance of NSProtocolChecker.
override
protocolCheckerWithTarget_protocol_(ThermionDartTexture1 _lib, NSObject anObject, Protocol aProtocol) NSProtocolChecker
respondsToSelector_(ThermionDartTexture1 _lib, Pointer<ObjCSel> aSelector) bool
override