Cthulhu  0.2.10
Cthulhu compiler collection
node_t Struct Reference

a position in a source file More...

#include <node.h>

Collaboration diagram for node_t:

Data Fields

const scan_tscan
 the scanner that this node is in More...
 
where_t where
 the location of this node More...
 

Detailed Description

a position in a source file

Definition at line 22 of file node.h.

Field Documentation

◆ scan

const scan_t* node_t::scan

the scanner that this node is in

Definition at line 25 of file node.h.

◆ where

where_t node_t::where

the location of this node

Definition at line 28 of file node.h.


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