Uses of Interface
edu.cmu.cs.crystal.tac.StoreInstruction

Packages that use StoreInstruction
edu.cmu.cs.crystal.simple This package is for creating very simple flow analyses; if you're new to flow analyses, start here. 
edu.cmu.cs.crystal.tac The interfaces for the three-address code (TAC) instructions. 
 

Uses of StoreInstruction in edu.cmu.cs.crystal.simple
 

Methods in edu.cmu.cs.crystal.simple with parameters of type StoreInstruction
 LE AbstractingTransferFunction.transfer(StoreInstruction instr, LE value)
           
 

Uses of StoreInstruction in edu.cmu.cs.crystal.tac
 

Subinterfaces of StoreInstruction in edu.cmu.cs.crystal.tac
 interface StoreArrayInstruction
          x[y] = z.
 interface StoreFieldInstruction
          x.f = y, where f is a field.