public class IntraFlowAnalysis extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<LocalVarNode> |
params |
protected XPAG |
xpag |
| Constructor and Description |
|---|
IntraFlowAnalysis(XUtility utility,
SootMethod method) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
collectParams() |
boolean |
isContentFromParam(AllocNode heap) |
boolean |
isDirectlyReturnedHeap(AllocNode heap) |
Set<SparkField> |
retrieveStoreFields(AllocNode heap) |
protected final XPAG xpag
protected final Set<LocalVarNode> params
public IntraFlowAnalysis(XUtility utility, SootMethod method)
protected void collectParams()
public boolean isDirectlyReturnedHeap(AllocNode heap)
public boolean isContentFromParam(AllocNode heap)
public Set<SparkField> retrieveStoreFields(AllocNode heap)
Copyright © 2024 Soot OSS. All rights reserved.