Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
CallNode Struct Reference

#include <regparse.h>

Data Fields

NodeBase base
 
int state
 
int group_num
 
UCharname
 
UCharname_end
 
struct _Nodetarget
 
UnsetAddrListunset_addr_list
 

Detailed Description

Definition at line 223 of file regparse.h.

Field Documentation

◆ base

NodeBase CallNode::base

Definition at line 224 of file regparse.h.

◆ group_num

int CallNode::group_num

Definition at line 226 of file regparse.h.

Referenced by setup_subexp_call().

◆ name

UChar* CallNode::name

Definition at line 227 of file regparse.h.

Referenced by onig_is_code_in_cc(), and setup_subexp_call().

◆ name_end

UChar* CallNode::name_end

Definition at line 228 of file regparse.h.

Referenced by onig_is_code_in_cc(), and setup_subexp_call().

◆ state

int CallNode::state

Definition at line 225 of file regparse.h.

◆ target

struct _Node* CallNode::target

Definition at line 229 of file regparse.h.

Referenced by compile_call(), and setup_subexp_call().

◆ unset_addr_list

UnsetAddrList* CallNode::unset_addr_list

Definition at line 230 of file regparse.h.

Referenced by compile_call(), and setup_subexp_call().


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