Fabrique

A build language for complex systems

 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
fabrique::ast::CompoundExpression Class Reference

An expression that can contain intermediate values. More...

#include <CompoundExpr.h>

Inheritance diagram for fabrique::ast::CompoundExpression:
fabrique::ast::Expression fabrique::ast::Scope fabrique::ast::Node fabrique::Typed fabrique::Printable fabrique::Uncopyable fabrique::HasSource fabrique::Printable fabrique::Visitable< Visitor > fabrique::Uncopyable

Public Member Functions

 CompoundExpression (UniqPtr< Scope > &&values, UniqPtr< Expression > &result, const SourceRange &loc)
 
const Expressionresult () const
 
virtual void PrettyPrint (Bytestream &, size_t indent=0) const override
 Print a human-readable representation to an output stream and return that output stream.
 
virtual void Accept (Visitor &) const
 
virtual dag::ValuePtr evaluate (EvalContext &) const override
 
- Public Member Functions inherited from fabrique::HasSource
 HasSource (const SourceRange &src)
 
const SourceRangesource () const
 
- Public Member Functions inherited from fabrique::Printable
 Printable (const Printable &)
 
Printableoperator= (const Printable &)
 
virtual std::string str () const
 
- Public Member Functions inherited from fabrique::Visitable< Visitor >
virtual void Accept (Visitor &) const =0
 
- Public Member Functions inherited from fabrique::Typed
 Typed (const Type &t)
 
virtual const Typetype () const
 
- Public Member Functions inherited from fabrique::ast::Scope
 Scope (const Scope *parent, const std::string &name, const Type &argumentsType, TypeContext &)
 
 Scope (Scope &&)
 
const SymbolMap & symbols () const
 
const std::string & name () const
 
bool hasArguments () const
 
const Typearguments () const
 
const UniqPtrVec< Value > & values () const
 
bool contains (const Identifier &) const
 
virtual const TypeLookup (const Identifier &) const
 
void Register (const Argument *)
 
void Register (const Parameter *)
 
void Register (const Value &)
 
void Take (Value *)
 
void Take (UniqPtr< Value > &)
 
UniqPtrVec< ValueTakeValues ()
 

Additional Inherited Members

- Public Types inherited from fabrique::ast::Scope
typedef StringMap< const Type & > SymbolMap
 
- Protected Member Functions inherited from fabrique::ast::Expression
 Expression (const Type &t, const SourceRange &src)
 
- Protected Member Functions inherited from fabrique::ast::Node
 Node (const SourceRange &src)
 

Detailed Description

An expression that can contain intermediate values.

Definition at line 53 of file CompoundExpr.h.


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