GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
tree_cell Class Reference

#include "pt-cell.h"

Inheritance diagram for tree_cell:
tree_array_list tree_expression base_list< tree_argument_list * > tree

Public Member Functions

 tree_cell (tree_argument_list *row=nullptr, int l=-1, int c=-1)
 
 ~tree_cell ()=default
 
void accept (tree_walker &tw)
 
tree_expressiondup (symbol_scope &scope) const
 
octave_value evaluate (tree_evaluator &, int nargout=1)
 
octave_value_list evaluate_n (tree_evaluator &tw, int nargout=1)
 
bool iscell () const
 
bool rvalue_ok () const
 
- Public Member Functions inherited from tree_array_list
 ~tree_array_list ()
 
bool all_elements_are_constant () const
 
void copy_base (const tree_array_list &array_list)
 
void copy_base (const tree_array_list &array_list, symbol_scope &scope)
 
virtual void copy_base (const tree_expression &e)
 
- Public Member Functions inherited from tree_expression
 tree_expression (int l=-1, int c=-1)
 
virtual ~tree_expression ()=default
 
virtual void copy_base (const tree_expression &e)
 
virtual bool is_assignment_expression () const
 
virtual bool is_binary_expression () const
 
virtual bool is_boolean_expression () const
 
virtual bool is_colon_expression () const
 
virtual bool is_constant () const
 
bool is_for_cmd_expr () const
 
virtual bool is_identifier () const
 
virtual bool is_index_expression () const
 
virtual bool is_matrix () const
 
bool is_postfix_indexed () const
 
virtual bool is_prefix_expression () const
 
virtual bool is_unary_expression () const
 
virtual octave_lvalue lvalue (tree_evaluator &)
 
virtual bool lvalue_ok () const
 
void mark_as_for_cmd_expr ()
 
tree_expressionmark_in_parens ()
 
virtual std::string name () const
 
virtual std::string oper () const
 
virtual std::string original_text () const
 
int paren_count () const
 
char postfix_index () const
 
bool print_result () const
 
tree_expressionset_postfix_index (char type)
 
tree_expressionset_print_flag (bool print)
 
- Public Member Functions inherited from tree
 tree (int l=-1, int c=-1)
 
virtual ~tree ()=default
 
const std::string bp_cond () const
 
virtual int column () const
 
void column (int c)
 
virtual void delete_breakpoint ()
 
bool is_active_breakpoint (tree_evaluator &tw) const
 
bool is_breakpoint () const
 
virtual int line () const
 
void line (int l)
 
bool meets_bp_condition (tree_evaluator &tw) const
 
virtual void set_breakpoint (const std::string &condition)
 
void set_location (int l, int c)
 
std::string str_print_code ()
 
- Public Member Functions inherited from base_list< tree_argument_list * >
 base_list ()=default
 
 base_list (const base_list &bl)=default
 
 base_list (const std::list< tree_argument_list * > &l)
 
virtual ~base_list ()=default
 
void append (const tree_argument_list * &s)
 
tree_argument_list * & back ()
 
const tree_argument_list * & back () const
 
iterator begin ()
 
const_iterator begin () const
 
void clear ()
 
bool empty () const
 
iterator end ()
 
const_iterator end () const
 
iterator erase (iterator pos)
 
tree_argument_list * & front ()
 
const tree_argument_list * & front () const
 
std::size_t length () const
 
base_listoperator= (const base_list &bl)=default
 
void pop_back ()
 
void pop_front ()
 
void push_back (const tree_argument_list * &s)
 
void push_front (const tree_argument_list * &s)
 
reverse_iterator rbegin ()
 
const_reverse_iterator rbegin () const
 
void remove_if (P pred)
 
reverse_iterator rend ()
 
const_reverse_iterator rend () const
 
std::size_t size () const
 

Additional Inherited Members

- Public Types inherited from tree_array_list
typedef base_list< tree_argument_list * >::const_iterator const_iterator
 
typedef base_list< tree_argument_list * >::iterator iterator
 
- Public Types inherited from base_list< tree_argument_list * >
typedef std::list< tree_argument_list * >::const_iterator const_iterator
 
typedef std::list< tree_argument_list * >::const_reverse_iterator const_reverse_iterator
 
typedef std::list< tree_argument_list * >::iterator iterator
 
typedef std::list< tree_argument_list * >::reverse_iterator reverse_iterator
 
- Protected Member Functions inherited from tree_array_list
 tree_array_list (tree_argument_list *row=nullptr, int l=-1, int c=-1)
 
- Protected Attributes inherited from tree_expression
bool m_for_cmd_expr
 
int m_num_parens
 
char m_postfix_index_type
 
bool m_print_flag
 
- Protected Attributes inherited from base_list< tree_argument_list * >
std::list< tree_argument_list * > m_lst
 

Detailed Description

Definition at line 46 of file pt-cell.h.

Constructor & Destructor Documentation

◆ tree_cell()

tree_cell::tree_cell ( tree_argument_list row = nullptr,
int  l = -1,
int  c = -1 
)
inline

Definition at line 50 of file pt-cell.h.

Referenced by dup().

◆ ~tree_cell()

tree_cell::~tree_cell ( )
default

Member Function Documentation

◆ accept()

void tree_cell::accept ( tree_walker tw)
inlinevirtual

Reimplemented from tree_array_list.

Definition at line 71 of file pt-cell.h.

References tree_walker::visit_cell().

◆ dup()

tree_expression * tree_cell::dup ( symbol_scope scope) const
virtual

Reimplemented from tree_array_list.

Definition at line 42 of file pt-cell.cc.

References tree_cell(), tree::column(), and tree_array_list::copy_base().

◆ evaluate()

◆ evaluate_n()

octave_value_list tree_cell::evaluate_n ( tree_evaluator tw,
int  nargout = 1 
)
inlinevirtual

Implements tree_expression.

Definition at line 66 of file pt-cell.h.

References evaluate(), and ovl().

◆ iscell()

bool tree_cell::iscell ( void  ) const
inlinevirtual

Reimplemented from tree_expression.

Definition at line 58 of file pt-cell.h.

◆ rvalue_ok()

bool tree_cell::rvalue_ok ( ) const
inlinevirtual

Reimplemented from tree_expression.

Definition at line 60 of file pt-cell.h.


The documentation for this class was generated from the following files: