FreeBASIC  0.91.0
AST_NODE_CALL Class Reference
Collaboration diagram for AST_NODE_CALL:

Data Fields

integer isrtl
 
integer args
 
FBSYMBOL_ptr currarg
 
ASTNODE__ptr argtail
 
AST_TMPSTRLIST_ITEM_ptr strtail
 
FBSYMBOL_ptr tmpres
 

Detailed Description

Definition at line 1546 of file ast.bi.

Field Documentation

integer AST_NODE_CALL::args

Definition at line 1548 of file ast.bi.

ASTNODE__ptr AST_NODE_CALL::argtail

Definition at line 1550 of file ast.bi.

FBSYMBOL_ptr AST_NODE_CALL::currarg

Definition at line 1549 of file ast.bi.

integer AST_NODE_CALL::isrtl

Definition at line 1547 of file ast.bi.

AST_TMPSTRLIST_ITEM_ptr AST_NODE_CALL::strtail

Definition at line 1551 of file ast.bi.

FBSYMBOL_ptr AST_NODE_CALL::tmpres

Definition at line 1552 of file ast.bi.


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