GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
tree_switch_case Class Reference

#include "pt-select.h"

Inheritance diagram for tree_switch_case:
tree

Public Member Functions

 tree_switch_case (const token &tok, tree_expression *e, tree_statement_list *sl)
 
 tree_switch_case (const token &tok, tree_statement_list *sl)
 
 ~tree_switch_case ()
 
void accept (tree_walker &tw)
 
filepos beg_pos () const
 
tree_expressioncase_label ()
 
tree_statement_listcommands ()
 
filepos end_pos () const
 
bool is_default_case ()
 
comment_list leading_comments () const
 
- Public Member Functions inherited from tree
 tree ()
 
virtual ~tree ()=default
 
const std::string bp_cond () const
 
virtual int column () const
 
virtual void delete_breakpoint ()
 
bool is_active_breakpoint (tree_evaluator &tw) const
 
bool is_breakpoint () const
 
virtual int line () const
 
bool meets_bp_condition (tree_evaluator &tw) const
 
virtual void set_breakpoint (const std::string &condition)
 
std::string str_print_code ()
 

Detailed Description

Definition at line 183 of file pt-select.h.

Constructor & Destructor Documentation

◆ tree_switch_case() [1/2]

tree_switch_case::tree_switch_case ( const token tok,
tree_statement_list sl 
)
inline

Definition at line 187 of file pt-select.h.

◆ tree_switch_case() [2/2]

tree_switch_case::tree_switch_case ( const token tok,
tree_expression e,
tree_statement_list sl 
)
inline

Definition at line 191 of file pt-select.h.

◆ ~tree_switch_case()

tree_switch_case::~tree_switch_case ( )

Definition at line 53 of file pt-select.cc.

Member Function Documentation

◆ accept()

void tree_switch_case::accept ( tree_walker tw)
inlinevirtual

Implements tree.

Definition at line 210 of file pt-select.h.

References tree_walker::visit_switch_case().

Referenced by tree_walker::visit_switch_case_list().

◆ beg_pos()

filepos tree_switch_case::beg_pos ( ) const
inlinevirtual

Implements tree.

Definition at line 201 of file pt-select.h.

References token::beg_pos().

Referenced by tree_switch_case_list::beg_pos().

◆ case_label()

tree_expression * tree_switch_case::case_label ( )
inline

◆ commands()

tree_statement_list * tree_switch_case::commands ( )
inline

◆ end_pos()

filepos tree_switch_case::end_pos ( ) const
inlinevirtual

Implements tree.

Definition at line 202 of file pt-select.h.

References tree_statement_list::end_pos().

Referenced by tree_switch_case_list::end_pos().

◆ is_default_case()

bool tree_switch_case::is_default_case ( )
inline

Definition at line 199 of file pt-select.h.

Referenced by tree_print_code::visit_switch_case().

◆ leading_comments()

comment_list tree_switch_case::leading_comments ( ) const
inlinevirtual

Reimplemented from tree.

Definition at line 208 of file pt-select.h.

References token::leading_comments().

Referenced by tree_print_code::visit_switch_case().


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