Public Member Functions | Protected Attributes | Private Member Functions

tree_decl_command Class Reference

#include "pt-decl.h"

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

List of all members.

Public Member Functions

 tree_decl_command (const std::string &n, int l=-1, int c=-1)
 tree_decl_command (const std::string &n, tree_decl_init_list *t, int l=-1, int c=-1)
 ~tree_decl_command (void)
virtual void accept (tree_walker &tw)=0
virtual int column (void) const
void column (int c)
virtual void delete_breakpoint (void)
virtual tree_commanddup (symbol_table::scope_id, symbol_table::context_id context) const =0
tree_decl_init_listinitializer_list (void)
bool is_breakpoint (void) const
void line (int l)
virtual int line (void) const
std::string name (void)
virtual void set_breakpoint (void)
std::string str_print_code (void)

Protected Attributes

std::string cmd_name
tree_decl_init_listinit_list

Private Member Functions

 tree_decl_command (const tree_decl_command &)
tree_decl_commandoperator= (const tree_decl_command &)

Detailed Description

Definition at line 144 of file pt-decl.h.


Constructor & Destructor Documentation

tree_decl_command::tree_decl_command ( const std::string &  n,
int  l = -1,
int  c = -1 
) [inline]

Definition at line 149 of file pt-decl.h.

tree_decl_command::tree_decl_command ( const std::string &  n,
tree_decl_init_list t,
int  l = -1,
int  c = -1 
) [inline]

Definition at line 152 of file pt-decl.h.

tree_decl_command::~tree_decl_command ( void   ) 

Definition at line 110 of file pt-decl.cc.

References init_list.

tree_decl_command::tree_decl_command ( const tree_decl_command  )  [private]

Member Function Documentation

virtual void tree::accept ( tree_walker tw  )  [pure virtual, inherited]

Implemented in tree_simple_assignment, tree_multi_assignment, tree_binary_expression, tree_no_op_command, tree_function_def, tree_colon_expression, tree_constant, tree_global_command, tree_static_command, tree_try_catch_command, tree_unwind_protect_command, tree_fcn_handle, tree_anon_fcn_handle, tree_identifier, tree_index_expression, tree_break_command, tree_continue_command, tree_return_command, tree_while_command, tree_do_until_command, tree_simple_for_command, tree_complex_for_command, tree_if_clause, tree_if_command, tree_switch_case, tree_switch_command, tree_prefix_expression, and tree_postfix_expression.

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

void tree::column ( int  c  )  [inline, inherited]

Definition at line 51 of file pt.h.

virtual int tree::column ( void   )  const [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().

virtual tree_command* tree_command::dup ( symbol_table::scope_id  ,
symbol_table::context_id  context 
) const [pure virtual, inherited]
tree_decl_init_list* tree_decl_command::initializer_list ( void   )  [inline]
bool tree::is_breakpoint ( void   )  const [inline, inherited]
void tree::line ( int  l  )  [inline, inherited]

Definition at line 49 of file pt.h.

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

Reimplemented in tree_colon_expression.

Definition at line 45 of file pt.h.

Referenced by tree_breakpoint::do_decl_command(), tree_postfix_expression::dup(), tree_prefix_expression::dup(), tree_switch_command::dup(), tree_if_command::dup(), tree_matrix::dup(), tree_complex_for_command::dup(), tree_simple_for_command::dup(), tree_do_until_command::dup(), tree_while_command::dup(), tree_return_command::dup(), tree_continue_command::dup(), tree_break_command::dup(), tree_index_expression::dup(), tree_identifier::dup(), tree_anon_fcn_handle::dup(), tree_fcn_handle::dup(), tree_unwind_protect_command::dup(), tree_try_catch_command::dup(), tree_static_command::dup(), tree_global_command::dup(), tree_constant::dup(), tree_function_def::dup(), tree_no_op_command::dup(), tree_cell::dup(), tree_boolean_expression::dup(), tree_binary_expression::dup(), tree_identifier::eval_undefined_error(), tree_statement::line(), tree_colon_expression::line(), tree_anon_fcn_handle::rvalue1(), 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(), tree_breakpoint::visit_if_command(), tree_breakpoint::visit_if_command_list(), tree_breakpoint::visit_no_op_command(), tree_breakpoint::visit_return_command(), tree_checker::visit_simple_assignment(), tree_evaluator::visit_simple_for_command(), tree_checker::visit_simple_for_command(), tree_breakpoint::visit_simple_for_command(), tree_breakpoint::visit_switch_case_list(), tree_evaluator::visit_switch_command(), tree_breakpoint::visit_switch_command(), and tree_breakpoint::visit_while_command().

std::string tree_decl_command::name ( void   )  [inline]

Definition at line 160 of file pt-decl.h.

Referenced by tree_print_code::do_decl_command().

tree_decl_command& tree_decl_command::operator= ( const tree_decl_command  )  [private]
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().

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

std::string tree_decl_command::cmd_name [protected]

Definition at line 165 of file pt-decl.h.


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