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

Packages that use UnaryOperation
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. 
edu.cmu.cs.crystal.tac The interfaces for the three-address code (TAC) instructions. 
 

Uses of UnaryOperation in edu.cmu.cs.crystal.analysis.alias
 

Methods in edu.cmu.cs.crystal.analysis.alias with parameters of type UnaryOperation
 IResult<TupleLatticeElement<Variable,AliasLE>> MayAliasTransferFunction.transfer(UnaryOperation unop, java.util.List<ILabel> labels, TupleLatticeElement<Variable,AliasLE> value)
           
 

Uses of UnaryOperation in edu.cmu.cs.crystal.analysis.constant
 

Methods in edu.cmu.cs.crystal.analysis.constant with parameters of type UnaryOperation
 IResult<TupleLatticeElement<Variable,BooleanConstantLE>> ConstantTransferFunction.transfer(UnaryOperation unop, java.util.List<ILabel> labels, TupleLatticeElement<Variable,BooleanConstantLE> value)
           
 

Uses of UnaryOperation in edu.cmu.cs.crystal.analysis.live
 

Methods in edu.cmu.cs.crystal.analysis.live with parameters of type UnaryOperation
 TupleLatticeElement<Variable,LiveVariableLE> LiveVariableTransferFunction.transfer(UnaryOperation unop, TupleLatticeElement<Variable,LiveVariableLE> value)
           
 

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

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

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

Methods in edu.cmu.cs.crystal.tac with parameters of type UnaryOperation
 LE ITACTransferFunction.transfer(UnaryOperation unop, LE value)
           
 IResult<LE> AbstractTACBranchSensitiveTransferFunction.transfer(UnaryOperation unop, java.util.List<ILabel> labels, LE value)
           
 IResult<LE> ITACBranchSensitiveTransferFunction.transfer(UnaryOperation unop, java.util.List<ILabel> labels, LE value)
           
 void SimpleInstructionVisitor.visit(UnaryOperation unop)