GNU Octave  4.0.0
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_classdef_element< T > Class Template Reference

#include "pt-classdef.h"

Inheritance diagram for tree_classdef_element< T >:
Inheritance graph
[legend]
Collaboration diagram for tree_classdef_element< T >:
Collaboration graph
[legend]

Public Member Functions

 tree_classdef_element (tree_classdef_attribute_list *a, octave_base_list< T > *elist, octave_comment_list *lc, octave_comment_list *tc, int l=-1, int c=-1)
 
 ~tree_classdef_element (void)
 
void accept (tree_walker &)
 
tree_classdef_attribute_listattribute_list (void)
 
virtual int column (void) const
 
void column (int c)
 
virtual void delete_breakpoint (void)
 
octave_base_list< T > * element_list (void)
 
bool is_breakpoint (void) const
 
octave_comment_listleading_comment (void)
 
virtual int line (void) const
 
void line (int l)
 
virtual void set_breakpoint (void)
 
void set_location (int l, int c)
 
std::string str_print_code (void)
 
octave_comment_listtrailing_comment (void)
 

Private Member Functions

 tree_classdef_element (const tree_classdef_element &)
 
tree_classdef_elementoperator= (const tree_classdef_element &)
 

Private Attributes

tree_classdef_attribute_listattr_list
 
octave_base_list< T > * elt_list
 
octave_comment_listlead_comm
 
octave_comment_listtrail_comm
 

Detailed Description

template<typename T>
class tree_classdef_element< T >

Definition at line 148 of file pt-classdef.h.

Constructor & Destructor Documentation

template<typename T>
tree_classdef_element< T >::tree_classdef_element ( tree_classdef_attribute_list a,
octave_base_list< T > *  elist,
octave_comment_list lc,
octave_comment_list tc,
int  l = -1,
int  c = -1 
)
inline

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

template<typename T>
tree_classdef_element< T >::~tree_classdef_element ( void  )
inline

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

template<typename T>
tree_classdef_element< T >::tree_classdef_element ( const tree_classdef_element< T > &  )
private

Member Function Documentation

template<typename T>
void tree_classdef_element< T >::accept ( tree_walker )
inlinevirtual

Implements tree.

Definition at line 176 of file pt-classdef.h.

template<typename T>
tree_classdef_attribute_list* tree_classdef_element< T >::attribute_list ( void  )
inline

Definition at line 168 of file pt-classdef.h.

virtual int tree::column ( void  ) const
inlinevirtualinherited
void tree::column ( int  c)
inlineinherited

Definition at line 51 of file pt.h.

virtual void tree::delete_breakpoint ( void  )
inlinevirtualinherited

Reimplemented in tree_statement.

Definition at line 61 of file pt.h.

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

template<typename T>
octave_base_list<T>* tree_classdef_element< T >::element_list ( void  )
inline

Definition at line 170 of file pt-classdef.h.

bool tree::is_breakpoint ( void  ) const
inlineinherited
template<typename T>
octave_comment_list* tree_classdef_element< T >::leading_comment ( void  )
inline

Definition at line 172 of file pt-classdef.h.

virtual int tree::line ( void  ) const
inlinevirtualinherited

Reimplemented in tree_colon_expression, and tree_statement.

Definition at line 45 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(), tree_evaluator::visit_if_command_list(), tree_breakpoint::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_evaluator::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(), tree_checker::visit_try_catch_command(), and tree_breakpoint::visit_while_command().

void tree::line ( int  l)
inlineinherited

Definition at line 49 of file pt.h.

template<typename T>
tree_classdef_element& tree_classdef_element< T >::operator= ( const tree_classdef_element< T > &  )
private
virtual void tree::set_breakpoint ( void  )
inlinevirtualinherited

Reimplemented in tree_statement.

Definition at line 59 of file pt.h.

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

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

Definition at line 53 of file pt.h.

Referenced by tree_statement::set_location().

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

Definition at line 39 of file pt.cc.

References tree::accept().

Referenced by jit_info::compile(), and tree_argument_list::get_arg_names().

template<typename T>
octave_comment_list* tree_classdef_element< T >::trailing_comment ( void  )
inline

Definition at line 174 of file pt-classdef.h.

Member Data Documentation

template<typename T>
tree_classdef_attribute_list* tree_classdef_element< T >::attr_list
private
template<typename T>
octave_base_list<T>* tree_classdef_element< T >::elt_list
private
template<typename T>
octave_comment_list* tree_classdef_element< T >::lead_comm
private
template<typename T>
octave_comment_list* tree_classdef_element< T >::trail_comm
private

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