Class ObjCMethodDescription

  • All Implemented Interfaces:
    java.lang.AutoCloseable, NativeResource, Pointer


    public class ObjCMethodDescription
    extends Struct
    Defines a method.

    Member documentation

    • name – the name of the method at runtime
    • types – the types of the method arguments

    Layout

    struct objc_method_description {
        SEL name;
        char * types;
    }