hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Member Functions | List of all members
hobbes::switchExprTyFn Struct Reference

#include <expr.H>

Inheritance diagram for hobbes::switchExprTyFn:
Inheritance graph
Collaboration diagram for hobbes::switchExprTyFn:
Collaboration graph

Public Member Functions

virtual QualTypePtr withTy (const QualTypePtr &qt) const
 
virtual ExprPtr wrapWithTy (const QualTypePtr &qty, Expr *e) const
 
ExprPtr withConst (const Expr *v) const
 
ExprPtr with (const Var *v) const
 
ExprPtr with (const Let *v) const
 
ExprPtr with (const LetRec *v) const
 
ExprPtr with (const Fn *v) const
 
ExprPtr with (const App *v) const
 
ExprPtr with (const Assign *v) const
 
ExprPtr with (const MkArray *v) const
 
ExprPtr with (const MkVariant *v) const
 
ExprPtr with (const MkRecord *v) const
 
ExprPtr with (const AIndex *v) const
 
ExprPtr with (const Case *v) const
 
ExprPtr with (const Switch *v) const
 
ExprPtr with (const Proj *v) const
 
ExprPtr with (const Assump *v) const
 
ExprPtr with (const Pack *v) const
 
ExprPtr with (const Unpack *v) const
 
- Public Member Functions inherited from hobbes::switchExprC< ExprPtr >
ExprPtr with (const Unit *v) const
 
ExprPtr with (const Bool *v) const
 
ExprPtr with (const Char *v) const
 
ExprPtr with (const Byte *v) const
 
ExprPtr with (const Short *v) const
 
ExprPtr with (const Int *v) const
 
ExprPtr with (const Long *v) const
 
ExprPtr with (const Float *v) const
 
ExprPtr with (const Double *v) const
 

Member Function Documentation

◆ with() [1/16]

ExprPtr hobbes::switchExprTyFn::with ( const Var v) const
virtual

◆ with() [2/16]

ExprPtr hobbes::switchExprTyFn::with ( const Let v) const
virtual

◆ with() [3/16]

ExprPtr hobbes::switchExprTyFn::with ( const LetRec v) const
virtual

◆ with() [4/16]

ExprPtr hobbes::switchExprTyFn::with ( const Fn v) const
virtual

◆ with() [5/16]

ExprPtr hobbes::switchExprTyFn::with ( const App v) const
virtual

◆ with() [6/16]

ExprPtr hobbes::switchExprTyFn::with ( const Assign v) const
virtual

◆ with() [7/16]

ExprPtr hobbes::switchExprTyFn::with ( const MkArray v) const
virtual

◆ with() [8/16]

ExprPtr hobbes::switchExprTyFn::with ( const MkVariant v) const
virtual

◆ with() [9/16]

ExprPtr hobbes::switchExprTyFn::with ( const MkRecord v) const
virtual

◆ with() [10/16]

ExprPtr hobbes::switchExprTyFn::with ( const AIndex v) const
virtual

◆ with() [11/16]

ExprPtr hobbes::switchExprTyFn::with ( const Case v) const
virtual

◆ with() [12/16]

ExprPtr hobbes::switchExprTyFn::with ( const Switch v) const
virtual

◆ with() [13/16]

ExprPtr hobbes::switchExprTyFn::with ( const Proj v) const
virtual

◆ with() [14/16]

ExprPtr hobbes::switchExprTyFn::with ( const Assump v) const
virtual

◆ with() [15/16]

ExprPtr hobbes::switchExprTyFn::with ( const Pack v) const
virtual

◆ with() [16/16]

ExprPtr hobbes::switchExprTyFn::with ( const Unpack v) const
virtual

◆ withConst()

ExprPtr hobbes::switchExprTyFn::withConst ( const Expr v) const
virtual

◆ withTy()

QualTypePtr hobbes::switchExprTyFn::withTy ( const QualTypePtr qt) const
virtual

◆ wrapWithTy()

ExprPtr hobbes::switchExprTyFn::wrapWithTy ( const QualTypePtr qty,
Expr e 
) const
virtual

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