KCC - Kayte C Compiler 1.10.0
A C compiler implementation with preprocessor, lexer, parser, and code generator
Loading...
Searching...
No Matches
ObjCMethodParam Struct Reference

Objective-C method parameter. More...

#include <types.h>

Data Fields

char * selector_part
DataType param_type
char * param_name

Detailed Description

Objective-C method parameter.

Definition at line 322 of file types.h.

Field Documentation

◆ param_name

char* ObjCMethodParam::param_name

Definition at line 325 of file types.h.

◆ param_type

DataType ObjCMethodParam::param_type

Definition at line 324 of file types.h.

◆ selector_part

char* ObjCMethodParam::selector_part

Definition at line 323 of file types.h.


The documentation for this struct was generated from the following file: