GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Attributes | Private Member Functions | Private Attributes | List of all members
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]

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)
 
const std::string bp_cond (void) const
 
void column (int c)
 
int column (void) const
 
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 (bool check_active=false) const
 
virtual bool is_cell (void) const
 
virtual bool is_constant (void) const
 
bool is_for_cmd_expr (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 (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
 
void mark_as_for_cmd_expr (void)
 
virtual void mark_braindead_shortcircuit (void)
 
tree_expressionmark_in_parens (void)
 
bool meets_bp_condition (void) const
 
virtual std::string name (void) const
 
virtual std::string oper (void) const
 
virtual std::string original_text (void) const
 
int paren_count (void) const
 
char postfix_index (void) const
 
void preserve_base (void)
 
bool print_result (void) const
 
octave_value_list rvalue (int nargout)
 
virtual octave_value_list rvalue (int nargout, const std::list< octave_lvalue > *lvalue_list)
 
octave_value rvalue1 (int nargout=1)
 
bool rvalue_ok (void) const
 
virtual void set_breakpoint (const std::string &condition)
 
void set_location (int l, int c)
 
tree_expressionset_postfix_index (char type)
 
tree_expressionset_print_flag (bool print)
 
std::string str_print_code (void)
 

Protected Attributes

bool for_cmd_expr
 
int num_parens
 
char postfix_index_type
 
bool print_flag
 

Private Member Functions

 tree_colon_expression (const tree_colon_expression &)
 
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 41 of file pt-colon.h.

Constructor & Destructor Documentation

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

Definition at line 46 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 50 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 54 of file pt-colon.h.

tree_colon_expression::~tree_colon_expression ( void  )
inline

Definition at line 59 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 169 of file pt-colon.cc.

References tree_walker::visit_colon_expression().

Referenced by octave::base_parser::finish_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, op_limit, retval, and t.

tree_expression* tree_colon_expression::base ( void  )
inline
const std::string tree::bp_cond ( void  ) const
inlineinherited

Definition at line 80 of file pt.h.

References string.

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

void tree::column ( int  c)
inlineinherited

Definition at line 55 of file pt.h.

References c.

int tree_colon_expression::column ( void  ) const
virtual

Reimplemented from tree.

Definition at line 144 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)
inlinevirtualinherited
virtual void tree::delete_breakpoint ( void  )
inlinevirtualinherited

Reimplemented in tree_statement.

Definition at line 71 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 129 of file pt-colon.cc.

References error().

bool tree_colon_expression::has_magic_end ( void  ) const
inlinevirtual

Implements tree_expression.

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

tree_expression* tree_colon_expression::increment ( void  )
inline
virtual bool tree_expression::is_assignment_expression ( void  ) const
inlinevirtualinherited
virtual bool tree_expression::is_binary_expression ( void  ) const
inlinevirtualinherited

Reimplemented in tree_binary_expression.

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

virtual bool tree_expression::is_boolean_expression ( void  ) const
inlinevirtualinherited

Reimplemented in tree_boolean_expression.

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

bool tree::is_breakpoint ( bool  check_active = false) const
inlineinherited
virtual bool tree_expression::is_cell ( void  ) const
inlinevirtualinherited

Reimplemented in tree_cell.

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

virtual bool tree_expression::is_constant ( void  ) const
inlinevirtualinherited
bool tree_expression::is_for_cmd_expr ( void  ) const
inlineinherited

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

Referenced by rvalue1().

virtual bool tree_expression::is_identifier ( void  ) const
inlinevirtualinherited
virtual bool tree_expression::is_index_expression ( void  ) const
inlinevirtualinherited
bool tree_expression::is_logically_true ( const char *  warn_for)
virtualinherited
virtual bool tree_expression::is_matrix ( void  ) const
inlinevirtualinherited
bool tree_expression::is_postfix_indexed ( void  ) const
inlineinherited
virtual bool tree_expression::is_prefix_expression ( void  ) const
inlinevirtualinherited

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

virtual bool tree_expression::is_unary_expression ( void  ) const
inlinevirtualinherited

Reimplemented in tree_unary_expression.

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

Referenced by strip_not(), and strip_trans_herm().

tree_expression* tree_colon_expression::limit ( void  )
inline
void tree::line ( int  l)
inlineinherited

Definition at line 53 of file pt.h.

int tree_colon_expression::line ( void  ) const
virtual

Reimplemented from tree.

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

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

Referenced by dup().

octave_lvalue tree_expression::lvalue ( void  )
virtualinherited
virtual bool tree_expression::lvalue_ok ( void  ) const
inlinevirtualinherited
void tree_expression::mark_as_for_cmd_expr ( void  )
inlineinherited

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

Referenced by octave::base_parser::make_for_command().

virtual void tree_expression::mark_braindead_shortcircuit ( void  )
inlinevirtualinherited

Reimplemented in tree_binary_expression.

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

tree_expression* tree_expression::mark_in_parens ( void  )
inlineinherited

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

bool tree::meets_bp_condition ( void  ) const
inherited
virtual std::string tree_expression::name ( void  ) const
inlinevirtualinherited
virtual std::string tree_expression::oper ( void  ) const
inlinevirtualinherited
tree_colon_expression& tree_colon_expression::operator= ( const tree_colon_expression )
private
std::string tree_expression::original_text ( void  ) const
virtualinherited

Reimplemented in tree_constant.

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

Referenced by tree_funcall::print_raw().

int tree_expression::paren_count ( void  ) const
inlineinherited
char tree_expression::postfix_index ( void  ) const
inlineinherited

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

Referenced by tree_funcall::rvalue(), and tree_identifier::rvalue().

void tree_colon_expression::preserve_base ( void  )
inline

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

Referenced by octave::base_parser::finish_colon_expression().

bool tree_expression::print_result ( void  ) const
inlineinherited
octave_value_list tree_colon_expression::rvalue ( int  nargout)
virtual

Reimplemented from tree_expression.

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

References error(), and rvalue1().

octave_value_list tree_expression::rvalue ( int  nargout,
const std::list< octave_lvalue > *  lvalue_list 
)
virtualinherited

Reimplemented in tree_identifier, and tree_index_expression.

Definition at line 66 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
inlinevirtual

Reimplemented from tree_expression.

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

virtual void tree::set_breakpoint ( const std::string condition)
inlinevirtualinherited

Reimplemented in tree_statement.

Definition at line 63 of file pt.h.

References string.

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

void tree::set_location ( int  l,
int  c 
)
inlineinherited

Definition at line 57 of file pt.h.

References c.

Referenced by tree_statement::set_location().

tree_expression* tree_expression::set_postfix_index ( char  type)
inlineinherited

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

References type.

Referenced by octave::base_parser::make_index_expression(), and octave::base_parser::make_indirect_ref().

tree_expression* tree_expression::set_print_flag ( bool  print)
inlineinherited

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

Referenced by tree_statement::set_print_flag().

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

Definition at line 40 of file pt.cc.

References tree::accept(), retval, and string.

Referenced by jit_info::compile().

Member Data Documentation

bool tree_expression::for_cmd_expr
protectedinherited

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

int tree_expression::num_parens
protectedinherited

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

Referenced by tree_expression::copy_base().

tree_expression* tree_colon_expression::op_base
private

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

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

tree_expression* tree_colon_expression::op_increment
private

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

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

tree_expression* tree_colon_expression::op_limit
private

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

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

char tree_expression::postfix_index_type
protectedinherited

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

Referenced by tree_expression::copy_base().

bool tree_expression::print_flag
protectedinherited

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

Referenced by tree_expression::copy_base().

bool tree_colon_expression::save_base
private

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


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