My Project
Loading...
Searching...
No Matches
Stmt::stmt_data Union Reference

#include <absyn.h>

Data Fields

struct Stmt_Exp_ stmt_exp
 
struct Stmt_Code_ stmt_code
 
struct Stmt_Flow_ stmt_flow
 
struct Stmt_Loop_ stmt_loop
 
struct Stmt_For_ stmt_for
 
struct Stmt_Each_ stmt_each
 
struct Stmt_If_ stmt_if
 
struct Stmt_Try_ stmt_try
 
struct Match stmt_match
 
struct Stmt_Index_ stmt_index
 
struct Stmt_PP_ stmt_pp
 
struct Stmt_Defer_ stmt_defer
 
struct Spread_Def_ stmt_spread
 
struct Stmt_Using_ stmt_using
 
struct Stmt_Import_ stmt_import
 

Detailed Description

Definition at line 188 of file absyn.h.

Field Documentation

◆ stmt_code

struct Stmt_Code_ Stmt::stmt_data::stmt_code

Definition at line 190 of file absyn.h.

◆ stmt_defer

struct Stmt_Defer_ Stmt::stmt_data::stmt_defer

Definition at line 200 of file absyn.h.

◆ stmt_each

struct Stmt_Each_ Stmt::stmt_data::stmt_each

Definition at line 194 of file absyn.h.

◆ stmt_exp

struct Stmt_Exp_ Stmt::stmt_data::stmt_exp

Definition at line 189 of file absyn.h.

◆ stmt_flow

struct Stmt_Flow_ Stmt::stmt_data::stmt_flow

Definition at line 191 of file absyn.h.

◆ stmt_for

struct Stmt_For_ Stmt::stmt_data::stmt_for

Definition at line 193 of file absyn.h.

◆ stmt_if

struct Stmt_If_ Stmt::stmt_data::stmt_if

Definition at line 195 of file absyn.h.

◆ stmt_import

struct Stmt_Import_ Stmt::stmt_data::stmt_import

Definition at line 203 of file absyn.h.

◆ stmt_index

struct Stmt_Index_ Stmt::stmt_data::stmt_index

Definition at line 198 of file absyn.h.

◆ stmt_loop

struct Stmt_Loop_ Stmt::stmt_data::stmt_loop

Definition at line 192 of file absyn.h.

◆ stmt_match

struct Match Stmt::stmt_data::stmt_match

Definition at line 197 of file absyn.h.

◆ stmt_pp

struct Stmt_PP_ Stmt::stmt_data::stmt_pp

Definition at line 199 of file absyn.h.

◆ stmt_spread

struct Spread_Def_ Stmt::stmt_data::stmt_spread

Definition at line 201 of file absyn.h.

◆ stmt_try

struct Stmt_Try_ Stmt::stmt_data::stmt_try

Definition at line 196 of file absyn.h.

◆ stmt_using

struct Stmt_Using_ Stmt::stmt_data::stmt_using

Definition at line 202 of file absyn.h.


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