Navigation

Operators and Keywords

Function List:

C++ API

tree_no_op_command Class Reference

#include <pt-cmd.h>

Inherits tree_command.

Collaboration diagram for tree_no_op_command:

List of all members.

Public Member Functions

 tree_no_op_command (const std::string &cmd="no_op", int l=-1, int c=-1)
 ~tree_no_op_command (void)
tree_commanddup (symbol_table::scope_id scope, symbol_table::context_id context) const
void accept (tree_walker &tw)
bool is_end_of_fcn_or_script (void) const
std::string original_command (void)

Constructor & Destructor Documentation

tree_no_op_command::tree_no_op_command ( const std::string &  cmd = "no_op",
int  l = -1,
int  c = -1 
) [inline]
tree_no_op_command::~tree_no_op_command ( void   )  [inline]

Member Function Documentation

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

Implements tree.

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

Implements tree_command.

bool tree_no_op_command::is_end_of_fcn_or_script ( void   )  const [inline]
std::string tree_no_op_command::original_command ( void   )  [inline]

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