#include <parse_tree_nodes.h>
 | 
| virtual Json_table_column *  | get_column ()=0 | 
|   | 
| virtual  | ~Parse_tree_node_tmpl ()=default | 
|   | 
| bool  | is_contextualized () const | 
|   | 
| virtual bool  | contextualize (Context *pc) | 
|   | Do all context-sensitive things and mark the node as contextualized.  More...
  | 
|   | 
| 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...
  | 
|   | 
◆ get_column()
The documentation for this class was generated from the following file: