|
ROSE 0.11.145.354
|
Definition at line 150 of file latticeFull.h.


Public Member Functions | |
| ProductLattice (const std::vector< Lattice * > &lattices) | |
| 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 > &, const Function &) |
| virtual void | incorporateVars (Lattice *) |
| virtual Lattice * | project (SgExpression *) |
| virtual bool | unProject (SgExpression *, Lattice *exprState) |
| virtual bool | finiteLattice ()=0 |
| Check if this lattice is finite or not. | |
| bool | operator!= (Lattice *that) |
| bool | operator== (Lattice &that) |
| bool | operator!= (Lattice &that) |
Public Attributes | |
| short | level |
Static Public Attributes | |
| static const int | uninitialized =0 |
| static const int | initialized =1 |
Protected Attributes | |
| std::vector< Lattice * > | lattices |
|
virtual |
Implements Lattice.
|
inline |
Definition at line 186 of file latticeFull.h.
|
virtual |
Implements printable.
|
static |
Definition at line 154 of file latticeFull.h.
|
static |
Definition at line 155 of file latticeFull.h.
| short ProductLattice::level |
Definition at line 157 of file latticeFull.h.
|
protected |
Definition at line 160 of file latticeFull.h.