#include "pt-const.h"
Public Member Functions | |
tree_constant (int l=-1, int c=-1) | |
tree_constant (const octave_value &v, int l=-1, int c=-1) | |
tree_constant (const octave_value &v, const std::string &ot, int l=-1, int c=-1) | |
~tree_constant (void) | |
void | accept (tree_walker &tw) |
virtual int | column (void) const |
void | column (int c) |
virtual void | copy_base (const tree_expression &e) |
virtual void | delete_breakpoint (void) |
tree_expression * | dup (symbol_table::scope_id scope, symbol_table::context_id context) const |
bool | has_magic_end (void) const |
virtual bool | is_assignment_expression (void) const |
virtual bool | is_binary_expression (void) const |
virtual bool | is_boolean_expression (void) const |
bool | is_breakpoint (void) const |
bool | is_constant (void) const |
virtual bool | is_identifier (void) const |
virtual bool | is_index_expression (void) const |
virtual bool | is_logically_true (const char *) |
virtual bool | is_matrix_constant (void) const |
bool | is_postfix_indexed (void) const |
virtual bool | is_prefix_expression (void) const |
virtual bool | is_unary_expression (void) const |
void | line (int l) |
virtual int | line (void) const |
virtual octave_lvalue | lvalue (void) |
virtual bool | lvalue_ok (void) const |
virtual void | mark_braindead_shortcircuit (const std::string &) |
tree_expression * | mark_in_parens (void) |
tree_expression * | mark_postfix_indexed (void) |
void | maybe_mutate (void) |
virtual std::string | name (void) const |
virtual std::string | oper (void) const |
std::string | original_text (void) const |
int | paren_count (void) const |
void | print (std::ostream &os, bool pr_as_read_syntax=false, bool pr_orig_txt=true) |
void | print_raw (std::ostream &os, bool pr_as_read_syntax=false, bool pr_orig_txt=true) |
bool | print_result (void) const |
octave_value_list | rvalue (int nargout) |
virtual octave_value_list | rvalue (int nargout, const std::list< octave_lvalue > *lvalue_list) |
octave_value | rvalue1 (int=1) |
bool | rvalue_ok (void) const |
virtual void | set_breakpoint (void) |
tree_expression * | set_print_flag (bool print) |
void | stash_original_text (const std::string &s) |
std::string | str_print_code (void) |
Protected Attributes | |
int | num_parens |
bool | postfix_indexed |
bool | print_flag |
Private Member Functions | |
tree_constant (const tree_constant &) | |
tree_constant & | operator= (const tree_constant &) |
Private Attributes | |
std::string | orig_text |
octave_value | val |
Definition at line 39 of file pt-const.h.
Definition at line 44 of file pt-const.h.
Referenced by dup().
tree_constant::tree_constant | ( | const octave_value & | v, | |
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
Definition at line 47 of file pt-const.h.
tree_constant::tree_constant | ( | const octave_value & | v, | |
const std::string & | ot, | |||
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
Definition at line 50 of file pt-const.h.
tree_constant::~tree_constant | ( | void | ) | [inline] |
Definition at line 54 of file pt-const.h.
tree_constant::tree_constant | ( | const tree_constant & | ) | [private] |
void tree_constant::accept | ( | tree_walker & | tw | ) | [virtual] |
Implements tree.
Definition at line 84 of file pt-const.cc.
References tree_walker::visit_constant().
virtual int tree::column | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in tree_colon_expression.
Definition at line 47 of file pt.h.
Referenced by tree_statement::column(), tree_colon_expression::column(), tree_postfix_expression::dup(), tree_prefix_expression::dup(), tree_switch_command::dup(), tree_if_command::dup(), tree_matrix::dup(), tree_complex_for_command::dup(), tree_simple_for_command::dup(), tree_do_until_command::dup(), tree_while_command::dup(), tree_return_command::dup(), tree_continue_command::dup(), tree_break_command::dup(), tree_index_expression::dup(), tree_identifier::dup(), tree_anon_fcn_handle::dup(), tree_fcn_handle::dup(), tree_unwind_protect_command::dup(), tree_try_catch_command::dup(), tree_static_command::dup(), tree_global_command::dup(), dup(), tree_function_def::dup(), tree_no_op_command::dup(), tree_cell::dup(), tree_boolean_expression::dup(), tree_binary_expression::dup(), tree_identifier::eval_undefined_error(), tree_anon_fcn_handle::rvalue1(), tree_evaluator::visit_simple_for_command(), and tree_evaluator::visit_switch_command().
virtual void tree_expression::copy_base | ( | const tree_expression & | e | ) | [inline, virtual, inherited] |
Definition at line 118 of file pt-exp.h.
References tree_expression::num_parens, tree_expression::postfix_indexed, and tree_expression::print_flag.
Referenced by tree_postfix_expression::dup(), tree_prefix_expression::dup(), tree_matrix::dup(), tree_index_expression::dup(), tree_identifier::dup(), tree_anon_fcn_handle::dup(), tree_fcn_handle::dup(), dup(), tree_colon_expression::dup(), tree_cell::dup(), tree_boolean_expression::dup(), tree_binary_expression::dup(), tree_multi_assignment::dup(), and tree_simple_assignment::dup().
virtual void tree::delete_breakpoint | ( | void | ) | [inline, virtual, inherited] |
Definition at line 55 of file pt.h.
Referenced by tree_statement::delete_breakpoint(), and tree_breakpoint::take_action().
tree_expression * tree_constant::dup | ( | symbol_table::scope_id | scope, | |
symbol_table::context_id | context | |||
) | const [virtual] |
Implements tree_expression.
Definition at line 72 of file pt-const.cc.
References tree::column(), tree_expression::copy_base(), tree::line(), orig_text, tree_constant(), and val.
bool tree_constant::has_magic_end | ( | void | ) | const [inline, virtual] |
Implements tree_expression.
Definition at line 56 of file pt-const.h.
virtual bool tree_expression::is_assignment_expression | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in tree_simple_assignment, and tree_multi_assignment.
Definition at line 61 of file pt-exp.h.
Referenced by tree_evaluator::visit_statement().
virtual bool tree_expression::is_binary_expression | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in tree_binary_expression.
virtual bool tree_expression::is_boolean_expression | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in tree_boolean_expression.
bool tree::is_breakpoint | ( | void | ) | const [inline, inherited] |
Definition at line 57 of file pt.h.
Referenced by tree_statement::is_breakpoint(), tree_breakpoint::take_action(), tree_evaluator::visit_break_command(), tree_evaluator::visit_complex_for_command(), tree_evaluator::visit_continue_command(), tree_evaluator::visit_do_until_command(), tree_evaluator::visit_global_command(), tree_evaluator::visit_if_command(), tree_evaluator::visit_if_command_list(), tree_evaluator::visit_no_op_command(), tree_evaluator::visit_return_command(), tree_evaluator::visit_simple_for_command(), tree_evaluator::visit_statement(), tree_evaluator::visit_static_command(), tree_evaluator::visit_switch_command(), and tree_evaluator::visit_while_command().
bool tree_constant::is_constant | ( | void | ) | const [inline, virtual] |
Reimplemented from tree_expression.
Definition at line 60 of file pt-const.h.
virtual bool tree_expression::is_identifier | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in tree_identifier.
Definition at line 57 of file pt-exp.h.
Referenced by tree_argument_list::append(), octave_fcn_binder::maybe_binder(), tree_index_expression::rvalue(), and tree_evaluator::visit_statement().
virtual bool tree_expression::is_index_expression | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in tree_index_expression.
Definition at line 59 of file pt-exp.h.
Referenced by octave_fcn_binder::maybe_binder().
Definition at line 39 of file pt-exp.cc.
References error(), error_state, octave_value::is_defined(), octave_value::is_true(), and tree_expression::rvalue1().
Referenced by tree_evaluator::visit_do_until_command(), tree_evaluator::visit_if_command_list(), and tree_evaluator::visit_while_command().
virtual bool tree_expression::is_matrix_constant | ( | void | ) | const [inline, virtual, inherited] |
bool tree_expression::is_postfix_indexed | ( | void | ) | const [inline, inherited] |
Definition at line 88 of file pt-exp.h.
Referenced by tree_identifier::rvalue().
virtual bool tree_expression::is_prefix_expression | ( | void | ) | const [inline, virtual, inherited] |
virtual bool tree_expression::is_unary_expression | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in tree_unary_expression.
Definition at line 65 of file pt-exp.h.
Referenced by strip_not(), and strip_trans_herm().
virtual int tree::line | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in tree_colon_expression.
Definition at line 45 of file pt.h.
Referenced by tree_breakpoint::do_decl_command(), tree_postfix_expression::dup(), tree_prefix_expression::dup(), tree_switch_command::dup(), tree_if_command::dup(), tree_matrix::dup(), tree_complex_for_command::dup(), tree_simple_for_command::dup(), tree_do_until_command::dup(), tree_while_command::dup(), tree_return_command::dup(), tree_continue_command::dup(), tree_break_command::dup(), tree_index_expression::dup(), tree_identifier::dup(), tree_anon_fcn_handle::dup(), tree_fcn_handle::dup(), tree_unwind_protect_command::dup(), tree_try_catch_command::dup(), tree_static_command::dup(), tree_global_command::dup(), dup(), tree_function_def::dup(), tree_no_op_command::dup(), tree_cell::dup(), tree_boolean_expression::dup(), tree_binary_expression::dup(), tree_identifier::eval_undefined_error(), tree_statement::line(), tree_colon_expression::line(), tree_anon_fcn_handle::rvalue1(), tree_breakpoint::take_action(), tree_checker::visit_argument_list(), tree_breakpoint::visit_break_command(), tree_checker::visit_complex_for_command(), tree_breakpoint::visit_complex_for_command(), tree_breakpoint::visit_continue_command(), tree_breakpoint::visit_do_until_command(), tree_breakpoint::visit_if_command(), tree_breakpoint::visit_if_command_list(), tree_breakpoint::visit_no_op_command(), tree_breakpoint::visit_return_command(), tree_checker::visit_simple_assignment(), tree_evaluator::visit_simple_for_command(), tree_checker::visit_simple_for_command(), tree_breakpoint::visit_simple_for_command(), tree_breakpoint::visit_switch_case_list(), tree_evaluator::visit_switch_command(), tree_breakpoint::visit_switch_command(), and tree_breakpoint::visit_while_command().
octave_lvalue tree_expression::lvalue | ( | void | ) | [virtual, inherited] |
Reimplemented in tree_identifier, tree_black_hole, and tree_index_expression.
Definition at line 78 of file pt-exp.cc.
References error().
Referenced by tree_index_expression::lvalue(), tree_argument_list::lvalue_list(), tree_postfix_expression::rvalue1(), tree_prefix_expression::rvalue1(), tree_simple_assignment::rvalue1(), tree_evaluator::visit_complex_for_command(), and tree_evaluator::visit_simple_for_command().
virtual bool tree_expression::lvalue_ok | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in tree_identifier, and tree_index_expression.
Definition at line 73 of file pt-exp.h.
Referenced by tree_checker::visit_argument_list(), tree_checker::visit_simple_assignment(), and tree_checker::visit_simple_for_command().
virtual void tree_expression::mark_braindead_shortcircuit | ( | const std::string & | ) | [inline, virtual, inherited] |
Reimplemented in tree_binary_expression.
tree_expression* tree_expression::mark_in_parens | ( | void | ) | [inline, inherited] |
tree_expression* tree_expression::mark_postfix_indexed | ( | void | ) | [inline, inherited] |
void tree_constant::maybe_mutate | ( | void | ) | [inline] |
Definition at line 62 of file pt-const.h.
virtual std::string tree_expression::name | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in tree_fcn_handle, tree_identifier, tree_black_hole, and tree_index_expression.
Definition at line 94 of file pt-exp.h.
Referenced by tree_index_expression::name(), tree_multi_assignment::rvalue(), and tree_simple_assignment::rvalue1().
virtual std::string tree_expression::oper | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in tree_simple_assignment, tree_multi_assignment, tree_binary_expression, tree_boolean_expression, and tree_unary_expression.
tree_constant& tree_constant::operator= | ( | const tree_constant & | ) | [private] |
std::string tree_constant::original_text | ( | void | ) | const [inline, virtual] |
Reimplemented from tree_expression.
Definition at line 86 of file pt-const.h.
int tree_expression::paren_count | ( | void | ) | const [inline, inherited] |
Definition at line 86 of file pt-exp.h.
Referenced by tree_print_code::print_parens(), and tree_print_code::visit_index_expression().
void tree_constant::print | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false , |
|||
bool | pr_orig_txt = true | |||
) |
Definition at line 40 of file pt-const.cc.
References orig_text, octave_value::print(), and val.
void tree_constant::print_raw | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false , |
|||
bool | pr_orig_txt = true | |||
) |
Definition at line 49 of file pt-const.cc.
References orig_text, octave_value::print_raw(), and val.
Referenced by tree_print_code::visit_constant().
bool tree_expression::print_result | ( | void | ) | const [inline, inherited] |
Definition at line 90 of file pt-exp.h.
Referenced by tree_statement::print_result(), tree_identifier::rvalue(), tree_multi_assignment::rvalue(), tree_simple_assignment::rvalue1(), and tree_evaluator::visit_statement().
octave_value_list tree_expression::rvalue | ( | int | nargout, | |
const std::list< octave_lvalue > * | lvalue_list | |||
) | [virtual, inherited] |
Reimplemented in tree_index_expression.
Definition at line 72 of file pt-exp.cc.
References tree_expression::rvalue().
octave_value_list tree_constant::rvalue | ( | int | nargout | ) | [virtual] |
Reimplemented from tree_expression.
Definition at line 59 of file pt-const.cc.
octave_value tree_constant::rvalue1 | ( | int | = 1 |
) | [inline, virtual] |
Reimplemented from tree_expression.
Definition at line 72 of file pt-const.h.
Referenced by rvalue().
bool tree_constant::rvalue_ok | ( | void | ) | const [inline, virtual] |
Reimplemented from tree_expression.
Definition at line 70 of file pt-const.h.
virtual void tree::set_breakpoint | ( | void | ) | [inline, virtual, inherited] |
Definition at line 53 of file pt.h.
Referenced by tree_statement::set_breakpoint(), and tree_breakpoint::take_action().
tree_expression* tree_expression::set_print_flag | ( | bool | ) | [inline, inherited] |
Definition at line 112 of file pt-exp.h.
Referenced by tree_statement::set_print_flag(), and tree_evaluator::visit_statement().
void tree_constant::stash_original_text | ( | const std::string & | s | ) | [inline] |
Definition at line 84 of file pt-const.h.
std::string tree::str_print_code | ( | void | ) | [inherited] |
Definition at line 39 of file pt.cc.
References tree::accept().
Referenced by tree_argument_list::get_arg_names().
int tree_expression::num_parens [protected, inherited] |
Definition at line 133 of file pt-exp.h.
Referenced by tree_expression::copy_base().
std::string tree_constant::orig_text [private] |
Definition at line 94 of file pt-const.h.
Referenced by dup(), print(), and print_raw().
bool tree_expression::postfix_indexed [protected, inherited] |
Definition at line 137 of file pt-exp.h.
Referenced by tree_expression::copy_base().
bool tree_expression::print_flag [protected, inherited] |
Definition at line 140 of file pt-exp.h.
Referenced by tree_expression::copy_base().
octave_value tree_constant::val [private] |
Definition at line 91 of file pt-const.h.
Referenced by dup(), print(), and print_raw().