|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSMethodSignature
public abstract class NSMethodSignature
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSMethodSignature._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSMethodSignature()
|
Method Summary | |
---|---|
static NSMethodSignature |
alloc()
|
abstract NSUInteger |
frameLength()
Original signature : -(NSUInteger)frameLength native declaration : NSMethodSignature.h:19 |
abstract String |
getArgumentTypeAtIndex(NSUInteger idx)
Original signature : -(const char*)getArgumentTypeAtIndex:(NSUInteger) native declaration : NSMethodSignature.h:17 |
static NSMethodSignature._class_ |
getNSClass()
|
abstract boolean |
isOneway()
Original signature : -(BOOL)isOneway native declaration : NSMethodSignature.h:21 |
abstract NSUInteger |
methodReturnLength()
Original signature : -(NSUInteger)methodReturnLength native declaration : NSMethodSignature.h:24 |
abstract String |
methodReturnType()
Original signature : -(const char*)methodReturnType native declaration : NSMethodSignature.h:23 |
static NSMethodSignature |
new_()
|
abstract NSUInteger |
numberOfArguments()
Original signature : -(NSUInteger)numberOfArguments native declaration : NSMethodSignature.h:16 |
static NSMethodSignature |
signatureWithObjCTypes(Pointer types)
Deprecated. use the safer methods signatureWithObjCTypes(java.lang.String) and signatureWithObjCTypes(com.sun.jna.Pointer) instead |
static NSMethodSignature |
signatureWithObjCTypes(String types)
Original signature : +(NSMethodSignature*)signatureWithObjCTypes:(const char*) native declaration : NSMethodSignature.h:14 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSMethodSignature()
Method Detail |
---|
@Deprecated public static NSMethodSignature signatureWithObjCTypes(Pointer types)
signatureWithObjCTypes(java.lang.String)
and signatureWithObjCTypes(com.sun.jna.Pointer)
instead
+(NSMethodSignature*)signatureWithObjCTypes:(const char*)
public static NSMethodSignature signatureWithObjCTypes(String types)
+(NSMethodSignature*)signatureWithObjCTypes:(const char*)
public abstract NSUInteger numberOfArguments()
-(NSUInteger)numberOfArguments
public abstract String getArgumentTypeAtIndex(NSUInteger idx)
-(const char*)getArgumentTypeAtIndex:(NSUInteger)
public abstract NSUInteger frameLength()
-(NSUInteger)frameLength
public abstract boolean isOneway()
-(BOOL)isOneway
public abstract String methodReturnType()
-(const char*)methodReturnType
public abstract NSUInteger methodReturnLength()
-(NSUInteger)methodReturnLength
public static NSMethodSignature alloc()
public static NSMethodSignature new_()
public static NSMethodSignature._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |