sail::Cast Class Reference

A cast instruction of the form v = (T) s. More...

#include <Cast.h>

Inheritance diagram for sail::Cast:
sail::SaveInstruction sail::Instruction

List of all members.

Public Member Functions

 Cast (Variable *v, Symbol *s, il::type *t, il::node *original, int line)
virtual string to_string () const
virtual string to_string (bool pretty_print) const
virtual Variableget_lhs ()
virtual void set_lhs (Variable *v)
Symbolget_rhs ()
il::typeget_cast_type ()
virtual bool is_removable ()

Friends

class boost::serialization::access

Detailed Description

A cast instruction of the form v = (T) s.


Member Function Documentation

il::type * sail::Cast::get_cast_type (  ) 
Returns:
the type that is being cast to.
bool sail::Cast::is_removable (  )  [virtual]

An instruction is removable if it's not present in the original source code, but introduced in the translation from the high-level language to the low-level language. For instance, if **x is an expression used in the original code, the low-level language will introduce a temporary t=*x; such instructions are "removable" for printing purposes.

Implements sail::Instruction.


The documentation for this class was generated from the following files:
Generated on Sun Oct 17 14:01:32 2010 by  doxygen 1.6.3