|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.model | The interfaces for the three-address code (TAC) instructions and variables. |
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.model |
---|
Subinterfaces of StoreInstruction in edu.cmu.cs.crystal.tac.model | |
---|---|
interface |
StoreArrayInstruction
x[y] = z. |
interface |
StoreFieldInstruction
x.f = y, where f is a field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |