GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::tree_classdef Class Reference

#include "pt-classdef.h"

Inheritance diagram for octave::tree_classdef:
Collaboration diagram for octave::tree_classdef:

Public Member Functions

 tree_classdef (tree_classdef_attribute_list *a, tree_identifier *i, tree_classdef_superclass_list *sc, tree_classdef_body *b, comment_list *lc, comment_list *tc, const std::string &pn="", int l=-1, int c=-1)
 
 tree_classdef (const tree_classdef &)=delete
 
 ~tree_classdef (void)
 
void accept (tree_walker &tw)
 
tree_classdef_attribute_listattribute_list (void)
 
tree_classdef_bodybody (void)
 
const std::string bp_cond (void) const
 
virtual int column (void) const
 
void column (int c)
 
virtual void delete_breakpoint (void)
 
tree_identifierident (void)
 
bool is_breakpoint (bool check_active=false) const
 
comment_listleading_comment (void)
 
virtual int line (void) const
 
void line (int l)
 
octave_functionmake_meta_class (interpreter &interp, bool is_at_folder=false)
 
bool meets_bp_condition (void) const
 
tree_classdefoperator= (const tree_classdef &)=delete
 
const std::stringpackage_name (void) const
 
virtual void set_breakpoint (const std::string &condition)
 
void set_location (int l, int c)
 
std::string str_print_code (void)
 
tree_classdef_superclass_listsuperclass_list (void)
 
comment_listtrailing_comment (void)
 

Private Attributes

tree_classdef_attribute_listm_attr_list
 
tree_classdef_bodym_element_list
 
tree_identifierm_id
 
comment_listm_lead_comm
 
std::string m_pack_name
 
tree_classdef_superclass_listm_supclass_list
 
comment_listm_trail_comm
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_classdef() [1/2]

octave::tree_classdef::tree_classdef ( tree_classdef_attribute_list a,
tree_identifier i,
tree_classdef_superclass_list sc,
tree_classdef_body b,
comment_list lc,
comment_list tc,
const std::string pn = "",
int  l = -1,
int  c = -1 
)
inline

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

◆ tree_classdef() [2/2]

octave::tree_classdef::tree_classdef ( const tree_classdef )
delete

◆ ~tree_classdef()

octave::tree_classdef::~tree_classdef ( void  )
inline

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

References m_attr_list, m_element_list, m_id, m_lead_comm, m_supclass_list, and m_trail_comm.

Member Function Documentation

◆ accept()

void octave::tree_classdef::accept ( tree_walker tw)
inlinevirtual

Implements octave::tree.

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

References octave::tree_walker::visit_classdef().

◆ attribute_list()

tree_classdef_attribute_list* octave::tree_classdef::attribute_list ( void  )
inline

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

References m_attr_list.

◆ body()

tree_classdef_body* octave::tree_classdef::body ( void  )
inline

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

References m_element_list.

◆ bp_cond()

const std::string octave::tree::bp_cond ( void  ) const
inlineinherited

◆ column() [1/2]

◆ column() [2/2]

void octave::tree::column ( int  c)
inlineinherited

Definition at line 62 of file pt.h.

References c, and octave::tree::m_column_num.

◆ delete_breakpoint()

virtual void octave::tree::delete_breakpoint ( void  )
inlinevirtualinherited

◆ ident()

tree_identifier* octave::tree_classdef::ident ( void  )
inline

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

References m_id.

◆ is_breakpoint()

◆ leading_comment()

comment_list* octave::tree_classdef::leading_comment ( void  )
inline

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

References m_lead_comm.

◆ line() [1/2]

virtual int octave::tree::line ( void  ) const
inlinevirtualinherited

Reimplemented in octave::tree_statement.

Definition at line 56 of file pt.h.

References octave::tree::m_line_num.

Referenced by octave::tree_colon_expression::dup(), octave::tree_binary_expression::dup(), octave::tree_prefix_expression::dup(), octave::tree_anon_fcn_handle::dup(), octave::tree_postfix_expression::dup(), octave::tree_boolean_expression::dup(), octave::tree_identifier::eval_undefined_error(), octave::tree_statement::line(), octave::tree_breakpoint::take_action(), octave::tree_checker::visit_argument_list(), octave::tree_breakpoint::visit_break_command(), octave::tree_evaluator::visit_break_command(), octave::tree_checker::visit_complex_for_command(), octave::tree_breakpoint::visit_complex_for_command(), octave::tree_evaluator::visit_complex_for_command(), octave::tree_breakpoint::visit_continue_command(), octave::tree_evaluator::visit_continue_command(), octave::tree_breakpoint::visit_decl_command(), octave::tree_evaluator::visit_decl_command(), octave::tree_breakpoint::visit_do_until_command(), octave::tree_evaluator::visit_do_until_command(), octave::tree_evaluator::visit_if_command(), octave::tree_breakpoint::visit_no_op_command(), octave::tree_evaluator::visit_no_op_command(), octave::tree_breakpoint::visit_return_command(), octave::tree_evaluator::visit_return_command(), octave::tree_checker::visit_simple_assignment(), octave::tree_checker::visit_simple_for_command(), octave::tree_breakpoint::visit_simple_for_command(), octave::tree_evaluator::visit_simple_for_command(), octave::tree_breakpoint::visit_switch_command(), octave::tree_evaluator::visit_switch_command(), octave::tree_checker::visit_try_catch_command(), octave::tree_evaluator::visit_try_catch_command(), octave::tree_evaluator::visit_unwind_protect_command(), octave::tree_breakpoint::visit_while_command(), and octave::tree_evaluator::visit_while_command().

◆ line() [2/2]

void octave::tree::line ( int  l)
inlineinherited

Definition at line 60 of file pt.h.

References octave::tree::m_line_num.

◆ make_meta_class()

octave_function * octave::tree_classdef::make_meta_class ( interpreter interp,
bool  is_at_folder = false 
)

◆ meets_bp_condition()

◆ operator=()

tree_classdef& octave::tree_classdef::operator= ( const tree_classdef )
delete

◆ package_name()

const std::string& octave::tree_classdef::package_name ( void  ) const
inline

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

References m_pack_name.

◆ set_breakpoint()

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

Reimplemented in octave::tree_statement.

Definition at line 70 of file pt.h.

References octave::tree::m_bp_cond, and string.

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

◆ set_location()

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

Definition at line 64 of file pt.h.

References c, octave::tree::m_column_num, and octave::tree::m_line_num.

Referenced by octave::tree_statement::set_location().

◆ str_print_code()

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

Definition at line 42 of file pt.cc.

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

Referenced by octave::jit_info::compile().

◆ superclass_list()

tree_classdef_superclass_list* octave::tree_classdef::superclass_list ( void  )
inline

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

References m_supclass_list.

◆ trailing_comment()

comment_list* octave::tree_classdef::trailing_comment ( void  )
inline

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

References m_trail_comm.

Member Data Documentation

◆ m_attr_list

tree_classdef_attribute_list* octave::tree_classdef::m_attr_list
private

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

Referenced by attribute_list(), and ~tree_classdef().

◆ m_element_list

tree_classdef_body* octave::tree_classdef::m_element_list
private

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

Referenced by body(), and ~tree_classdef().

◆ m_id

tree_identifier* octave::tree_classdef::m_id
private

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

Referenced by ident(), and ~tree_classdef().

◆ m_lead_comm

comment_list* octave::tree_classdef::m_lead_comm
private

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

Referenced by leading_comment(), and ~tree_classdef().

◆ m_pack_name

std::string octave::tree_classdef::m_pack_name
private

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

Referenced by package_name().

◆ m_supclass_list

tree_classdef_superclass_list* octave::tree_classdef::m_supclass_list
private

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

Referenced by superclass_list(), and ~tree_classdef().

◆ m_trail_comm

comment_list* octave::tree_classdef::m_trail_comm
private

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

Referenced by trailing_comment(), and ~tree_classdef().


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