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

All of the information necessary to store to lexing a heredoc. More...

#include <parser.h>

Data Fields

const uint8_t * ident_start
 A pointer to the start of the heredoc identifier.
 
size_t ident_length
 The length of the heredoc identifier.
 
pm_heredoc_quote_t quote
 The type of quote that the heredoc uses.
 
pm_heredoc_indent_t indent
 The type of indentation that the heredoc uses.
 

Detailed Description

All of the information necessary to store to lexing a heredoc.


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