ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Lattice Class Referenceabstract

#include <lattice.h>

Inheritance diagram for Lattice:
Collaboration diagram for Lattice:

Public Member Functions

virtual void initialize ()=0
 
virtual Latticecopy () const =0
 
virtual void copy (Lattice *that)=0
 
virtual void remapVars (const std::map< varID, varID > &varNameMap, const Function &newFunc)
 
virtual void incorporateVars (Lattice *that)
 
virtual Latticeproject (SgExpression *expr)
 
virtual bool unProject (SgExpression *expr, Lattice *exprState)
 
virtual bool meetUpdate (Lattice *that)=0
 
virtual bool finiteLattice ()=0
 Check if this lattice is finite or not. More...
 
virtual bool operator== (Lattice *that)=0
 
bool operator!= (Lattice *that)
 
bool operator== (Lattice &that)
 
bool operator!= (Lattice &that)
 
- Public Member Functions inherited from printable
virtual ~printable ()
 
virtual std::string str (std::string indent="")=0
 

Detailed Description

Definition at line 9 of file lattice.h.

Member Function Documentation

virtual void Lattice::remapVars ( const std::map< varID, varID > &  varNameMap,
const Function newFunc 
)
inlinevirtual

Reimplemented in ConstrGraph, VariablesProductLattice, VarsExprsProductLattice, and LiveVarsLattice.

Definition at line 35 of file lattice.h.

virtual void Lattice::incorporateVars ( Lattice that)
inlinevirtual
virtual Lattice* Lattice::project ( SgExpression expr)
inlinevirtual

Reimplemented in ConstrGraph, VarsExprsProductLattice, SeqStructLattice, DominatorLattice, and LiveVarsLattice.

Definition at line 67 of file lattice.h.

References copy().

virtual bool Lattice::unProject ( SgExpression expr,
Lattice exprState 
)
inlinevirtual

Reimplemented in ConstrGraph, VarsExprsProductLattice, SeqStructLattice, DominatorLattice, and LiveVarsLattice.

Definition at line 84 of file lattice.h.

References meetUpdate().

virtual bool Lattice::finiteLattice ( )
pure virtual

Check if this lattice is finite or not.

Implemented in InfiniteLattice, and FiniteLattice.

bool Lattice::operator!= ( Lattice that)
inline

Definition at line 98 of file lattice.h.

bool Lattice::operator== ( Lattice that)
inline

Definition at line 101 of file lattice.h.

bool Lattice::operator!= ( Lattice that)
inline

Definition at line 104 of file lattice.h.


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