BranchedRefVarsAnalysis and seems of no use for Soot so marked for future
deletion, unless clients object@Deprecated public class LocalRefVarsAnalysisWrapper extends Object
| Constructor and Description |
|---|
LocalRefVarsAnalysisWrapper(ExceptionalUnitGraph graph)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<RefIntPair>> |
getListsOfVarsAfterBranch(Unit s)
Deprecated.
|
List<RefIntPair> |
getVarsAfterFall(Unit s)
Deprecated.
|
List<RefIntPair> |
getVarsBefore(Unit s)
Deprecated.
|
List<RefIntPair> |
getVarsDontNeedCheck(Unit s)
Deprecated.
|
List<Object> |
getVarsNeedCheck(Unit s)
Deprecated.
|
public LocalRefVarsAnalysisWrapper(ExceptionalUnitGraph graph)
public List<RefIntPair> getVarsBefore(Unit s)
public List<RefIntPair> getVarsAfterFall(Unit s)
public List<List<RefIntPair>> getListsOfVarsAfterBranch(Unit s)
public List<RefIntPair> getVarsDontNeedCheck(Unit s)
Copyright © 2024 Soot OSS. All rights reserved.