My Project
Loading...
Searching...
No Matches
Exp_Unary Struct Reference

#include <absyn.h>

Data Fields

Symbol op
 
union { 
 
   Exp *   exp 
 
   StmtList *   code 
 
   struct UnaryNew   ctor 
 
};  
 
CaptureList * captures
 
enum unary_type unary_type
 

Detailed Description

Definition at line 527 of file absyn.h.

Field Documentation

◆ [union]

union { ... } Exp_Unary

◆ captures

CaptureList* Exp_Unary::captures

Definition at line 534 of file absyn.h.

◆ code

StmtList* Exp_Unary::code

Definition at line 531 of file absyn.h.

◆ ctor

struct UnaryNew Exp_Unary::ctor

Definition at line 532 of file absyn.h.

◆ exp

Exp* Exp_Unary::exp

Definition at line 530 of file absyn.h.

◆ op

Symbol Exp_Unary::op

Definition at line 528 of file absyn.h.

◆ unary_type

enum unary_type Exp_Unary::unary_type

Definition at line 535 of file absyn.h.


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