FreeBASIC  0.91.0
AST_NODE_TYPEINI Class Reference

Data Fields

longint ofs
 
union {
   longint   bytes
 
   longint   elements
 
}; 
 
FBSYMBOL_ptr scp
 
FBSYMBOL_ptr lastscp
 

Detailed Description

Definition at line 1644 of file ast.bi.

Field Documentation

union { ... }
longint AST_NODE_TYPEINI::bytes

Definition at line 1647 of file ast.bi.

longint AST_NODE_TYPEINI::elements

Definition at line 1648 of file ast.bi.

FBSYMBOL_ptr AST_NODE_TYPEINI::lastscp

Definition at line 1651 of file ast.bi.

longint AST_NODE_TYPEINI::ofs

Definition at line 1645 of file ast.bi.

FBSYMBOL_ptr AST_NODE_TYPEINI::scp

Definition at line 1650 of file ast.bi.


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