public class SootDataFlowScope extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<soot.SootClass>[] |
classFilters |
static com.google.common.base.Predicate<soot.SootMethod>[] |
methodFilters |
| Constructor and Description |
|---|
SootDataFlowScope() |
| Modifier and Type | Method and Description |
|---|---|
static DataFlowScope |
excludeComplex(soot.Scene scene)
Excludes hashCode, toString, equals methods and the implementors of java.util.Collection,
java.util.Maps and com.google.common.collect.Multimap
|
static DataFlowScope |
make(soot.Scene scene)
Default data-flow scope that only excludes phantom and native methods.
|
public static com.google.common.base.Predicate<soot.SootClass>[] classFilters
public static com.google.common.base.Predicate<soot.SootMethod>[] methodFilters
public static DataFlowScope make(soot.Scene scene)
scene - public static DataFlowScope excludeComplex(soot.Scene scene)
Copyright © 2024. All rights reserved.