My Project
Loading...
Searching...
No Matches
Exp::exp_data Union Reference

#include <absyn.h>

Data Fields

Exp_Postfix exp_post
 
Exp_Primary prim
 
Exp_Decl exp_decl
 
Exp_Unary exp_unary
 
Exp_Binary exp_binary
 
Exp_Cast exp_cast
 
Exp_Call exp_call
 
Exp_If exp_if
 
Exp_Dot exp_dot
 
Exp_Array exp_array
 
Exp_Slice exp_slice
 
Exp_Lambda exp_lambda
 
Type_Declexp_td
 
Exp_Named exp_named
 

Detailed Description

Definition at line 560 of file absyn.h.

Field Documentation

◆ exp_array

Exp_Array Exp::exp_data::exp_array

Definition at line 570 of file absyn.h.

◆ exp_binary

Exp_Binary Exp::exp_data::exp_binary

Definition at line 565 of file absyn.h.

◆ exp_call

Exp_Call Exp::exp_data::exp_call

Definition at line 567 of file absyn.h.

◆ exp_cast

Exp_Cast Exp::exp_data::exp_cast

Definition at line 566 of file absyn.h.

◆ exp_decl

Exp_Decl Exp::exp_data::exp_decl

Definition at line 563 of file absyn.h.

◆ exp_dot

Exp_Dot Exp::exp_data::exp_dot

Definition at line 569 of file absyn.h.

◆ exp_if

Exp_If Exp::exp_data::exp_if

Definition at line 568 of file absyn.h.

◆ exp_lambda

Exp_Lambda Exp::exp_data::exp_lambda

Definition at line 572 of file absyn.h.

◆ exp_named

Exp_Named Exp::exp_data::exp_named

Definition at line 574 of file absyn.h.

◆ exp_post

Exp_Postfix Exp::exp_data::exp_post

Definition at line 561 of file absyn.h.

◆ exp_slice

Exp_Slice Exp::exp_data::exp_slice

Definition at line 571 of file absyn.h.

◆ exp_td

Type_Decl* Exp::exp_data::exp_td

Definition at line 573 of file absyn.h.

◆ exp_unary

Exp_Unary Exp::exp_data::exp_unary

Definition at line 564 of file absyn.h.

◆ prim

Exp_Primary Exp::exp_data::prim

Definition at line 562 of file absyn.h.


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