public class ObjCProxy extends ObjCObject
Modifier and Type | Method and Description |
---|---|
void |
addProtocol(String name) |
void |
forwardInvocation(Pointer<NSInvocation> pInvocation) |
Object |
getInvocationTarget() |
Pair<NSMethodSignature,Method> |
getMethodAndSignature(SEL sel) |
Pointer<NSMethodSignature> |
methodSignatureForSelector(SEL sel) |
description, equals, hash, hashCode, init, isEqual, isKindOf, isKindOfClassNamed, isMemberOf, isMemberOfClassNamed, methodFor, perform, perform$with, perform$with$with, respondsTo, stringValue, toString
clone
public void addProtocol(String name) throws ClassNotFoundException
ClassNotFoundException
public Object getInvocationTarget()
public Pointer<NSMethodSignature> methodSignatureForSelector(SEL sel)
public Pair<NSMethodSignature,Method> getMethodAndSignature(SEL sel)
public void forwardInvocation(Pointer<NSInvocation> pInvocation)
Copyright © 2009-2020. All Rights Reserved.