ya_position_s Struct Reference

#include <yyast/types.h>


Detailed Description

Position in the text file.

Definition at line 58 of file types.h.


Data Fields

uint32_t line
 The line number, starting from one.
uint32_t column
 The column number, starting from one.
uint32_t file
 The file number, starting from zero (the main file).

Field Documentation

The line number, starting from one.

Definition at line 59 of file types.h.

Referenced by node_decode(), ya_clear_position(), ya_count(), ya_error(), ya_generic_nodev(), ya_literal(), and ya_reposition().

The column number, starting from one.

Definition at line 60 of file types.h.

Referenced by node_decode(), ya_clear_position(), ya_count(), ya_error(), ya_generic_nodev(), ya_literal(), and ya_reposition().

The file number, starting from zero (the main file).

Definition at line 61 of file types.h.

Referenced by node_decode(), ya_clear_position(), ya_generic_nodev(), ya_literal(), and ya_reposition().


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

Generated for yyast-1.0.1 by doxygen 1.5.6