Uses of Interface
soot.baf.NegInst

Packages that use NegInst
soot.baf Public classes for the Baf intermediate representation. 
soot.baf.internal Internal, messy, implementation-specific classes for the Baf intermediate representation. 
soot.jbco.bafTransformations   
soot.toolkits.exceptions   
 

Uses of NegInst in soot.baf
 

Methods in soot.baf that return NegInst
 NegInst Baf.newNegInst(Type opType)
           
 NegInst Baf.newNegInst(Type opType)
           
 

Methods in soot.baf with parameters of type NegInst
 void InstSwitch.caseNegInst(NegInst i)
           
 void InstSwitch.caseNegInst(NegInst i)
           
 

Uses of NegInst in soot.baf.internal
 

Classes in soot.baf.internal that implement NegInst
 class BNegInst
           
 

Uses of NegInst in soot.jbco.bafTransformations
 

Methods in soot.jbco.bafTransformations with parameters of type NegInst
 void StackTypeHeightCalculator.StackEffectSwitch.caseNegInst(NegInst i)
           
 void StackTypeHeightCalculator.StackEffectSwitch.caseNegInst(NegInst i)
           
 

Uses of NegInst in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type NegInst
 void UnitThrowAnalysis.UnitSwitch.caseNegInst(NegInst i)
           
 void UnitThrowAnalysis.UnitSwitch.caseNegInst(NegInst i)