A B C D E F G H I J L M N O P R S T 

C

ca.weblite.objc - package ca.weblite.objc
 
ca.weblite.objc.annotations - package ca.weblite.objc.annotations
 
ca.weblite.objc.mappers - package ca.weblite.objc.mappers
 
chain(String, Pointer, Object...) - Method in class ca.weblite.objc.Client
 
chain(String, String, Object...) - Method in class ca.weblite.objc.Client
Deprecated. 
chain(Pointer, Object...) - Method in class ca.weblite.objc.NSObject
Deprecated. 
chain(String, Object...) - Method in class ca.weblite.objc.NSObject
Deprecated. 
chain(Message...) - Method in class ca.weblite.objc.NSObject
Deprecated. 
chain(Pointer, Object...) - Method in class ca.weblite.objc.Proxy
Deprecated. 
chain(String, Object...) - Method in class ca.weblite.objc.Proxy
Deprecated. 
chain(Message...) - Method in class ca.weblite.objc.Proxy
Deprecated. 
class_getClassMethod(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getInstanceMethod(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getInstanceSize(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getInstanceVariable(Pointer, String) - Method in interface ca.weblite.objc.Runtime
 
class_getIvarLayout(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getMethodImplementation(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getMethodImplementation_stret(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getName(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getProperty(Pointer, String) - Method in interface ca.weblite.objc.Runtime
 
class_getSuperclass(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getVersion(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_getWeakIvarLayout(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_isMetaClass(Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_replaceMethod(Pointer, Pointer, Pointer, String) - Method in interface ca.weblite.objc.Runtime
 
class_respondsToSelector(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_setIvarLayout(Pointer, String) - Method in interface ca.weblite.objc.Runtime
 
class_setSuperclass(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
 
class_setVersion(Pointer, int) - Method in interface ca.weblite.objc.Runtime
 
class_setWeakIvarLayout(Pointer, String) - Method in interface ca.weblite.objc.Runtime
 
Client - Class in ca.weblite.objc
An object-oriented wrapper around the RuntimeUtils static methods for interacting with the Objective-C runtime.
Client() - Constructor for class ca.weblite.objc.Client
 
cls(String) - Static method in class ca.weblite.objc.RuntimeUtils
Returns a pointer to the class for specific class name.
cls(Peerable) - Static method in class ca.weblite.objc.RuntimeUtils
Returns a pointer to a class given a Peerable object which wraps the pointer.
clsName(Pointer) - Static method in class ca.weblite.objc.RuntimeUtils
Returns the name of an objective C class specified by the given class pointer.
clsName(Peerable) - Static method in class ca.weblite.objc.RuntimeUtils
A wrapper for the clsName() method given a Peerable object that wraps the class pointer.
coerceInput - Variable in class ca.weblite.objc.Message
 
coerceOutput - Variable in class ca.weblite.objc.Message
 
com.sun.jna - package com.sun.jna
 
createProxy(Recipient) - Static method in class ca.weblite.objc.RuntimeUtils
Registers a Java object with the Objective-C runtime so that it can begin to receive messages from it.
cToJ(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.NSObjectMapping
 
cToJ(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.PointerMapping
 
cToJ(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.ScalarMapping
 
cToJ(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.StringMapping
 
cToJ(Object, String, TypeMapping) - Method in class ca.weblite.objc.mappers.StructureMapping
 
cToJ(Object, String, TypeMapping) - Method in class ca.weblite.objc.TypeMapper
Converts a C variable to the corresponding Java type based on the specified signature.
cToJ(Object, String, TypeMapping) - Method in interface ca.weblite.objc.TypeMapping
Converts a C variable to the corresponding Java variable given the context of the specified signature.
A B C D E F G H I J L M N O P R S T