Public Member Functions | Protected Attributes | Private Member Functions | Private Attributes

tree_colon_expression Class Reference

#include "pt-colon.h"

Inheritance diagram for tree_colon_expression:
Inheritance graph
[legend]
Collaboration diagram for tree_colon_expression:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 tree_colon_expression (int l=-1, int c=-1)
 tree_colon_expression (tree_expression *e, int l=-1, int c=-1)
 tree_colon_expression (tree_expression *bas, tree_expression *lim, tree_expression *inc, int l=-1, int c=-1)
 ~tree_colon_expression (void)
void accept (tree_walker &tw)
tree_colon_expressionappend (tree_expression *t)
tree_expressionbase (void)
int column (void) const
void column (int c)
virtual void copy_base (const tree_expression &e)
virtual void delete_breakpoint (void)
tree_expressiondup (symbol_table::scope_id scope, symbol_table::context_id context) const
void eval_error (const std::string &s) const
bool has_magic_end (void) const
tree_expressionincrement (void)
virtual bool is_assignment_expression (void) const
virtual bool is_binary_expression (void) const
virtual bool is_boolean_expression (void) const
bool is_breakpoint (void) const
virtual bool is_constant (void) const
virtual bool is_identifier (void) const
virtual bool is_index_expression (void) const
virtual bool is_logically_true (const char *)
virtual bool is_matrix_constant (void) const
bool is_postfix_indexed (void) const
virtual bool is_prefix_expression (void) const
virtual bool is_unary_expression (void) const
tree_expressionlimit (void)
void line (int l)
int line (void) const
virtual octave_lvalue lvalue (void)
virtual bool lvalue_ok (void) const
virtual void mark_braindead_shortcircuit (const std::string &)
tree_expressionmark_in_parens (void)
tree_expressionmark_postfix_indexed (void)
virtual std::string name (void) const
virtual std::string oper (void) const
virtual std::string original_text (void) const
int paren_count (void) const
void preserve_base (void)
bool print_result (void) const
virtual octave_value_list rvalue (int nargout, const std::list< octave_lvalue > *lvalue_list)
octave_value_list rvalue (int nargout)
octave_value rvalue1 (int nargout=1)
bool rvalue_ok (void) const
virtual void set_breakpoint (void)
tree_expressionset_print_flag (bool print)
std::string str_print_code (void)

Protected Attributes

int num_parens
bool postfix_indexed
bool print_flag

Private Member Functions

 tree_colon_expression (const tree_colon_expression &)
octave_value make_range (const octave_value &ov_base, const octave_value &ov_limit, const octave_value &ov_increment) const
octave_value make_range (const Matrix &m_base, const Matrix &m_limit, const Matrix &m_increment, bool result_is_str, bool dq_str) const
tree_colon_expressionoperator= (const tree_colon_expression &)

Private Attributes

tree_expressionop_base
tree_expressionop_increment
tree_expressionop_limit
bool save_base

Detailed Description

Definition at line 39 of file pt-colon.h.


Constructor & Destructor Documentation

tree_colon_expression::tree_colon_expression ( int  l = -1,
int  c = -1 
) [inline]

Definition at line 44 of file pt-colon.h.

Referenced by dup().

tree_colon_expression::tree_colon_expression ( tree_expression e,
int  l = -1,
int  c = -1 
) [inline]

Definition at line 48 of file pt-colon.h.

tree_colon_expression::tree_colon_expression ( tree_expression bas,
tree_expression lim,
tree_expression inc,
int  l = -1,
int  c = -1 
) [inline]

Definition at line 52 of file pt-colon.h.

tree_colon_expression::~tree_colon_expression ( void   )  [inline]

Definition at line 57 of file pt-colon.h.

tree_colon_expression::tree_colon_expression ( const tree_colon_expression  )  [private]

Member Function Documentation

void tree_colon_expression::accept ( tree_walker tw  )  [virtual]

Implements tree.

Definition at line 282 of file pt-colon.cc.

References tree_walker::visit_colon_expression().

tree_colon_expression * tree_colon_expression::append ( tree_expression t  ) 

Definition at line 38 of file pt-colon.cc.

References error(), op_base, op_increment, and op_limit.

tree_expression* tree_colon_expression::base ( void   )  [inline]
void tree::column ( int  c  )  [inline, inherited]

Definition at line 51 of file pt.h.

int tree_colon_expression::column ( void   )  const [virtual]

Reimplemented from tree.

Definition at line 258 of file pt-colon.cc.

References tree::column(), op_base, op_increment, and op_limit.

Referenced by dup().

virtual void tree_expression::copy_base ( const tree_expression e  )  [inline, virtual, inherited]
virtual void tree::delete_breakpoint ( void   )  [inline, virtual, inherited]

Definition at line 55 of file pt.h.

Referenced by tree_statement::delete_breakpoint(), and tree_breakpoint::take_action().

tree_expression * tree_colon_expression::dup ( symbol_table::scope_id  scope,
symbol_table::context_id  context 
) const [virtual]
void tree_colon_expression::eval_error ( const std::string &  s  )  const

Definition at line 243 of file pt-colon.cc.

References error().

Referenced by make_range(), and rvalue1().

bool tree_colon_expression::has_magic_end ( void   )  const [inline, virtual]

Implements tree_expression.

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

tree_expression* tree_colon_expression::increment ( void   )  [inline]
virtual bool tree_expression::is_assignment_expression ( void   )  const [inline, virtual, inherited]

Reimplemented in tree_simple_assignment, and tree_multi_assignment.

Definition at line 61 of file pt-exp.h.

Referenced by tree_evaluator::visit_statement().

virtual bool tree_expression::is_binary_expression ( void   )  const [inline, virtual, inherited]

Reimplemented in tree_binary_expression.

Definition at line 67 of file pt-exp.h.

virtual bool tree_expression::is_boolean_expression ( void   )  const [inline, virtual, inherited]

Reimplemented in tree_boolean_expression.

Definition at line 69 of file pt-exp.h.

bool tree::is_breakpoint ( void   )  const [inline, inherited]
virtual bool tree_expression::is_constant ( void   )  const [inline, virtual, inherited]

Reimplemented in tree_constant.

Definition at line 53 of file pt-exp.h.

Referenced by tree_argument_list::all_elements_are_constant(), and octave_fcn_binder::maybe_binder().

virtual bool tree_expression::is_identifier ( void   )  const [inline, virtual, inherited]
virtual bool tree_expression::is_index_expression ( void   )  const [inline, virtual, inherited]

Reimplemented in tree_index_expression.

Definition at line 59 of file pt-exp.h.

Referenced by octave_fcn_binder::maybe_binder().

bool tree_expression::is_logically_true ( const char warn_for  )  [virtual, inherited]
virtual bool tree_expression::is_matrix_constant ( void   )  const [inline, virtual, inherited]

Definition at line 55 of file pt-exp.h.

bool tree_expression::is_postfix_indexed ( void   )  const [inline, inherited]

Definition at line 88 of file pt-exp.h.

Referenced by tree_identifier::rvalue().

virtual bool tree_expression::is_prefix_expression ( void   )  const [inline, virtual, inherited]

Definition at line 63 of file pt-exp.h.

virtual bool tree_expression::is_unary_expression ( void   )  const [inline, virtual, inherited]

Reimplemented in tree_unary_expression.

Definition at line 65 of file pt-exp.h.

Referenced by strip_not(), and strip_trans_herm().

tree_expression* tree_colon_expression::limit ( void   )  [inline]
int tree_colon_expression::line ( void   )  const [virtual]

Reimplemented from tree.

Definition at line 249 of file pt-colon.cc.

References tree::line(), op_base, op_increment, and op_limit.

Referenced by dup().

void tree::line ( int  l  )  [inline, inherited]

Definition at line 49 of file pt.h.

octave_lvalue tree_expression::lvalue ( void   )  [virtual, inherited]
virtual bool tree_expression::lvalue_ok ( void   )  const [inline, virtual, inherited]
octave_value tree_colon_expression::make_range ( const octave_value ov_base,
const octave_value ov_limit,
const octave_value ov_increment 
) const [private]
octave_value tree_colon_expression::make_range ( const Matrix m_base,
const Matrix m_limit,
const Matrix m_increment,
bool  result_is_str,
bool  dq_str 
) const [private]

Definition at line 84 of file pt-colon.cc.

References octave_value::convert_to_str(), and Array< T >::is_empty().

Referenced by make_range(), and rvalue1().

virtual void tree_expression::mark_braindead_shortcircuit ( const std::string &   )  [inline, virtual, inherited]

Reimplemented in tree_binary_expression.

Definition at line 98 of file pt-exp.h.

tree_expression* tree_expression::mark_in_parens ( void   )  [inline, inherited]

Definition at line 100 of file pt-exp.h.

tree_expression* tree_expression::mark_postfix_indexed ( void   )  [inline, inherited]

Definition at line 106 of file pt-exp.h.

virtual std::string tree_expression::name ( void   )  const [inline, virtual, inherited]
virtual std::string tree_expression::oper ( void   )  const [inline, virtual, inherited]
tree_colon_expression& tree_colon_expression::operator= ( const tree_colon_expression  )  [private]
std::string tree_expression::original_text ( void   )  const [virtual, inherited]

Reimplemented in tree_constant.

Definition at line 85 of file pt-exp.cc.

int tree_expression::paren_count ( void   )  const [inline, inherited]
void tree_colon_expression::preserve_base ( void   )  [inline]

Definition at line 73 of file pt-colon.h.

bool tree_expression::print_result ( void   )  const [inline, inherited]
octave_value_list tree_colon_expression::rvalue ( int  nargout  )  [virtual]

Reimplemented from tree_expression.

Definition at line 71 of file pt-colon.cc.

References error(), and rvalue1().

octave_value_list tree_expression::rvalue ( int  nargout,
const std::list< octave_lvalue > *  lvalue_list 
) [virtual, inherited]

Reimplemented in tree_index_expression.

Definition at line 72 of file pt-exp.cc.

References tree_expression::rvalue().

octave_value tree_colon_expression::rvalue1 ( int  nargout = 1  )  [virtual]
bool tree_colon_expression::rvalue_ok ( void   )  const [inline, virtual]

Reimplemented from tree_expression.

Definition at line 77 of file pt-colon.h.

virtual void tree::set_breakpoint ( void   )  [inline, virtual, inherited]

Definition at line 53 of file pt.h.

Referenced by tree_statement::set_breakpoint(), and tree_breakpoint::take_action().

tree_expression* tree_expression::set_print_flag ( bool  print  )  [inline, inherited]

Definition at line 112 of file pt-exp.h.

Referenced by tree_statement::set_print_flag(), and tree_evaluator::visit_statement().

std::string tree::str_print_code ( void   )  [inherited]

Definition at line 39 of file pt.cc.

References tree::accept().

Referenced by tree_argument_list::get_arg_names().


Member Data Documentation

int tree_expression::num_parens [protected, inherited]

Definition at line 133 of file pt-exp.h.

Referenced by tree_expression::copy_base().

Definition at line 102 of file pt-colon.h.

Referenced by append(), column(), dup(), line(), and rvalue1().

Definition at line 104 of file pt-colon.h.

Referenced by append(), column(), dup(), line(), and rvalue1().

Definition at line 103 of file pt-colon.h.

Referenced by append(), column(), dup(), line(), and rvalue1().

bool tree_expression::postfix_indexed [protected, inherited]

Definition at line 137 of file pt-exp.h.

Referenced by tree_expression::copy_base().

bool tree_expression::print_flag [protected, inherited]

Definition at line 140 of file pt-exp.h.

Referenced by tree_expression::copy_base().

Definition at line 106 of file pt-colon.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines