#include "pt-cell.h"
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_expression * | dup (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_expression * | mark_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_expression * | set_postfix_index (char type) |
tree_expression * | set_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_list & | operator= (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 |
|
inline |
|
default |
|
inlinevirtual |
Reimplemented from tree_array_list.
Definition at line 71 of file pt-cell.h.
References tree_walker::visit_cell().
|
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().
|
virtual |
Implements tree_expression.
Definition at line 52 of file pt-cell.cc.
References octave_value_list::cell_value(), tree_evaluator::convert_to_const_vector(), error(), octave_value_list::length(), base_list< tree_argument_list * >::length(), tree_evaluator::lvalue_list(), octave_value(), Array< T, Alloc >::resize(), and tree_evaluator::set_lvalue_list().
Referenced by evaluate_n().
|
inlinevirtual |
Implements tree_expression.
Definition at line 66 of file pt-cell.h.
References evaluate(), and ovl().
|
inlinevirtual |
Reimplemented from tree_expression.
|
inlinevirtual |
Reimplemented from tree_expression.