GNU Octave 11.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)
 
token args_token () const
 
tree_args_block_attribute_listattribute_list ()
 
filepos beg_pos () const
 
filepos end_pos () const
 
token end_token () const
 
comment_list leading_comments () const
 
comment_list trailing_comments () 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 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 216 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 220 of file pt-args-block.h.

◆ ~tree_arguments_block()

tree_arguments_block::~tree_arguments_block ( )
inline

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

Member Function Documentation

◆ accept()

void tree_arguments_block::accept ( tree_walker tw)
inlinevirtual

Implements tree.

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

References tree_walker::visit_arguments_block().

◆ args_token()

token tree_arguments_block::args_token ( ) const
inline

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

◆ attribute_list()

tree_args_block_attribute_list * tree_arguments_block::attribute_list ( )
inline

Definition at line 240 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 232 of file pt-args-block.h.

◆ end_pos()

filepos tree_arguments_block::end_pos ( ) const
inlinevirtual

Implements tree.

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

◆ end_token()

token tree_arguments_block::end_token ( ) const
inline

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

◆ leading_comments()

comment_list tree_arguments_block::leading_comments ( ) const
inlinevirtual

Implements tree.

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

◆ trailing_comments()

comment_list tree_arguments_block::trailing_comments ( ) const
inlinevirtual

Implements tree.

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

◆ validation_list()

tree_args_block_validation_list * tree_arguments_block::validation_list ( )
inline

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

Referenced by tree_walker::visit_arguments_block().


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