public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getICFGEdges() |
static long |
getReallyUsedMemory() |
static boolean |
isParameterLocal(Val val,
soot.SootMethod m) |
static boolean |
isReturnOperator(Val val,
soot.jimple.Stmt stmt) |
static boolean |
isThisLocal(Val val,
soot.SootMethod m) |
public static boolean isParameterLocal(Val val, soot.SootMethod m)
public static boolean isReturnOperator(Val val, soot.jimple.Stmt stmt)
public static boolean isThisLocal(Val val, soot.SootMethod m)
public static long getICFGEdges()
public static long getReallyUsedMemory()
Copyright © 2023. All rights reserved.