| Package | Description |
|---|---|
| org.robovm.objc |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjCClass |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ObjCObject> |
ObjCObject.toObjCObject(Class<T> cls,
long handle,
int afterMarshaledFlags) |
static <T extends ObjCObject> |
ObjCObject.toObjCObject(Class<T> cls,
long handle,
int afterMarshaledFlags,
boolean forceType) |
| Modifier and Type | Method and Description |
|---|---|
ObjCObject |
ObjCSuper.receiver() |
static ObjCObject |
ObjCObject.Marshaler.toObject(Class<? extends ObjCObject> cls,
long handle,
long flags) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ObjCObject> |
ObjCClass.getType() |
static Class<? extends ObjCObject> |
ObjCClass.Marshaler.toObject(Class<ObjCClass> cls,
long handle,
long flags) |
| Modifier and Type | Method and Description |
|---|---|
static ObjCClass |
ObjCClass.getFromObject(ObjCObject id) |
protected static void |
ObjCExtensions.initObject(ObjCObject o,
long handle) |
ObjCSuper |
ObjCSuper.receiver(ObjCObject receiver) |
static long |
ObjCObject.Marshaler.toNative(ObjCObject o,
long flags) |
protected static void |
ObjCExtensions.updateStrongRef(ObjCObject o,
Object before,
Object after)
Updates a strong reference handling
null values properly. |
| Modifier and Type | Method and Description |
|---|---|
static ObjCClass |
ObjCClass.getByType(Class<? extends ObjCObject> type) |
static ObjCClass |
ObjCClass.registerCustomClass(Class<? extends ObjCObject> type) |
static long |
ObjCClass.Marshaler.toNative(Class<? extends ObjCObject> o,
long flags) |
static ObjCObject |
ObjCObject.Marshaler.toObject(Class<? extends ObjCObject> cls,
long handle,
long flags) |
| Constructor and Description |
|---|
ObjCSuper(ObjCObject receiver,
ObjCClass objcClass) |
Copyright © 2012-2015 RoboVM AB. All Rights Reserved.