- Message - Class in ca.weblite.objc
-
A structure the encapsulates a message.
- Message() - Constructor for class ca.weblite.objc.Message
-
- method_copyArgumentType(Pointer, int) - Method in interface ca.weblite.objc.Runtime
-
- method_copyReturnType(Pointer) - Method in interface ca.weblite.objc.Runtime
-
- method_exchangeImplementations(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
-
- method_getArgumentType(Pointer, int, Pointer, long) - Method in interface ca.weblite.objc.Runtime
-
- method_getImplementation(Pointer) - Method in interface ca.weblite.objc.Runtime
-
- method_getName(Pointer) - Method in interface ca.weblite.objc.Runtime
-
- method_getNumberOfArguments(Pointer) - Method in interface ca.weblite.objc.Runtime
-
- method_getReturnType(Pointer, Pointer, long) - Method in interface ca.weblite.objc.Runtime
-
- method_getTypeEncoding(Pointer) - Method in interface ca.weblite.objc.Runtime
-
- method_setImplementation(Pointer, Pointer) - Method in interface ca.weblite.objc.Runtime
-
- methodForSelector(String) - Method in class ca.weblite.objc.NSObject
-
Returns the java method that responds to a specific selector for the
current object.
- methodSignatureForSelector(Pointer) - Method in class ca.weblite.objc.NSObject
-
Returns the NSMethodSignature (Objective-C) object pointer for the
specified selector.
- methodSignatureForSelector(long) - Method in class ca.weblite.objc.NSObject
-
Returns the NSMethodSignature (Objective-C) object pointer for the
specified selector.
- methodSignatureForSelector(long) - Method in interface ca.weblite.objc.Recipient
-
Returns the method signature for a specified selector.
- Msg - Annotation Type in ca.weblite.objc.annotations
-
An annotation that allows a Java method to receive and process Objective-C
messages.
- msg(String, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Sends a message to a specified class using the given selector.
- msg(String, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Sends a message to a specified class using the given selector.
- msg(Pointer, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Sends a message to a specified class using the given selector.
- msg(Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Sends a message to a specified class using the given selector.
- msg(boolean, boolean, Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Sends a message with the option of coercing the inputs and outputs.
- msg(Message...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Sends a batch of messages in sequence.
- msgBoolean(Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns a boolean value.
- msgBoolean(String, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns a boolean value.
- msgBoolean(String, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns a boolean value.
- msgBoolean(Pointer, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns a boolean value.
- msgDouble(Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Sends a message that returns a double value.
- msgDouble(String, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Sends a message that returns a double value.
- msgDouble(String, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Sends a message that returns a double value.
- msgDouble(Pointer, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Sends a message that returns a double value.
- msgInt(Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns an int.
- msgInt(String, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns an int.
- msgInt(String, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns an int.
- msgInt(Pointer, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns an int.
- msgPointer(Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns a Pointer.
- msgPointer(Pointer, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns a Pointer.
- msgPointer(String, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns a Pointer.
- msgPointer(String, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns a Pointer.
- msgString(Pointer, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns a string value.
- msgString(String, Pointer, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns a string value.
- msgString(String, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns a string value.
- msgString(Pointer, String, Object...) - Static method in class ca.weblite.objc.RuntimeUtils
-
Wrapper around msg() that returns a string value.