-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NSMethodSignaturealloc()com.sun.jna.PointergetArgumentTypeAtIndex(int idx)intmethodReturnLength()StringmethodReturnType()intnumberOfArguments()static NSMethodSignaturesignatureWithObjCTypes(String cTypes)-
Methods inherited from interface de.jangassen.jfa.appkit.NSObject
className, dealloc, description, methodSignatureForSelector, performSelectorOnMainThread, respondsToSelector
-
-
-
-
Method Detail
-
alloc
static NSMethodSignature alloc()
-
signatureWithObjCTypes
static NSMethodSignature signatureWithObjCTypes(String cTypes)
-
methodReturnType
String methodReturnType()
-
methodReturnLength
int methodReturnLength()
-
numberOfArguments
int numberOfArguments()
-
getArgumentTypeAtIndex
com.sun.jna.Pointer getArgumentTypeAtIndex(int idx)
-
-