org.rococoa.cocoa.foundation
Interface NSMethodSignature

All Superinterfaces:
NSObject

public interface NSMethodSignature
extends NSObject


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.rococoa.NSObject
NSObject._Class
 
Field Summary
 
Fields inherited from interface org.rococoa.NSObject
CLASS
 
Method Summary
 java.lang.String getArgumentTypeAtIndex(int index)
           
 java.lang.String methodReturnType()
           
 int numberOfArguments()
           
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Method Detail

numberOfArguments

int numberOfArguments()

getArgumentTypeAtIndex

java.lang.String getArgumentTypeAtIndex(int index)

methodReturnType

java.lang.String methodReturnType()


Copyright © 2009. All Rights Reserved.