Package | Description |
---|---|
org.bridj.objc |
BridJ Objective-C runtime (MacOS X only, not working properly yet).
|
Modifier and Type | Class and Description |
---|---|
class |
NSAutoreleasePool |
class |
NSCalendar |
class |
NSDictionary |
class |
NSInvocation |
class |
NSMethodSignature |
class |
NSNumber |
class |
NSObject |
class |
NSString |
class |
ObjCBlock |
class |
ObjCClass |
class |
ObjCProxy |
Modifier and Type | Method and Description |
---|---|
Pointer<ObjCObject> |
ObjCClass.alloc() |
static Pointer<? extends ObjCObject> |
ObjCJNI.createObjCProxyPeer(ObjCProxy javaInstance)
Deprecated.
|
static Pointer<? extends ObjCObject> |
ObjectiveCRuntime.getObjCClass(String name) |
Pointer<ObjCObject> |
ObjCObject.init() |
Pointer<ObjCObject> |
ObjCClass.new$() |
static Pointer<? extends ObjCObject> |
ObjectiveCRuntime.objc_getProtocol(Pointer<Byte> name) |
Pointer<? extends ObjCObject> |
NSInvocation.target() |
Modifier and Type | Method and Description |
---|---|
static boolean |
ObjectiveCRuntime.class_addProtocol(Pointer<? extends ObjCObject> cls,
Pointer<? extends ObjCObject> protocol) |
static boolean |
ObjectiveCRuntime.class_addProtocol(Pointer<? extends ObjCObject> cls,
Pointer<? extends ObjCObject> protocol) |
boolean |
ObjCObject.isEqual(Pointer<? extends ObjCObject> anObject) |
boolean |
ObjCObject.isKindOf(Pointer<? extends ObjCObject> aClassObject) |
boolean |
ObjCObject.isMemberOf(Pointer<? extends ObjCObject> aClassObject) |
void |
NSInvocation.setTarget(Pointer<? extends ObjCObject> target) |
Copyright © 2009-2020. All Rights Reserved.