FreeBASIC  0.91.0
AST_NODE_BLOCK Class Reference
Collaboration diagram for AST_NODE_BLOCK:

Data Fields

ASTNODE__ptr parent
 
integer inistmt
 
integer endstmt
 
FBSYMBOL_ptr initlabel
 
FBSYMBOL_ptr exitlabel
 
AST_BREAKLIST breaklist
 
AST_NODE_PROC proc
 

Detailed Description

Definition at line 1671 of file ast.bi.

Field Documentation

AST_BREAKLIST AST_NODE_BLOCK::breaklist

Definition at line 1677 of file ast.bi.

integer AST_NODE_BLOCK::endstmt

Definition at line 1674 of file ast.bi.

FBSYMBOL_ptr AST_NODE_BLOCK::exitlabel

Definition at line 1676 of file ast.bi.

integer AST_NODE_BLOCK::inistmt

Definition at line 1673 of file ast.bi.

FBSYMBOL_ptr AST_NODE_BLOCK::initlabel

Definition at line 1675 of file ast.bi.

ASTNODE__ptr AST_NODE_BLOCK::parent

Definition at line 1672 of file ast.bi.

AST_NODE_PROC AST_NODE_BLOCK::proc

Definition at line 1678 of file ast.bi.


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