Struct HIR_Expr

Struct Documentation

struct HIR_Expr

Most general/top-level sort of AST entry.

Public Members

Site site
NodeKind kind
HIR_FunctionCall *call_expr
HIR_ScopeBlock *block_expr
HIR_Return *return_expr
HIR_Branch *jump_expr
HIR_FeildAccess *field_expr
HIR_Subscript *subscipt_expr
HIR_Disamb *disamb_expr
HIR_Declaration *declaration_expr
HIR_Module *module_expr
HIR_Import *import_expr
HIR_Signature *signature_expr
HIR_Cast *cast_expr
HIR_Literal *literal_expr
union HIR_Expr::[anonymous] [anonymous]