public class BackwardBoomerangResults<W extends wpds.impl.Weight> extends AbstractBoomerangResults<W>
AbstractBoomerangResults.ContextLOGGER, queryToSolvers| Constructor and Description |
|---|
BackwardBoomerangResults(BackwardQuery query,
boolean timedout,
DefaultValueMap<ForwardQuery,ForwardBoomerangSolver<W>> queryToSolvers,
BackwardBoomerangSolver<W> backwardSolver,
IBoomerangStats<W> stats,
com.google.common.base.Stopwatch analysisWatch) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
aliases(Query el) |
Set<AccessPath> |
getAllAliases()
Deprecated.
|
Set<AccessPath> |
getAllAliases(ControlFlowGraph.Edge stmt)
Deprecated.
|
Map<ForwardQuery,AbstractBoomerangResults.Context> |
getAllocationSites() |
com.google.common.base.Stopwatch |
getAnalysisWatch() |
Set<sync.pds.solver.nodes.Node<ControlFlowGraph.Edge,Val>> |
getDataFlowPath(ForwardQuery query)
Deprecated.
|
long |
getMaxMemory() |
Set<Type> |
getPropagationType()
Returns the set of types the backward analysis for the triggered query ever propagates.
|
IBoomerangStats<W> |
getStats() |
boolean |
isEmpty() |
boolean |
isTimedout() |
asStatementValWeightTable, computeUnmatchedClosingContext, computeUnmatchedOpeningContext, constructContextGraphpublic BackwardBoomerangResults(BackwardQuery query, boolean timedout, DefaultValueMap<ForwardQuery,ForwardBoomerangSolver<W>> queryToSolvers, BackwardBoomerangSolver<W> backwardSolver, IBoomerangStats<W> stats, com.google.common.base.Stopwatch analysisWatch)
public Map<ForwardQuery,AbstractBoomerangResults.Context> getAllocationSites()
public boolean isTimedout()
public IBoomerangStats<W> getStats()
public com.google.common.base.Stopwatch getAnalysisWatch()
public boolean aliases(Query el)
@Deprecated public Set<AccessPath> getAllAliases(ControlFlowGraph.Edge stmt)
@Deprecated public Set<AccessPath> getAllAliases()
public boolean isEmpty()
public Set<Type> getPropagationType()
@Deprecated public Set<sync.pds.solver.nodes.Node<ControlFlowGraph.Edge,Val>> getDataFlowPath(ForwardQuery query)
public long getMaxMemory()
Copyright © 2024. All rights reserved.