26 #if ! defined (octave_pt_assign_h)
27 #define octave_pt_assign_h 1
29 #include "octave-config.h"
56 m_preserve (plhs), m_ans_assign (), m_etype (t)
60 bool plhs =
false,
int l = -1,
int c = -1,
71 std::string
oper ()
const;
128 bool plhs =
false,
int l = -1,
int c = -1);
138 std::string
oper ()
const;
177 OCTAVE_END_NAMESPACE(
octave)
octave_idx_type length() const
tree_multi_assignment(bool plhs=false, int l=-1, int c=-1)
tree_argument_list * left_hand_side()
void accept(tree_walker &tw)
bool is_assignment_expression() const
octave_value evaluate(tree_evaluator &tw, int nargout=1)
octave_value::assign_op op_type() const
tree_expression * dup(symbol_scope &scope) const
octave_value_list evaluate_n(tree_evaluator &tw, int nargout=1)
tree_expression * right_hand_side()
tree_simple_assignment(bool plhs=false, int l=-1, int c=-1, octave_value::assign_op t=octave_value::op_asn_eq)
~tree_simple_assignment()
bool is_assignment_expression() const
tree_expression * left_hand_side()
void accept(tree_walker &tw)
octave_value evaluate(tree_evaluator &tw, int nargout=1)
octave_value_list evaluate_n(tree_evaluator &tw, int nargout=1)
tree_expression * dup(symbol_scope &scope) const
octave_value::assign_op op_type() const
tree_expression * right_hand_side()
virtual void visit_multi_assignment(tree_multi_assignment &)
virtual void visit_simple_assignment(tree_simple_assignment &)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
return octave_value(v1.char_array_value() . concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string()) ? '\'' :'"'))
octave_value_list ovl(const OV_Args &... args)
Construct an octave_value_list with less typing.