26 #if ! defined (octave_pt_jump_h)
27 #define octave_pt_jump_h 1
29 #include "octave-config.h"
tree_break_command(int l=-1, int c=-1)
tree_break_command & operator=(const tree_break_command &)=delete
tree_break_command(const tree_break_command &)=delete
~tree_break_command(void)=default
void accept(tree_walker &tw)
void accept(tree_walker &tw)
tree_continue_command & operator=(const tree_continue_command &)=delete
tree_continue_command(const tree_continue_command &)=delete
~tree_continue_command(void)=default
tree_continue_command(int l=-1, int c=-1)
tree_return_command(int l=-1, int c=-1)
~tree_return_command(void)=default
tree_return_command & operator=(const tree_return_command &)=delete
tree_return_command(const tree_return_command &)=delete
void accept(tree_walker &tw)
virtual void visit_return_command(tree_return_command &)
virtual void visit_break_command(tree_break_command &)
virtual void visit_continue_command(tree_continue_command &)