org.rococoa.cocoa.foundation
Class NSMethodSignature

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.foundation.NSMethodSignature
All Implemented Interfaces:
ObjCObject

public abstract class NSMethodSignature
extends NSObject


Nested Class Summary
 
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject
NSObject._class_
 
Field Summary
 
Fields inherited from class org.rococoa.cocoa.foundation.NSObject
CLASS
 
Constructor Summary
NSMethodSignature()
           
 
Method Summary
abstract  String getArgumentTypeAtIndex(int index)
           
abstract  String methodReturnType()
           
abstract  int numberOfArguments()
           
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
description, isKindOfClass, isKindOfClass, release, retain, retainCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Constructor Detail

NSMethodSignature

public NSMethodSignature()
Method Detail

numberOfArguments

public abstract int numberOfArguments()

getArgumentTypeAtIndex

public abstract String getArgumentTypeAtIndex(int index)

methodReturnType

public abstract String methodReturnType()


Copyright © 2012. All Rights Reserved.