Class NSMethodSignature

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class NSMethodSignature
    extends NSObject
    • Constructor Detail

      • NSMethodSignature

        public NSMethodSignature()
      • NSMethodSignature

        protected NSMethodSignature​(NSObject.Handle h,
                                    long handle)
      • NSMethodSignature

        public NSMethodSignature​(java.lang.String types)
    • Method Detail

      • getNumberOfArguments

        public long getNumberOfArguments()
      • getFrameLength

        public long getFrameLength()
      • getMethodReturnType

        public java.lang.String getMethodReturnType()
      • getMethodReturnLength

        public long getMethodReturnLength()
      • getArgumentType

        public java.lang.String getArgumentType​(long idx)
      • isOneway

        public boolean isOneway()
      • create

        protected static long create​(java.lang.String types)