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

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

#include <parser.h>

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

Data Fields

pm_list_node_t node
 The embedded base node.
 
const uint8_t * key_start
 A pointer to the start of the key in the source.
 
const uint8_t * value_start
 A pointer to the start of the value in the source.
 
uint32_t key_length
 The length of the key in the source.
 
uint32_t value_length
 The length of the value in the source.
 
- 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 magic comments that we've found while parsing.


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