IndexWithNext Struct Reference
Linked list of indices. More...
Data Fields | |
size_t | ind |
Index of an identifier constant. | |
struct IndexWithNext * | next |
Linked list next pointer. | |
Detailed Description
Linked list of indices.
Primarily used to track the indices of class properties so that they can be referenced again later. ind will be the index of an identifier constant.
Definition at line 180 of file compiler.c.
The documentation for this struct was generated from the following file:
- src/compiler.c