public class NSMethodSignature extends NSObject
Constructor and Description |
---|
NSMethodSignature() |
Modifier and Type | Method and Description |
---|---|
long |
frameLength() |
Pointer<Byte> |
getArgumentTypeAtIndex(long index) |
boolean |
isOneway() |
Pointer<Byte> |
methodReturnType() |
long |
numberOfArguments() |
static Pointer<NSMethodSignature> |
signatureWithObjCTypes(Pointer<Byte> types) |
description, equals, hash, hashCode, init, isEqual, isKindOf, isKindOfClassNamed, isMemberOf, isMemberOfClassNamed, methodFor, perform, perform$with, perform$with$with, respondsTo, stringValue, toString
clone
public NSMethodSignature()
public static Pointer<NSMethodSignature> signatureWithObjCTypes(Pointer<Byte> types)
public Pointer<Byte> methodReturnType()
public long numberOfArguments()
public boolean isOneway()
public Pointer<Byte> getArgumentTypeAtIndex(long index)
public long frameLength()
Copyright © 2009-2020. All Rights Reserved.