#include "pt-binop.h"
Additional Inherited Members | |
Protected Attributes inherited from tree_binary_expression | |
tree_expression * | m_lhs |
tree_expression * | m_rhs |
Protected Attributes inherited from tree_expression | |
bool | m_for_cmd_expr |
int | m_num_parens |
char | m_postfix_index_type |
bool | m_print_flag |
Definition at line 126 of file pt-binop.h.
|
inline |
Definition at line 131 of file pt-binop.h.
Referenced by dup().
|
default |
|
virtual |
Reimplemented from tree_binary_expression.
Definition at line 106 of file pt-binop.cc.
References tree_braindead_shortcircuit_binary_expression(), tree::column(), tree_expression::copy_base(), tree_expression::dup(), tree_binary_expression::m_lhs, tree_binary_expression::m_rhs, and tree_binary_expression::op_type().
|
virtual |
Reimplemented from tree_binary_expression.
Definition at line 120 of file pt-binop.cc.
References octave_value::columns(), tree_binary_expression::evaluate(), tree_expression::evaluate(), octave_value::is_true(), tree_binary_expression::m_lhs, tree_binary_expression::m_rhs, tree_binary_expression::matlab_style_short_circuit_warning(), octave_value::ndims(), octave_value(), octave_value::op_el_and, octave_value::op_el_or, tree_binary_expression::op_type(), and octave_value::rows().
|
inline |
Definition at line 96 of file pt-binop.h.
|
inlinevirtual |
Reimplemented from tree_binary_expression.
Definition at line 148 of file pt-binop.h.