Class NSMethodSignature

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class NSMethodSignature
extends NSObject
  • Constructor Details

    • NSMethodSignature

      public NSMethodSignature()
    • NSMethodSignature

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

      protected NSMethodSignature​(NSObject.SkipInit skipInit)
    • NSMethodSignature

      public NSMethodSignature​(String types)
  • Method Details

    • getNumberOfArguments

      public long getNumberOfArguments()
    • getFrameLength

      public long getFrameLength()
    • getMethodReturnType

      public String getMethodReturnType()
    • getMethodReturnLength

      public long getMethodReturnLength()
    • getArgumentType

      public String getArgumentType​(long idx)
    • isOneway

      public boolean isOneway()
    • create

      protected static long create​(String types)