|
| | tree_compound_binary_expression (tree_expression *a, const token &op_tok, tree_expression *b, octave_value::binary_op t, tree_expression *ca, tree_expression *cb, octave_value::compound_binary_op ct) |
| |
| | ~tree_compound_binary_expression ()=default |
| |
| void | accept (tree_walker &tw) |
| |
| tree_expression * | clhs () |
| |
| octave_value::compound_binary_op | cop_type () const |
| |
| tree_expression * | crhs () |
| |
| octave_value | evaluate (tree_evaluator &, int nargout=1) |
| |
| octave_value_list | evaluate_n (tree_evaluator &tw, int nargout=1) |
| |
| bool | rvalue_ok () const |
| |
| | tree_binary_expression (octave_value::binary_op t=octave_value::unknown_binary_op) |
| |
| | tree_binary_expression (tree_expression *a, const token &op_tok, tree_expression *b, octave_value::binary_op t=octave_value::unknown_binary_op) |
| |
| | ~tree_binary_expression () |
| |
| filepos | beg_pos () const |
| |
| tree_expression * | dup (symbol_scope &scope) const |
| |
| filepos | end_pos () const |
| |
| bool | is_binary_expression () const |
| |
| virtual bool | is_braindead () const |
| |
| tree_expression * | lhs () |
| |
| void | lhs (tree_expression *expr) |
| |
| void | matlab_style_short_circuit_warning (const char *op) |
| |
| octave_value::binary_op | op_type () const |
| |
| std::string | oper () const |
| |
| token | operator_token () const |
| |
| void | preserve_operands () |
| |
| std::string | profiler_name () const |
| |
| tree_expression * | rhs () |
| |
| void | rhs (tree_expression *expr) |
| |
| | tree_expression () |
| |
| virtual | ~tree_expression ()=default |
| |
| virtual void | copy_base (const tree_expression &e) |
| |
| size_t | delim_count () const |
| |
| virtual bool | is_assignment_expression () const |
| |
| virtual bool | is_boolean_expression () const |
| |
| virtual bool | is_colon_expression () const |
| |
| virtual bool | is_constant () const |
| |
| bool | is_for_cmd_expr () const |
| |
| virtual bool | is_identifier () const |
| |
| virtual bool | is_index_expression () const |
| |
| virtual bool | is_matrix () const |
| |
| bool | is_postfix_indexed () const |
| |
| virtual bool | is_prefix_expression () const |
| |
| virtual bool | is_unary_expression () const |
| |
| virtual bool | iscell () const |
| |
| virtual octave_lvalue | lvalue (tree_evaluator &) |
| |
| virtual bool | lvalue_ok () const |
| |
| void | mark_as_for_cmd_expr () |
| |
| tree_expression * | mark_in_delims (const token &open_delim, const token &close_delim) |
| |
| virtual std::string | name () const |
| |
| virtual std::string | original_text () const |
| |
| char | postfix_index () const |
| |
| bool | print_result () const |
| |
| tree_expression * | set_postfix_index (char type) |
| |
| tree_expression * | set_print_flag (bool print) |
| |
| | tree () |
| |
| virtual | ~tree ()=default |
| |
| const std::string | bp_cond () const |
| |
| virtual int | column () const |
| |
| virtual void | delete_breakpoint () |
| |
| bool | is_active_breakpoint (tree_evaluator &tw) const |
| |
| bool | is_breakpoint () const |
| |
| virtual comment_list | leading_comments () const |
| |
| virtual int | line () const |
| |
| bool | meets_bp_condition (tree_evaluator &tw) const |
| |
| virtual void | set_breakpoint (const std::string &condition) |
| |
| std::string | str_print_code () |
| |
Definition at line 44 of file pt-cbinop.h.