Uses of Package
edu.cmu.cs.crystal.simple

Packages that use edu.cmu.cs.crystal.simple
edu.cmu.cs.crystal.analysis.alias   
edu.cmu.cs.crystal.analysis.constant   
edu.cmu.cs.crystal.analysis.live   
edu.cmu.cs.crystal.simple This package is for creating very simple flow analyses; if you're new to flow analyses, start here. 
 

Classes in edu.cmu.cs.crystal.simple used by edu.cmu.cs.crystal.analysis.alias
TupleLatticeElement
          Represents a lattice element that is a tuple of lattice elements for an underlying lattice.
 

Classes in edu.cmu.cs.crystal.simple used by edu.cmu.cs.crystal.analysis.constant
SimpleLatticeOperations
          This is the interface for the operations you must provide on your lattice in order for the dataflow analysis to work.
TupleLatticeElement
          Represents a lattice element that is a tuple of lattice elements for an underlying lattice.
 

Classes in edu.cmu.cs.crystal.simple used by edu.cmu.cs.crystal.analysis.live
AbstractingTransferFunction
          This class implements additional transfer functions that abstract or group other transfer functions according to the instruction hierarchy.
SimpleLatticeOperations
          This is the interface for the operations you must provide on your lattice in order for the dataflow analysis to work.
TupleLatticeElement
          Represents a lattice element that is a tuple of lattice elements for an underlying lattice.
 

Classes in edu.cmu.cs.crystal.simple used by edu.cmu.cs.crystal.simple
TupleLatticeElement
          Represents a lattice element that is a tuple of lattice elements for an underlying lattice.