public class Main extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<SootClass> |
IntermediateAppClasses |
static boolean |
jbcoDebug |
static boolean |
jbcoSummary |
static boolean |
jbcoVerbose |
static Map |
method2Locals2REALTypes |
static Map<SootMethod,Map<Local,Local>> |
methods2Baf2JLocals |
static Map<SootMethod,List<Local>> |
methods2JLocals |
static boolean |
metrics |
static Map<String,Map<Object,Integer>> |
transformsToMethodsToWeights |
static Map<String,Integer> |
transformsToWeights |
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getWeight(String phasename,
String method) |
static void |
main(String[] argv) |
public static boolean jbcoDebug
public static boolean jbcoSummary
public static boolean jbcoVerbose
public static boolean metrics
public static Map<String,Map<Object,Integer>> transformsToMethodsToWeights
public static Map method2Locals2REALTypes
public static Map<SootMethod,Map<Local,Local>> methods2Baf2JLocals
public static Map<SootMethod,List<Local>> methods2JLocals
Copyright © 2020 Soot OSS. All rights reserved.