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

#include "pt-args-block.h"

Inheritance diagram for tree_arguments_block:
tree_command tree

Public Member Functions

 tree_arguments_block (const token &args_tok, tree_args_block_attribute_list *attr_list, tree_args_block_validation_list *validation_list, const token &end_tok)
 
 ~tree_arguments_block ()
 
void accept (tree_walker &tw)
 
tree_args_block_attribute_listattribute_list ()
 
filepos beg_pos () const
 
filepos end_pos () const
 
tree_args_block_validation_listvalidation_list ()
 
- Public Member Functions inherited from tree_command
 tree_command ()=default
 
virtual ~tree_command ()=default
 
virtual void update_end_pos (const filepos &)
 
- 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 comment_list leading_comments () 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 214 of file pt-args-block.h.

Constructor & Destructor Documentation

◆ tree_arguments_block()

tree_arguments_block::tree_arguments_block ( const token args_tok,
tree_args_block_attribute_list attr_list,
tree_args_block_validation_list validation_list,
const token end_tok 
)
inline

Definition at line 218 of file pt-args-block.h.

◆ ~tree_arguments_block()

tree_arguments_block::~tree_arguments_block ( )
inline

Definition at line 224 of file pt-args-block.h.

Member Function Documentation

◆ accept()

void tree_arguments_block::accept ( tree_walker tw)
inlinevirtual

Implements tree.

Definition at line 243 of file pt-args-block.h.

References tree_walker::visit_arguments_block().

◆ attribute_list()

tree_args_block_attribute_list * tree_arguments_block::attribute_list ( )
inline

Definition at line 233 of file pt-args-block.h.

Referenced by tree_walker::visit_arguments_block().

◆ beg_pos()

filepos tree_arguments_block::beg_pos ( ) const
inlinevirtual

Implements tree.

Definition at line 230 of file pt-args-block.h.

References token::beg_pos().

◆ end_pos()

filepos tree_arguments_block::end_pos ( ) const
inlinevirtual

Implements tree.

Definition at line 231 of file pt-args-block.h.

References token::end_pos().

◆ validation_list()

tree_args_block_validation_list * tree_arguments_block::validation_list ( )
inline

Definition at line 238 of file pt-args-block.h.

Referenced by tree_walker::visit_arguments_block().


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