Public Member Functions | Protected Attributes | Private Attributes

c_fn_cmd_goto Class Reference

Implements "goto" command. More...

#include <c_fn_cmd_goto.h>

Inheritance diagram for c_fn_cmd_goto:
Collaboration diagram for c_fn_cmd_goto:

List of all members.

Public Member Functions

 c_fn_cmd_goto (const string &tag, const string &debug, long id)
 Constructor.
 c_fn_cmd_goto (const c_fn_cmd_goto &orig)
 Copy constructor.
virtual ~c_fn_cmd_goto ()
 Destructor.
void add_inputs (vector< var_sym_index_t > &inputs)
 Adds all inputs to vector.
void clean_up ()
 Deallocates microcode (if applicable).
c_fn_cmdcopy ()
 Creates copy of itself.
const string & get_debug_string ()
 Gets debug string.
long get_id ()
 Gets ID of command.
long get_label_id ()
 Gets ID of target of "goto" command.
const string & get_tag ()
 Gets "goto" label tag.
e_cmd_type get_type ()
 Returns type of command.
c_fn_cmd_gotooperator= (const c_fn_cmd_goto &orig)
 Assign operator.
void optimize_output (const vector< var_sym_index_t > &inputs)
 Optimizes output by removing result variables taht are not referenced as input.
bool sanity_check (string &msg)
 Performs sanity check.
void set_label_id (long id)
 Sets ID of target of "goto" command.

Protected Attributes

string _debug
 Debug string.
long _id
 Unique ID of command.

Private Attributes

string _tag
 "goto"'s label tag
long label_id
 ID of command as target of "goto".

Detailed Description

Implements "goto" command.

Version:
1
Date:
2006-01
Author:
VooDooMan

Definition at line 62 of file c_fn_cmd_goto.h.


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

Generated on Sat Aug 7 2010 15:29:39 for VooDoo cIRCle by doxygen 1.7.1

Get VooDoo cIRCle at SourceForge.net. Fast, secure and Free Open Source software downloads