| Method and Description |
|---|
| soot.TypeSwitch.caseDefault(Type)
Replaced by defaultCase(Type)
|
| soot.toolkits.scalar.ArraySparseSet.contains(Object)
This method uses linear-time lookup.
For better performance, consider using a
HashSet instead, if you require this operation. |
| soot.toolkits.graph.SlowPseudoTopologicalOrderer.isReverseOrder()
use
#newList(DirectedGraph, boolean)) instead |
| soot.toolkits.graph.PseudoTopologicalOrderer.isReverseOrder()
use
#newList(DirectedGraph, boolean)) instead |
| soot.toolkits.graph.SlowPseudoTopologicalOrderer.newList(DirectedGraph)
use
#newList(DirectedGraph, boolean)) instead |
| soot.toolkits.graph.PseudoTopologicalOrderer.newList(DirectedGraph)
use
#newList(DirectedGraph, boolean)) instead |
| soot.toolkits.graph.SlowPseudoTopologicalOrderer.setReverseOrder(boolean)
use
#newList(DirectedGraph, boolean)) instead |
| soot.toolkits.graph.PseudoTopologicalOrderer.setReverseOrder(boolean)
use
#newList(DirectedGraph, boolean)) instead |
| Constructor and Description |
|---|
| soot.jimple.toolkits.annotation.nullcheck.BranchedRefVarsAnalysis(UnitGraph)
THIS IS KNOWN TO BE BUGGY. USE
NullnessAnalysis INSTEAD! |
| soot.toolkits.graph.PseudoTopologicalOrderer(boolean) |
| soot.toolkits.graph.ReversePseudoTopologicalOrderer() |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.