Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
mrb_parser_heredoc_info Struct Reference

#include <compile.h>

Collaboration diagram for mrb_parser_heredoc_info:
Collaboration graph
[legend]

Data Fields

mrb_bool allow_indent:1
mrb_bool line_head:1
enum mrb_string_type type
const char * term
int term_len
mrb_ast_nodedoc

Detailed Description

Definition at line 90 of file compile.h.

Field Documentation

mrb_bool allow_indent

Definition at line 91 of file compile.h.

Definition at line 96 of file compile.h.

mrb_bool line_head

Definition at line 92 of file compile.h.

const char* term

Definition at line 94 of file compile.h.

int term_len

Definition at line 95 of file compile.h.

enum mrb_string_type type

Definition at line 93 of file compile.h.


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