26 #if ! defined (octave_pt_binop_h)
27 #define octave_pt_binop_h 1
29 #include "octave-config.h"
58 int l = -1,
int c = -1,
92 std::string
oper (
void)
const;
174 std::string
oper (
void)
const;
tree_binary_expression(tree_expression *a, tree_expression *b, int l=-1, int c=-1, octave_value::binary_op t=octave_value::unknown_binary_op)
bool m_braindead_shortcircuit_warning_issued
bool m_eligible_for_braindead_shortcircuit
bool is_binary_expression(void) const
tree_binary_expression & operator=(const tree_binary_expression &)=delete
void matlab_style_short_circuit_warning(const char *op)
octave_value evaluate(tree_evaluator &, int nargout=1)
void mark_braindead_shortcircuit(void)
tree_expression * lhs(void)
void accept(tree_walker &tw)
octave_value::binary_op op_type(void) const
tree_binary_expression(const tree_binary_expression &)=delete
octave_value_list evaluate_n(tree_evaluator &tw, int nargout=1)
~tree_binary_expression(void)
bool rvalue_ok(void) const
octave_value::binary_op m_etype
tree_binary_expression(int l=-1, int c=-1, octave_value::binary_op t=octave_value::unknown_binary_op)
std::string profiler_name(void) const
tree_expression * rhs(void)
tree_expression * dup(symbol_scope &scope) const
std::string oper(void) const
bool is_eligible_for_braindead_shortcircuit(void) const
tree_boolean_expression(tree_expression *a, tree_expression *b, int l=-1, int c=-1, type t=unknown)
tree_boolean_expression & operator=(const tree_boolean_expression &)=delete
bool is_boolean_expression(void) const
~tree_boolean_expression(void)=default
std::string oper(void) const
octave_value_list evaluate_n(tree_evaluator &tw, int nargout=1)
tree_expression * dup(symbol_scope &scope) const
void accept(tree_walker &tw)
tree_boolean_expression(const tree_boolean_expression &)=delete
tree_boolean_expression(int l=-1, int c=-1, type t=unknown)
bool rvalue_ok(void) const
octave_value evaluate(tree_evaluator &, int nargout=1)
virtual void mark_braindead_shortcircuit(void)
virtual void visit_binary_expression(tree_binary_expression &)
virtual void visit_boolean_expression(tree_boolean_expression &)
octave_value_list ovl(const OV_Args &... args)
Construct an octave_value_list with less typing.