Ruby  3.4.0dev (2024-11-05 revision e440268d51fe02b303e3817a7a733a0dac1c5091)
Data Fields
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. More...
 
struct pm_context_nodeprev
 A pointer to the previous context in the linked list. More...
 

Detailed Description

This is a node in a linked list of contexts.

Definition at line 439 of file parser.h.

Field Documentation

◆ context

pm_context_t pm_context_node::context

The context that this node represents.

Definition at line 441 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 444 of file parser.h.


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