Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
QtfrNode Struct Reference

#include <regparse.h>

Data Fields

NodeBase base
 
int state
 
struct _Nodetarget
 
int lower
 
int upper
 
int greedy
 
int target_empty_info
 
struct _Nodehead_exact
 
struct _Nodenext_head_exact
 
int is_refered
 

Detailed Description

Definition at line 174 of file regparse.h.

Field Documentation

◆ base

NodeBase QtfrNode::base

Definition at line 175 of file regparse.h.

◆ greedy

int QtfrNode::greedy

◆ head_exact

struct _Node* QtfrNode::head_exact

◆ is_refered

int QtfrNode::is_refered

Definition at line 184 of file regparse.h.

Referenced by compile_length_quantifier_node(), and compile_quantifier_node().

◆ lower

int QtfrNode::lower

◆ next_head_exact

struct _Node* QtfrNode::next_head_exact

Definition at line 183 of file regparse.h.

Referenced by compile_length_quantifier_node(), compile_quantifier_node(), and next_setup().

◆ state

int QtfrNode::state

Definition at line 176 of file regparse.h.

Referenced by setup_tree().

◆ target

struct _Node* QtfrNode::target

◆ target_empty_info

int QtfrNode::target_empty_info

Definition at line 181 of file regparse.h.

Referenced by compile_length_quantifier_node(), compile_quantifier_node(), and setup_tree().

◆ upper

int QtfrNode::upper

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