FreeBASIC  0.91.0
FBS_VAR Class Reference
Collaboration diagram for FBS_VAR:

Data Fields

union {
   zstring_ptr   littext
 
   wstring_ptr   littextw
 
   ASTNODE__ptr   initree
 
}; 
 
FBS_ARRAY array
 
FBVAR_DESC desc
 
integer stmtnum
 
integer align
 
FBVAR_DATA data
 

Detailed Description

Definition at line 626 of file symb.bi.

Field Documentation

union { ... }
integer FBS_VAR::align

Definition at line 635 of file symb.bi.

FBS_ARRAY FBS_VAR::array

Definition at line 632 of file symb.bi.

FBVAR_DATA FBS_VAR::data

Definition at line 636 of file symb.bi.

FBVAR_DESC FBS_VAR::desc

Definition at line 633 of file symb.bi.

ASTNODE__ptr FBS_VAR::initree

Definition at line 630 of file symb.bi.

zstring_ptr FBS_VAR::littext

Definition at line 628 of file symb.bi.

wstring_ptr FBS_VAR::littextw

Definition at line 629 of file symb.bi.

integer FBS_VAR::stmtnum

Definition at line 634 of file symb.bi.


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