Ruby 3.5.0dev (2025-04-25 revision 71166f60d95f0d78de5f151205ef6060de5e054e)
|
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. | |
All of the information necessary to store to lexing a heredoc.
size_t pm_heredoc_lex_mode_t::ident_length |
const uint8_t* pm_heredoc_lex_mode_t::ident_start |
pm_heredoc_indent_t pm_heredoc_lex_mode_t::indent |
pm_heredoc_quote_t pm_heredoc_lex_mode_t::quote |