Prism Ruby parser
Loading...
Searching...
No Matches
Data Fields
pm_comment Struct Reference

This is a node in the linked list of comments that we've found while parsing. More...

#include <parser.h>

Inheritance diagram for pm_comment:
Inheritance graph
[legend]
Collaboration diagram for pm_comment:
Collaboration graph
[legend]

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_nodenext
 A pointer to the next node in the list.
 

Detailed Description

This is a node in the linked list of comments that we've found while parsing.


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