FreeBASIC  0.91.0
ASTASMTOK Class Reference

Data Fields

AST_ASMTOKTYPE type
 
union {
   FBSYMBOL_ptr   sym
 
   zstring_ptr   text
 
}; 
 
ASTASMTOK_ptr next
 

Detailed Description

Definition at line 1596 of file ast.bi.

Field Documentation

union { ... }
ASTASMTOK_ptr ASTASMTOK::next

Definition at line 1602 of file ast.bi.

FBSYMBOL_ptr ASTASMTOK::sym

Definition at line 1599 of file ast.bi.

zstring_ptr ASTASMTOK::text

Definition at line 1600 of file ast.bi.

AST_ASMTOKTYPE ASTASMTOK::type

Definition at line 1597 of file ast.bi.


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