public final class ObjCClass extends ObjCObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjCClass.Marshaler |
ObjCObject.ObjCObjectPtr, ObjCObject.SupercustomClass| Modifier and Type | Method and Description |
|---|---|
static ObjCClass |
getByName(String objcClassName) |
static ObjCClass |
getByType(Class<? extends ObjCObject> type) |
static ObjCClass |
getFromObject(long handle) |
static ObjCClass |
getFromObject(ObjCObject id) |
String |
getName() |
Class<? extends ObjCObject> |
getType() |
boolean |
isCustom() |
static ObjCClass |
registerCustomClass(Class<? extends ObjCObject> type) |
static ObjCClass |
toObjCClass(long handle) |
String |
toString() |
addStrongRef, afterMarshaled, alloc, dispose, dispose, doDispose, finalize, getAssociatedObject, getObjCClass, getSuper, initObject, logRetainRelease, removeStrongRef, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefpublic Class<? extends ObjCObject> getType()
public String getName()
public boolean isCustom()
public static ObjCClass getFromObject(ObjCObject id)
public static ObjCClass getFromObject(long handle)
public static ObjCClass getByType(Class<? extends ObjCObject> type)
public static ObjCClass toObjCClass(long handle)
public static ObjCClass registerCustomClass(Class<? extends ObjCObject> type)
Copyright © 2012-2015 RoboVM AB. All Rights Reserved.