| Ruby 3.5.0dev (2025-10-31 revision 6707945f0c065d47a4a9e8fd1627345bfcb85c10)
    | 
This is a node in the linked list of comments that we've found while parsing. More...
#include <parser.h>
| Data Fields | |
| pm_list_node_t | node | 
| The embedded base node. | |
| pm_location_t | location | 
| The location of the comment in the source. | |
| pm_comment_type_t | type | 
| The type of comment that we've found. | |
|  Data Fields inherited from pm_list_node | |
| struct pm_list_node * | next | 
| A pointer to the next node in the list. | |
This is a node in the linked list of comments that we've found while parsing.
| pm_location_t pm_comment::location | 
| pm_list_node_t pm_comment::node | 
The embedded base node.
Definition at line 460 of file parser.h.
Referenced by pm_serialize_comment_list().
| pm_comment_type_t pm_comment::type |