Public Types | Public Member Functions | Private Member Functions | Private Attributes

tree_argument_list Class Reference

#include "pt-arg-list.h"

Inheritance diagram for tree_argument_list:
Inheritance graph
[legend]
Collaboration diagram for tree_argument_list:
Collaboration graph
[legend]

List of all members.

Public Types

typedef std::list
< tree_expression * >
::const_iterator 
const_iterator
typedef tree_expressionelement_type
typedef std::list
< tree_expression * >
::iterator 
iterator

Public Member Functions

 tree_argument_list (void)
 tree_argument_list (tree_expression *t)
 ~tree_argument_list (void)
void accept (tree_walker &tw)
bool all_elements_are_constant (void) const
void append (const tree_expression *&s)
void append (const element_type &s)
tree_expression *& back (void)
const tree_expression *& back (void) const
iterator begin (void)
const_iterator begin (void) const
void clear (void)
octave_value_list convert_to_const_vector (const octave_value *object=0)
tree_argument_listdup (symbol_table::scope_id scope, symbol_table::context_id context) const
bool empty (void) const
iterator end (void)
const_iterator end (void) const
iterator erase (iterator pos)
tree_expression *& front (void)
const tree_expression *& front (void) const
string_vector get_arg_names (void) const
bool has_magic_end (void) const
bool has_magic_tilde (void) const
bool is_simple_assign_lhs (void)
size_t length (void) const
std::list< octave_lvaluelvalue_list (void)
void mark_as_simple_assign_lhs (void)
void pop_back (void)
void pop_front (void)
void push_back (const tree_expression *&s)
void push_front (const tree_expression *&s)
tree_expressionremove_front (void)
void remove_if (P pred)
size_t size (void) const

Private Member Functions

 tree_argument_list (const tree_argument_list &)
tree_argument_listoperator= (const tree_argument_list &)

Private Attributes

bool list_includes_magic_end
bool list_includes_magic_tilde
bool simple_assign_lhs

Detailed Description

Definition at line 40 of file pt-arg-list.h.


Member Typedef Documentation

Definition at line 35 of file base-list.h.

Definition at line 45 of file pt-arg-list.h.

typedef std::list<tree_expression * >::iterator octave_base_list< tree_expression * >::iterator [inherited]

Definition at line 34 of file base-list.h.


Constructor & Destructor Documentation

tree_argument_list::tree_argument_list ( void   )  [inline]

Definition at line 47 of file pt-arg-list.h.

Referenced by dup().

tree_argument_list::tree_argument_list ( tree_expression t  )  [inline]

Definition at line 51 of file pt-arg-list.h.

tree_argument_list::~tree_argument_list ( void   ) 
tree_argument_list::tree_argument_list ( const tree_argument_list  )  [private]

Member Function Documentation

void tree_argument_list::accept ( tree_walker tw  ) 
bool tree_argument_list::all_elements_are_constant ( void   )  const
void octave_base_list< tree_expression * >::append ( const tree_expression * &  s  )  [inline, inherited]

Definition at line 88 of file base-list.h.

void tree_argument_list::append ( const element_type s  ) 
tree_expression * & octave_base_list< tree_expression * >::back ( void   )  [inline, inherited]

Definition at line 76 of file base-list.h.

const tree_expression * & octave_base_list< tree_expression * >::back ( void   )  const [inline, inherited]

Definition at line 79 of file base-list.h.

iterator octave_base_list< tree_expression * >::begin ( void   )  [inline, inherited]
const_iterator octave_base_list< tree_expression * >::begin ( void   )  const [inline, inherited]

Definition at line 70 of file base-list.h.

void octave_base_list< tree_expression * >::clear ( void   )  [inline, inherited]

Definition at line 67 of file base-list.h.

octave_value_list tree_argument_list::convert_to_const_vector ( const octave_value object = 0  ) 
tree_argument_list * tree_argument_list::dup ( symbol_table::scope_id  scope,
symbol_table::context_id  context 
) const
bool octave_base_list< tree_expression * >::empty ( void   )  const [inline, inherited]

Definition at line 37 of file base-list.h.

Referenced by ~tree_argument_list().

iterator octave_base_list< tree_expression * >::end ( void   )  [inline, inherited]

Definition at line 72 of file base-list.h.

Referenced by all_elements_are_constant(), dup(), get_arg_names(), has_magic_end(), and lvalue_list().

const_iterator octave_base_list< tree_expression * >::end ( void   )  const [inline, inherited]

Definition at line 73 of file base-list.h.

iterator octave_base_list< tree_expression * >::erase ( iterator  pos  )  [inline, inherited]

Definition at line 42 of file base-list.h.

Referenced by ~tree_argument_list().

tree_expression * & octave_base_list< tree_expression * >::front ( void   )  [inline, inherited]

Definition at line 75 of file base-list.h.

const tree_expression * & octave_base_list< tree_expression * >::front ( void   )  const [inline, inherited]

Definition at line 78 of file base-list.h.

string_vector tree_argument_list::get_arg_names ( void   )  const
bool tree_argument_list::has_magic_end ( void   )  const
bool tree_argument_list::has_magic_tilde ( void   )  const [inline]

Definition at line 60 of file pt-arg-list.h.

Referenced by tree_index_expression::append().

bool tree_argument_list::is_simple_assign_lhs ( void   )  [inline]

Definition at line 75 of file pt-arg-list.h.

size_t octave_base_list< tree_expression * >::length ( void   )  const [inline, inherited]

Definition at line 40 of file base-list.h.

Referenced by convert_to_const_vector(), and get_arg_names().

std::list< octave_lvalue > tree_argument_list::lvalue_list ( void   ) 
void tree_argument_list::mark_as_simple_assign_lhs ( void   )  [inline]

Definition at line 73 of file pt-arg-list.h.

tree_argument_list& tree_argument_list::operator= ( const tree_argument_list  )  [private]
void octave_base_list< tree_expression * >::pop_back ( void   )  [inline, inherited]

Definition at line 85 of file base-list.h.

void octave_base_list< tree_expression * >::pop_front ( void   )  [inline, inherited]

Definition at line 84 of file base-list.h.

void octave_base_list< tree_expression * >::push_back ( const tree_expression * &  s  )  [inline, inherited]

Definition at line 82 of file base-list.h.

void octave_base_list< tree_expression * >::push_front ( const tree_expression * &  s  )  [inline, inherited]

Definition at line 81 of file base-list.h.

tree_expression* tree_argument_list::remove_front ( void   )  [inline]

Definition at line 63 of file pt-arg-list.h.

void octave_base_list< tree_expression * >::remove_if ( pred  )  [inline, inherited]

Definition at line 45 of file base-list.h.

size_t octave_base_list< tree_expression * >::size ( void   )  const [inline, inherited]

Definition at line 39 of file base-list.h.


Member Data Documentation

Definition at line 92 of file pt-arg-list.h.

Referenced by append(), convert_to_const_vector(), and dup().

Definition at line 94 of file pt-arg-list.h.

Referenced by append().

Definition at line 96 of file pt-arg-list.h.

Referenced by dup().


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines