Public Member Functions | Protected Attributes | Private Attributes

c_fn_cmd_jump Class Reference

Implements jump-to-id command. More...

#include <c_fn_cmd_jump.h>

Inheritance diagram for c_fn_cmd_jump:
Collaboration diagram for c_fn_cmd_jump:

List of all members.

Public Member Functions

 c_fn_cmd_jump (long jump_to, const string &debug, long id)
 Constructor.
 c_fn_cmd_jump (const c_fn_cmd_jump &orig)
 Copy constructor.
virtual ~c_fn_cmd_jump ()
 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_jump_to_id ()
 Gets ID to jump to.
e_cmd_type get_type ()
 Returns type of command.
c_fn_cmd_jumpoperator= (const c_fn_cmd_jump &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_jump_to_id (long id)
 Sets ID to jump to.

Protected Attributes

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

Private Attributes

long jump_to_id
 ID to jump to.

Detailed Description

Implements jump-to-id command.

Version:
1
Date:
2006-01
Author:
VooDooMan

Definition at line 62 of file c_fn_cmd_jump.h.


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

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

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