26 #if defined (HAVE_CONFIG_H)
46 "Matlab-style short-circuit operation performed for operator %s",
169 std::string retval =
"<unknown>";
type_info & get_type_info(void)
static OCTINTERP_API std::string binary_op_as_string(binary_op)
octave_idx_type rows(void) const
bool is_defined(void) const
octave_idx_type columns(void) const
void matlab_style_short_circuit_warning(const char *op)
octave_value::binary_op m_etype
tree_expression * dup(symbol_scope &scope) const
tree_binary_expression(int l=-1, int c=-1, octave_value::binary_op t=octave_value::unknown_binary_op)
std::string oper(void) const
octave_value::binary_op op_type(void) const
octave_value evaluate(tree_evaluator &, int nargout=1)
tree_boolean_expression(int l=-1, int c=-1, type t=unknown)
std::string oper(void) const
tree_expression * dup(symbol_scope &scope) const
octave_value evaluate(tree_evaluator &, int nargout=1)
tree_expression * dup(symbol_scope &scope) const
octave_value evaluate(tree_evaluator &, int nargout=1)
tree_braindead_shortcircuit_binary_expression(tree_expression *a, tree_expression *b, int l, int c, octave_value::binary_op t)
profiler & get_profiler(void)
interpreter & get_interpreter(void)
virtual octave_value evaluate(tree_evaluator &tw, int nargout=1)=0
virtual tree_expression * dup(symbol_scope &scope) const =0
virtual void copy_base(const tree_expression &e)
virtual int column(void) const
virtual int line(void) const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
void warning_with_id(const char *id, const char *fmt,...)
return octave_value(v1.char_array_value() . concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string()) ? '\'' :'"'))
OCTINTERP_API octave_value binary_op(type_info &ti, octave_value::binary_op op, const octave_value &a, const octave_value &b)