Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
RNode_RATIONAL Struct Reference

Data Fields

NODE node
char * val
int minus
int base
int seen_point

Detailed Description

Definition at line 670 of file rubyparser.h.

Field Documentation

◆ base

int RNode_RATIONAL::base

Definition at line 675 of file rubyparser.h.

◆ minus

int RNode_RATIONAL::minus

Definition at line 674 of file rubyparser.h.

◆ node

NODE RNode_RATIONAL::node

Definition at line 671 of file rubyparser.h.

◆ seen_point

int RNode_RATIONAL::seen_point

Definition at line 676 of file rubyparser.h.

◆ val

char* RNode_RATIONAL::val

Definition at line 673 of file rubyparser.h.


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