hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
conceptStmt::ConceptStmtValue Union Reference

#include <ast.hpp>

Collaboration diagram for conceptStmt::ConceptStmtValue:

Public Member Functions

template<typename T >
 ConceptStmtValue (T a)
 

Public Attributes

void * storage
 
satisfyStmtsatisfyStmt
 
rExprexpression
 

Detailed Description

Definition at line 1118 of file ast.hpp.

Constructor & Destructor Documentation

◆ ConceptStmtValue()

template<typename T >
ConceptStmtValue ( a)
inline

Definition at line 1123 of file ast.hpp.

Member Data Documentation

◆ expression

rExpr* expression

Definition at line 1121 of file ast.hpp.

Referenced by visitor::evaluateConstraint(), yoi::finalizeAST(), and Formatter::format().

◆ satisfyStmt

◆ storage

void* storage

Definition at line 1119 of file ast.hpp.


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