26 #if defined (HAVE_CONFIG_H)
44 m_limit ? m_limit->
dup (scope) :
nullptr,
45 m_increment ? m_increment->
dup (scope)
59 if (! m_base || ! m_limit)
69 ov_increment = m_increment->
evaluate (tw);
81 OCTAVE_END_NAMESPACE(
octave)
octave_value evaluate(tree_evaluator &, int nargout=1)
tree_colon_expression(int l=-1, int c=-1)
tree_expression * dup(symbol_scope &scope) const
virtual octave_value evaluate(tree_evaluator &tw, int nargout=1)=0
virtual tree_expression * dup(symbol_scope &scope) const =0
bool is_for_cmd_expr() const
virtual void copy_base(const tree_expression &e)
virtual int column() const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
octave_value colon_op(const octave_value &base, const octave_value &increment, const octave_value &limit, bool is_for_cmd_expr=false)