org.rococoa.cocoa.foundation
Class NSMethodSignature
java.lang.Object
org.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSMethodSignature
- All Implemented Interfaces:
- ObjCObject
public abstract class NSMethodSignature
- extends NSObject
Fields inherited from class org.rococoa.cocoa.foundation.NSObject |
CLASS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NSMethodSignature
public NSMethodSignature()
numberOfArguments
public abstract int numberOfArguments()
getArgumentTypeAtIndex
public abstract String getArgumentTypeAtIndex(int index)
methodReturnType
public abstract String methodReturnType()
Copyright © 2012. All Rights Reserved.