Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
EncloseNode Struct Reference

#include <regparse.h>

Data Fields

NodeBase base
 
int state
 
int type
 
int regnum
 
OnigOptionType option
 
struct _Nodetarget
 
AbsAddrType call_addr
 
OnigDistance min_len
 
OnigDistance max_len
 
int char_len
 
int opt_count
 

Detailed Description

Definition at line 192 of file regparse.h.

Field Documentation

◆ base

NodeBase EncloseNode::base

Definition at line 193 of file regparse.h.

◆ call_addr

AbsAddrType EncloseNode::call_addr

Definition at line 199 of file regparse.h.

Referenced by compile_enclose_node(), and unset_addr_list_fix().

◆ char_len

int EncloseNode::char_len

Definition at line 203 of file regparse.h.

Referenced by get_char_length_tree1().

◆ max_len

OnigDistance EncloseNode::max_len

Definition at line 202 of file regparse.h.

Referenced by get_max_match_length(), and optimize_node_left().

◆ min_len

OnigDistance EncloseNode::min_len

Definition at line 201 of file regparse.h.

Referenced by get_min_match_length(), and optimize_node_left().

◆ opt_count

int EncloseNode::opt_count

Definition at line 204 of file regparse.h.

Referenced by optimize_node_left().

◆ option

OnigOptionType EncloseNode::option

Definition at line 197 of file regparse.h.

Referenced by compile_length_option_node(), compile_option_node(), and optimize_node_left().

◆ regnum

int EncloseNode::regnum

◆ state

int EncloseNode::state

Definition at line 194 of file regparse.h.

Referenced by compile_enclose_node().

◆ target

struct _Node* EncloseNode::target

◆ type

int EncloseNode::type

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