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 | Private Member Functions | Private Attributes | List of all members
tree Class Referenceabstract

#include "pt.h"

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

Public Member Functions

 tree (int l=-1, int c=-1)
 
virtual ~tree (void)
 
virtual void accept (tree_walker &tw)=0
 
const std::string bp_cond (void) const
 
virtual int column (void) const
 
void column (int c)
 
virtual void delete_breakpoint (void)
 
bool is_breakpoint (bool check_active=false) const
 
virtual int line (void) const
 
void line (int l)
 
bool meets_bp_condition (void) const
 
virtual void set_breakpoint (const std::string &condition)
 
void set_location (int l, int c)
 
std::string str_print_code (void)
 

Private Member Functions

 tree (const tree &)
 
treeoperator= (const tree &)
 

Private Attributes

std::stringbp
 
int column_num
 
int line_num
 

Detailed Description

Definition at line 39 of file pt.h.

Constructor & Destructor Documentation

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

Definition at line 44 of file pt.h.

virtual tree::~tree ( void  )
inlinevirtual

Definition at line 47 of file pt.h.

tree::tree ( const tree )
private

Member Function Documentation

virtual void tree::accept ( tree_walker tw)
pure virtual

Implemented in tree_classdef, tree_classdef_enum_block, tree_classdef_events_block, tree_classdef_methods_block, tree_complex_for_command, tree_switch_command, tree_classdef_properties_block, tree_persistent_command, tree_simple_for_command, tree_global_command, tree_switch_case, tree_classdef_element< T >, tree_classdef_element< tree_classdef_property * >, tree_classdef_element< tree_classdef_enum * >, tree_classdef_element< tree_classdef_event * >, tree_classdef_element< octave_value >, tree_do_until_command, tree_postfix_expression, tree_multi_assignment, tree_if_command, tree_anon_fcn_handle, tree_unwind_protect_command, tree_identifier, tree_function_def, tree_prefix_expression, tree_statement, tree_return_command, tree_binary_expression, tree_colon_expression, tree_index_expression, tree_while_command, tree_funcall, tree_constant, tree_simple_assignment, tree_no_op_command, tree_fcn_handle, tree_continue_command, tree_try_catch_command, tree_array_list, tree_if_clause, tree_matrix, tree_cell, and tree_break_command.

Referenced by tree_print_code::print_fcn_handle_body(), str_print_code(), jit_convert::visit(), tree_print_code::visit_argument_list(), tree_checker::visit_binary_expression(), tree_print_code::visit_binary_expression(), tree_checker::visit_colon_expression(), tree_print_code::visit_colon_expression(), tree_checker::visit_complex_for_command(), tree_print_code::visit_complex_for_command(), tree_checker::visit_decl_elt(), tree_print_code::visit_decl_elt(), tree_checker::visit_do_until_command(), tree_print_code::visit_do_until_command(), tree_checker::visit_if_clause(), tree_print_code::visit_if_clause(), tree_checker::visit_index_expression(), tree_print_code::visit_index_expression(), ctor_analyzer::visit_index_expression(), tree_checker::visit_multi_assignment(), tree_print_code::visit_multi_assignment(), ctor_analyzer::visit_multi_assignment(), tree_checker::visit_postfix_expression(), tree_print_code::visit_postfix_expression(), tree_checker::visit_prefix_expression(), tree_print_code::visit_prefix_expression(), tree_checker::visit_simple_assignment(), tree_print_code::visit_simple_assignment(), ctor_analyzer::visit_simple_assignment(), tree_checker::visit_simple_for_command(), tree_print_code::visit_simple_for_command(), tree_checker::visit_statement(), tree_breakpoint::visit_statement(), octave::tree_evaluator::visit_statement(), tree_print_code::visit_statement(), ctor_analyzer::visit_statement(), tree_checker::visit_switch_case(), tree_print_code::visit_switch_case(), tree_checker::visit_switch_command(), tree_print_code::visit_switch_command(), tree_checker::visit_while_command(), and tree_print_code::visit_while_command().

const std::string tree::bp_cond ( void  ) const
inline

Definition at line 80 of file pt.h.

References string.

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

virtual int tree::column ( void  ) const
inlinevirtual

Reimplemented in tree_colon_expression, and tree_statement.

Definition at line 51 of file pt.h.

Referenced by tree_statement::column(), tree_colon_expression::column(), tree_break_command::dup(), tree_cell::dup(), tree_funcall::dup(), tree_try_catch_command::dup(), tree_continue_command::dup(), tree_fcn_handle::dup(), tree_no_op_command::dup(), tree_constant::dup(), tree_while_command::dup(), tree_index_expression::dup(), tree_binary_expression::dup(), tree_return_command::dup(), tree_prefix_expression::dup(), tree_function_def::dup(), tree_identifier::dup(), tree_unwind_protect_command::dup(), tree_anon_fcn_handle::dup(), tree_if_command::dup(), tree_postfix_expression::dup(), tree_do_until_command::dup(), tree_boolean_expression::dup(), tree_global_command::dup(), tree_simple_for_command::dup(), tree_persistent_command::dup(), tree_switch_command::dup(), tree_complex_for_command::dup(), tree_identifier::eval_undefined_error(), octave::base_parser::finish_array_list(), octave::base_parser::finish_colon_expression(), octave::base_parser::finish_if_command(), octave::base_parser::finish_switch_command(), octave::base_parser::make_index_expression(), octave::base_parser::make_indirect_ref(), octave::base_parser::maybe_warn_assign_as_truth_value(), octave::base_parser::maybe_warn_variable_switch_label(), tree_anon_fcn_handle::rvalue1(), octave::tree_evaluator::visit_do_until_command(), octave::tree_evaluator::visit_if_command_list(), octave::tree_evaluator::visit_simple_for_command(), and octave::tree_evaluator::visit_switch_command().

void tree::column ( int  c)
inline

Definition at line 55 of file pt.h.

References c.

virtual void tree::delete_breakpoint ( void  )
inlinevirtual

Reimplemented in tree_statement.

Definition at line 71 of file pt.h.

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

bool tree::is_breakpoint ( bool  check_active = false) const
inline
virtual int tree::line ( void  ) const
inlinevirtual

Reimplemented in tree_colon_expression, and tree_statement.

Definition at line 49 of file pt.h.

Referenced by tree_breakpoint::do_decl_command(), tree_try_catch_command::dup(), tree_while_command::dup(), tree_binary_expression::dup(), tree_prefix_expression::dup(), tree_unwind_protect_command::dup(), tree_anon_fcn_handle::dup(), tree_if_command::dup(), tree_postfix_expression::dup(), tree_do_until_command::dup(), tree_boolean_expression::dup(), tree_global_command::dup(), tree_simple_for_command::dup(), tree_persistent_command::dup(), tree_switch_command::dup(), tree_complex_for_command::dup(), tree_identifier::eval_undefined_error(), octave::base_parser::finish_array_list(), octave::base_parser::finish_colon_expression(), octave::base_parser::finish_if_command(), octave::base_parser::finish_switch_command(), tree_statement::line(), tree_colon_expression::line(), octave::base_parser::make_index_expression(), octave::base_parser::make_indirect_ref(), octave::base_parser::maybe_warn_assign_as_truth_value(), octave::base_parser::maybe_warn_variable_switch_label(), tree_breakpoint::take_action(), tree_checker::visit_argument_list(), tree_breakpoint::visit_break_command(), tree_checker::visit_complex_for_command(), tree_breakpoint::visit_complex_for_command(), tree_breakpoint::visit_continue_command(), tree_breakpoint::visit_do_until_command(), octave::tree_evaluator::visit_do_until_command(), tree_breakpoint::visit_if_command_list(), octave::tree_evaluator::visit_if_command_list(), tree_breakpoint::visit_no_op_command(), tree_breakpoint::visit_return_command(), tree_checker::visit_simple_assignment(), tree_checker::visit_simple_for_command(), tree_breakpoint::visit_simple_for_command(), octave::tree_evaluator::visit_simple_for_command(), tree_breakpoint::visit_switch_case_list(), tree_breakpoint::visit_switch_command(), octave::tree_evaluator::visit_switch_command(), tree_checker::visit_try_catch_command(), and tree_breakpoint::visit_while_command().

void tree::line ( int  l)
inline

Definition at line 53 of file pt.h.

bool tree::meets_bp_condition ( void  ) const
tree& tree::operator= ( const tree )
private
virtual void tree::set_breakpoint ( const std::string condition)
inlinevirtual

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 
)
inline

Definition at line 57 of file pt.h.

References c.

Referenced by tree_statement::set_location().

std::string tree::str_print_code ( void  )

Definition at line 40 of file pt.cc.

References accept(), retval, and string.

Referenced by jit_info::compile().

Member Data Documentation

std::string* tree::bp
private

Definition at line 95 of file pt.h.

Referenced by meets_bp_condition().

int tree::column_num
private

Definition at line 92 of file pt.h.

int tree::line_num
private

Definition at line 91 of file pt.h.


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