Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
pm_context_node Struct Reference

This is a node in a linked list of contexts. More...

#include <parser.h>

Data Fields

pm_context_t context
 The context that this node represents.
 
struct pm_context_nodeprev
 A pointer to the previous context in the linked list.
 

Detailed Description

This is a node in a linked list of contexts.

Definition at line 368 of file parser.h.

Field Documentation

◆ context

pm_context_t pm_context_node::context

The context that this node represents.

Definition at line 370 of file parser.h.

◆ prev

struct pm_context_node* pm_context_node::prev

A pointer to the previous context in the linked list.

Definition at line 373 of file parser.h.


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