public class ClassInfoFlowAnalysis
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
methodCount |
| Constructor and Description |
|---|
ClassInfoFlowAnalysis(SootClass sootClass,
InfoFlowAnalysis dfa) |
| Modifier and Type | Method and Description |
|---|---|
SmartMethodInfoFlowAnalysis |
getMethodInfoFlowAnalysis(SootMethod method) |
MutableDirectedGraph |
getMethodInfoFlowSummary(SootMethod method) |
HashMutableDirectedGraph |
getMethodInfoFlowSummary(SootMethod method,
boolean doFullAnalysis) |
HashMutableDirectedGraph |
triviallyConservativeInfoFlowAnalysis(SootMethod sm)
Does not require the method to have a body
|
public ClassInfoFlowAnalysis(SootClass sootClass, InfoFlowAnalysis dfa)
public SmartMethodInfoFlowAnalysis getMethodInfoFlowAnalysis(SootMethod method)
public MutableDirectedGraph getMethodInfoFlowSummary(SootMethod method)
public HashMutableDirectedGraph getMethodInfoFlowSummary(SootMethod method, boolean doFullAnalysis)
public HashMutableDirectedGraph triviallyConservativeInfoFlowAnalysis(SootMethod sm)
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.