public class SimpleSpecificationGuidedManager extends Object implements IDemandDrivenGuidedManager
| Constructor and Description |
|---|
SimpleSpecificationGuidedManager(Specification spec) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInOnList(Specification.SootMethodWithSelector methodSelector,
Statement stmt,
Val fact,
Specification.QueryDirection direction) |
Collection<Query> |
onBackwardFlow(BackwardQuery query,
ControlFlowGraph.Edge dataFlowEdge,
Val dataFlowVal) |
Collection<Query> |
onForwardFlow(ForwardQuery query,
ControlFlowGraph.Edge dataFlowEdge,
Val dataFlowVal) |
public SimpleSpecificationGuidedManager(Specification spec)
public Collection<Query> onForwardFlow(ForwardQuery query, ControlFlowGraph.Edge dataFlowEdge, Val dataFlowVal)
onForwardFlow in interface IDemandDrivenGuidedManagerpublic Collection<Query> onBackwardFlow(BackwardQuery query, ControlFlowGraph.Edge dataFlowEdge, Val dataFlowVal)
onBackwardFlow in interface IDemandDrivenGuidedManagerpublic boolean isInOnList(Specification.SootMethodWithSelector methodSelector, Statement stmt, Val fact, Specification.QueryDirection direction)
Copyright © 2024. All rights reserved.