![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <AST.hpp>
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_type > | from |
Token | tok |
|
overridevirtual |
Implements m::ast::Clause.
|
overridevirtual |
Implements m::ast::Clause.
|
inherited |
Definition at line 211 of file AST.cpp.
References m::ast::Clause::dot().
Referenced by m::ast::Clause::dot().
|
inherited |
Definition at line 243 of file AST.cpp.
References m::ast::Clause::dump().
Referenced by m::ast::Clause::dump().
std::vector<from_type> m::ast::FromClause::from |
Definition at line 563 of file AST.hpp.
Referenced by ~FromClause().