#include <AST.hpp>
Definition at line 544 of file AST.hpp.
◆ from_type() [1/2]
m::ast::FromClause::from_type::from_type |
( |
Token |
name, |
|
|
Token |
alias |
|
) |
| |
|
inline |
◆ from_type() [2/2]
m::ast::FromClause::from_type::from_type |
( |
std::unique_ptr< Stmt > |
S, |
|
|
Token |
alias |
|
) |
| |
|
inline |
◆ has_table()
bool m::ast::FromClause::from_type::has_table |
( |
| ) |
const |
|
inline |
◆ table()
const Table & m::ast::FromClause::from_type::table |
( |
| ) |
const |
|
inline |
◆ Sema
◆ alias
Token m::ast::FromClause::from_type::alias |
◆ source
std::variant<Token, Stmt*> m::ast::FromClause::from_type::source |
◆ table_
const Table* m::ast::FromClause::from_type::table_ = nullptr |
|
private |
the referenced table
Definition at line 553 of file AST.hpp.
The documentation for this struct was generated from the following file: