Ruby
3.4.0dev (2024-11-05 revision e440268d51fe02b303e3817a7a733a0dac1c5091)
|
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. More... | |
size_t | ident_length |
The length of the heredoc identifier. More... | |
pm_heredoc_quote_t | quote |
The type of quote that the heredoc uses. More... | |
pm_heredoc_indent_t | indent |
The type of indentation that the heredoc uses. More... | |
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 |