ROSE
0.9.6a
|
#include <latticeFull.h>
Public Member Functions | |
ProductLattice () | |
ProductLattice (const std::vector< Lattice * > &lattices) | |
~ProductLattice () | |
void | init (const std::vector< Lattice * > &lattices) |
void | initialize () |
const std::vector< Lattice * > & | getLattices () |
void | copy_lattices (std::vector< Lattice * > &newLattices) const |
virtual void | copy (Lattice *that) |
virtual bool | meetUpdate (Lattice *that) |
virtual bool | operator== (Lattice *that) |
int | getLevel () |
virtual std::string | str (std::string indent="") |
Public Member Functions inherited from Lattice | |
virtual Lattice * | copy () const =0 |
virtual void | remapVars (const std::map< varID, varID > &varNameMap, const Function &newFunc) |
virtual void | incorporateVars (Lattice *that) |
virtual Lattice * | project (SgExpression *expr) |
virtual bool | unProject (SgExpression *expr, Lattice *exprState) |
virtual bool | finiteLattice ()=0 |
Check if this lattice is finite or not. More... | |
bool | operator!= (Lattice *that) |
bool | operator== (Lattice &that) |
bool | operator!= (Lattice &that) |
Public Member Functions inherited from printable | |
virtual | ~printable () |
Public Attributes | |
short | level |
Static Public Attributes | |
static const int | uninitialized =0 |
static const int | initialized =1 |
Protected Attributes | |
std::vector< Lattice * > | lattices |
Definition at line 153 of file latticeFull.h.
ProductLattice::ProductLattice | ( | ) |
ProductLattice::ProductLattice | ( | const std::vector< Lattice * > & | lattices) |
ProductLattice::~ProductLattice | ( | ) |
void ProductLattice::init | ( | const std::vector< Lattice * > & | lattices) |
|
virtual |
Implements Lattice.
const std::vector<Lattice*>& ProductLattice::getLattices | ( | ) |
Referenced by VariableStateTransfer< DivLattice >::VariableStateTransfer().
void ProductLattice::copy_lattices | ( | std::vector< Lattice * > & | newLattices) | const |
|
virtual |
Implements Lattice.
Reimplemented in VariablesProductLattice, and VarsExprsProductLattice.
|
virtual |
Implements Lattice.
Reimplemented in VarsExprsProductLattice.
|
inline |
Definition at line 189 of file latticeFull.h.
References level.
|
virtual |
Implements printable.
Reimplemented in VariablesProductLattice, and VarsExprsProductLattice.
|
static |
Definition at line 157 of file latticeFull.h.
|
static |
Definition at line 158 of file latticeFull.h.
short ProductLattice::level |
Definition at line 160 of file latticeFull.h.
Referenced by getLevel().
|
protected |
Definition at line 163 of file latticeFull.h.
Referenced by FiniteProductLattice::verifyFinite().