Uses of Interface
soot.baf.LookupSwitchInst
-
Packages that use LookupSwitchInst Package Description 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 LookupSwitchInst in soot.baf
Methods in soot.baf that return LookupSwitchInst Modifier and Type Method Description LookupSwitchInst
Baf. newLookupSwitchInst(Unit defaultTarget, List<IntConstant> lookupValues, List<? extends Unit> targets)
Methods in soot.baf with parameters of type LookupSwitchInst Modifier and Type Method Description void
InstSwitch. caseLookupSwitchInst(LookupSwitchInst i)
-
Uses of LookupSwitchInst in soot.baf.internal
Classes in soot.baf.internal that implement LookupSwitchInst Modifier and Type Class Description class
BLookupSwitchInst
-
Uses of LookupSwitchInst in soot.jbco.bafTransformations
Methods in soot.jbco.bafTransformations with parameters of type LookupSwitchInst Modifier and Type Method Description void
StackTypeHeightCalculator.StackEffectSwitch. caseLookupSwitchInst(LookupSwitchInst i)
-
Uses of LookupSwitchInst in soot.toolkits.exceptions
Methods in soot.toolkits.exceptions with parameters of type LookupSwitchInst Modifier and Type Method Description void
UnitThrowAnalysis.UnitSwitch. caseLookupSwitchInst(LookupSwitchInst i)
-