26 #if ! defined (octave_pt_unop_h)
27 #define octave_pt_unop_h 1
29 #include "octave-config.h"
70 std::string
oper ()
const;
157 OCTAVE_END_NAMESPACE(
octave)
octave_value evaluate(tree_evaluator &, int nargout=1)
tree_expression * dup(symbol_scope &scope) const
tree_postfix_expression(tree_expression *e, int l=-1, int c=-1, octave_value::unary_op t=octave_value::unknown_unary_op)
~tree_postfix_expression()=default
tree_postfix_expression(int l=-1, int c=-1)
void accept(tree_walker &tw)
std::string profiler_name() const
octave_value_list evaluate_n(tree_evaluator &tw, int nargout=1)
std::string profiler_name() const
tree_expression * dup(symbol_scope &scope) const
octave_value evaluate(tree_evaluator &, int nargout=1)
void accept(tree_walker &tw)
octave_value_list evaluate_n(tree_evaluator &tw, int nargout=1)
tree_prefix_expression(int l=-1, int c=-1)
tree_prefix_expression(tree_expression *e, int l=-1, int c=-1, octave_value::unary_op t=octave_value::unknown_unary_op)
~tree_prefix_expression()=default
octave_value::unary_op m_etype
tree_unary_expression(tree_expression *e, int l=-1, int c=-1, octave_value::unary_op t=octave_value::unknown_unary_op)
tree_expression * operand()
octave_value::unary_op op_type() const
bool is_unary_expression() const
tree_unary_expression(int l=-1, int c=-1, octave_value::unary_op t=octave_value::unknown_unary_op)
virtual void visit_postfix_expression(tree_postfix_expression &)
virtual void visit_prefix_expression(tree_prefix_expression &)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
octave_value_list ovl(const OV_Args &... args)
Construct an octave_value_list with less typing.