Navigation

Operators and Keywords

Function List:

C++ API

tree_switch_command Class Reference

#include <pt-select.h>

Inherits tree_command.

Collaboration diagram for tree_switch_command:

List of all members.


Public Member Functions

 tree_switch_command (int l=-1, int c=-1)
 tree_switch_command (tree_expression *e, tree_switch_case_list *lst, octave_comment_list *lc, octave_comment_list *tc, int l=-1, int c=-1)
 ~tree_switch_command (void)
void set_breakpoint (void)
void delete_breakpoint (void)
tree_expressionswitch_value (void)
tree_switch_case_listcase_list (void)
octave_comment_listleading_comment (void)
octave_comment_listtrailing_comment (void)
tree_commanddup (symbol_table::scope_id scope, symbol_table::context_id context) const
void accept (tree_walker &tw)

Constructor & Destructor Documentation

tree_switch_command::tree_switch_command ( int  l = -1,
int  c = -1 
) [inline]

tree_switch_command::tree_switch_command ( tree_expression e,
tree_switch_case_list lst,
octave_comment_list lc,
octave_comment_list tc,
int  l = -1,
int  c = -1 
) [inline]

tree_switch_command::~tree_switch_command ( void   ) 


Member Function Documentation

void tree_switch_command::accept ( tree_walker tw  )  [virtual]

Implements tree.

tree_switch_case_list* tree_switch_command::case_list ( void   )  [inline]

void tree_switch_command::delete_breakpoint ( void   )  [virtual]

Reimplemented from tree.

tree_command * tree_switch_command::dup ( symbol_table::scope_id  scope,
symbol_table::context_id  context 
) const [virtual]

Implements tree_command.

octave_comment_list* tree_switch_command::leading_comment ( void   )  [inline]

void tree_switch_command::set_breakpoint ( void   )  [virtual]

Reimplemented from tree.

tree_expression* tree_switch_command::switch_value ( void   )  [inline]

octave_comment_list* tree_switch_command::trailing_comment ( void   )  [inline]


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