public class MethodFlowsGraphClone extends MethodFlowsGraph
MethodFlowsGraph.GraphKind| Modifier and Type | Field and Description |
|---|---|
protected boolean |
sealed |
id, instanceOfFlows, invokeFlows, isLinearized, linearizedGraph, method, miscEntryFlows, nodeFlows, nonUniqueBcis, parameters, returnFlow| Constructor and Description |
|---|
MethodFlowsGraphClone(PointsToAnalysisMethod method,
MethodFlowsGraph originalFlowsGraph,
AnalysisContext context) |
| Modifier and Type | Method and Description |
|---|---|
AnalysisContext |
context() |
<T extends TypeFlow<?>> |
lookupCloneOf(PointsToAnalysis bb,
T original) |
String |
toString() |
addMiscEntryFlow, addNodeFlow, addNodeFlow, callers, crossMethodUse, ensureLinearized, flows, getFormalReceiver, getGraphKind, getInstanceOfFlows, getInvokes, getLinearizedGraph, getMethod, getMiscFlows, getNodeFlows, getParameter, getParameters, getReturnFlow, id, invokeFlow, isLinearized, isStub, nonCloneableFlow, nonMethodFlow, setParameter, setReturnFlowpublic MethodFlowsGraphClone(PointsToAnalysisMethod method, MethodFlowsGraph originalFlowsGraph, AnalysisContext context)
public AnalysisContext context()
public <T extends TypeFlow<?>> T lookupCloneOf(PointsToAnalysis bb, T original)
lookupCloneOf in class MethodFlowsGraphpublic String toString()
toString in class MethodFlowsGraph