|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OneOperandInstruction | |
---|---|
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 OneOperandInstruction in edu.cmu.cs.crystal.simple |
---|
Methods in edu.cmu.cs.crystal.simple with parameters of type OneOperandInstruction | |
---|---|
LE |
AbstractingTransferFunction.transfer(OneOperandInstruction instr,
LE value)
|
Uses of OneOperandInstruction in edu.cmu.cs.crystal.tac |
---|
Subinterfaces of OneOperandInstruction in edu.cmu.cs.crystal.tac | |
---|---|
interface |
CastInstruction
x = (T) y. |
interface |
CopyInstruction
x = y. |
interface |
InstanceofInstruction
x = y instanceof T. |
interface |
UnaryOperation
x = unop y; this class represents unary operations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |