public class CGEdgeUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CGEdgeUtil.CallGraphEdgeType |
Constructor and Description |
---|
CGEdgeUtil() |
Modifier and Type | Method and Description |
---|---|
static CGEdgeUtil.CallGraphEdgeType |
findCallGraphEdgeType(sootup.core.jimple.common.expr.AbstractInvokeExpr invokeExpr) |
static Set<org.apache.commons.lang3.tuple.Pair<sootup.core.signatures.MethodSignature,CalleeMethodSignature>> |
getCallEdges(sootup.core.views.View view,
CallGraph cg) |
public static CGEdgeUtil.CallGraphEdgeType findCallGraphEdgeType(sootup.core.jimple.common.expr.AbstractInvokeExpr invokeExpr)
public static Set<org.apache.commons.lang3.tuple.Pair<sootup.core.signatures.MethodSignature,CalleeMethodSignature>> getCallEdges(sootup.core.views.View view, CallGraph cg)
Copyright © 2024 Soot OSS. All rights reserved.