#include <parse_tree_nodes.h>
|
| PT_set_scoped_system_variable (const POS &pos, const POS &var_pos, const LEX_CSTRING &opt_prefix, const LEX_CSTRING &name, Item *opt_expr) |
|
bool | do_contextualize (Parse_context *pc) override |
|
virtual | ~Parse_tree_node_tmpl ()=default |
|
bool | is_contextualized () const |
|
virtual bool | contextualize (Context *pc) final |
|
void | error (Context *pc, const POS &pos) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
void | error (Context *pc, const POS &pos, const char *msg) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
void | errorf (Context *pc, const POS &pos, const char *format,...) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
◆ super
◆ PT_set_scoped_system_variable()
PT_set_scoped_system_variable::PT_set_scoped_system_variable |
( |
const POS & |
pos, |
|
|
const POS & |
var_pos, |
|
|
const LEX_CSTRING & |
opt_prefix, |
|
|
const LEX_CSTRING & |
name, |
|
|
Item * |
opt_expr |
|
) |
| |
|
inline |
◆ do_contextualize()
bool PT_set_scoped_system_variable::do_contextualize |
( |
Parse_context * |
pc | ) |
|
|
override |
◆ m_name
const LEX_CSTRING PT_set_scoped_system_variable::m_name |
|
private |
◆ m_opt_expr
Item* PT_set_scoped_system_variable::m_opt_expr |
|
private |
◆ m_opt_prefix
const LEX_CSTRING PT_set_scoped_system_variable::m_opt_prefix |
|
private |
◆ m_varpos
const POS PT_set_scoped_system_variable::m_varpos |
|
private |
The documentation for this class was generated from the following files: