26 #if ! defined (octave_pt_pr_code_h)
27 #define octave_pt_pr_code_h 1
29 #include "octave-config.h"
50 const std::string& pfx =
"",
51 bool pr_orig_txt =
true)
52 : m_os (os_arg), m_prefix (pfx), m_nesting (),
53 m_print_original_text (pr_orig_txt),
54 m_curr_print_indent_level (0), m_beginning_of_line (true),
55 m_suppress_newlines (0)
169 std::string m_prefix;
171 std::stack<char> m_nesting;
173 bool m_print_original_text;
176 int m_curr_print_indent_level;
179 bool m_beginning_of_line;
182 int m_suppress_newlines;
184 void reset_indent_level () { m_curr_print_indent_level = 0; }
186 void increment_indent_level () { m_curr_print_indent_level += 2; }
188 void decrement_indent_level () { m_curr_print_indent_level -= 2; }
190 void newline (
const char *alt_txt =
", ");
209 OCTAVE_END_NAMESPACE(
octave)
void visit_binary_expression(tree_binary_expression &)
void visit_continue_command(tree_continue_command &)
void visit_switch_case(tree_switch_case &)
void visit_decl_init_list(tree_decl_init_list &)
void visit_constant(tree_constant &)
void visit_postfix_expression(tree_postfix_expression &)
void visit_superclass_ref(tree_superclass_ref &)
void visit_no_op_command(tree_no_op_command &)
void visit_args_block_attribute_list(tree_args_block_attribute_list &)
void visit_while_command(tree_while_command &)
void visit_fcn_handle(tree_fcn_handle &)
void visit_arguments_block(tree_arguments_block &)
~tree_print_code()=default
void visit_switch_command(tree_switch_command &)
void visit_prefix_expression(tree_prefix_expression &)
void visit_octave_user_function_header(octave_user_function &)
void visit_simple_assignment(tree_simple_assignment &)
void visit_decl_command(tree_decl_command &)
void visit_if_clause(tree_if_clause &)
tree_print_code(std::ostream &os_arg, const std::string &pfx="", bool pr_orig_txt=true)
void visit_index_expression(tree_index_expression &)
void print_fcn_handle_body(tree_expression *)
void visit_statement(tree_statement &)
void visit_break_command(tree_break_command &)
void visit_return_command(tree_return_command &)
void visit_if_command(tree_if_command &)
void visit_unwind_protect_command(tree_unwind_protect_command &)
void visit_identifier(tree_identifier &)
void visit_complex_for_command(tree_complex_for_command &)
void visit_multi_assignment(tree_multi_assignment &)
void visit_matrix(tree_matrix &)
void visit_if_command_list(tree_if_command_list &)
void visit_try_catch_command(tree_try_catch_command &)
void visit_do_until_command(tree_do_until_command &)
void visit_arg_validation(tree_arg_validation &)
void visit_octave_user_function(octave_user_function &)
void visit_parameter_list(tree_parameter_list &)
void visit_statement_list(tree_statement_list &)
void visit_spmd_command(tree_spmd_command &)
void visit_decl_elt(tree_decl_elt &)
void visit_args_block_validation_list(tree_args_block_validation_list &)
void visit_arg_size_spec(tree_arg_size_spec &)
void visit_simple_for_command(tree_simple_for_command &)
void visit_anon_fcn_handle(tree_anon_fcn_handle &)
void visit_argument_list(tree_argument_list &)
void visit_colon_expression(tree_colon_expression &)
void visit_octave_user_script(octave_user_script &)
void visit_arg_validation_fcns(tree_arg_validation_fcns &)
void visit_cell(tree_cell &)
void visit_octave_user_function_trailer(octave_user_function &)
void visit_metaclass_query(tree_metaclass_query &)
void visit_function_def(tree_function_def &)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn