FreeBASIC  0.91.0
FB_CMPSTMT_SELECT Class Reference
Collaboration diagram for FB_CMPSTMT_SELECT:

Data Fields

integer isconst
 
FBSYMBOL_ptr sym
 
integer casecnt
 
FB_CMPSTMT_SELCONST const_
 
FBSYMBOL_ptr cmplabel
 
FBSYMBOL_ptr endlabel
 
FB_CMPSTMTSTK__ptr last
 
ASTNODE_ptr outerscopenode
 

Detailed Description

Definition at line 79 of file parser.bi.

Field Documentation

integer FB_CMPSTMT_SELECT::casecnt

Definition at line 82 of file parser.bi.

FBSYMBOL_ptr FB_CMPSTMT_SELECT::cmplabel

Definition at line 84 of file parser.bi.

FB_CMPSTMT_SELCONST FB_CMPSTMT_SELECT::const_

Definition at line 83 of file parser.bi.

FBSYMBOL_ptr FB_CMPSTMT_SELECT::endlabel

Definition at line 85 of file parser.bi.

integer FB_CMPSTMT_SELECT::isconst

Definition at line 80 of file parser.bi.

FB_CMPSTMTSTK__ptr FB_CMPSTMT_SELECT::last

Definition at line 86 of file parser.bi.

ASTNODE_ptr FB_CMPSTMT_SELECT::outerscopenode

Definition at line 87 of file parser.bi.

FBSYMBOL_ptr FB_CMPSTMT_SELECT::sym

Definition at line 81 of file parser.bi.


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