mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Structures | Public Member Functions | Data Fields
m::ast::FromClause Struct Reference

#include <AST.hpp>

Inheritance diagram for m::ast::FromClause:
[legend]
Collaboration diagram for m::ast::FromClause:
[legend]

Data Structures

struct  from_type
 

Public Member Functions

 FromClause (Token tok, std::vector< from_type > from)
 
 ~FromClause ()
 
void accept (ASTClauseVisitor &v) override
 
void accept (ConstASTClauseVisitor &v) const override
 
void dot (std::ostream &out) const
 
void dump (std::ostream &out) const
 
void dump () const
 

Data Fields

std::vector< from_typefrom
 
Token tok
 

Detailed Description

Definition at line 542 of file AST.hpp.

Constructor & Destructor Documentation

◆ FromClause()

m::ast::FromClause::FromClause ( Token  tok,
std::vector< from_type from 
)
inline

Definition at line 565 of file AST.hpp.

◆ ~FromClause()

FromClause::~FromClause ( )

Definition at line 27 of file AST.cpp.

References from.

Member Function Documentation

◆ accept() [1/2]

void m::ast::FromClause::accept ( ASTClauseVisitor v)
overridevirtual

Implements m::ast::Clause.

◆ accept() [2/2]

void m::ast::FromClause::accept ( ConstASTClauseVisitor v) const
overridevirtual

Implements m::ast::Clause.

◆ dot()

void Clause::dot ( std::ostream &  out) const
inherited

Definition at line 211 of file AST.cpp.

References m::ast::Clause::dot().

Referenced by m::ast::Clause::dot().

◆ dump() [1/2]

void Clause::dump ( ) const
inherited

Definition at line 243 of file AST.cpp.

References m::ast::Clause::dump().

Referenced by m::ast::Clause::dump().

◆ dump() [2/2]

void Clause::dump ( std::ostream &  out) const
inherited

Definition at line 237 of file AST.cpp.

Field Documentation

◆ from

std::vector<from_type> m::ast::FromClause::from

Definition at line 563 of file AST.hpp.

Referenced by ~FromClause().

◆ tok

Token m::ast::Clause::tok
inherited

Definition at line 500 of file AST.hpp.


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