| Constructor and Description |
|---|
MethodBasedFieldTransitionListener(soot.SootMethod method) |
| Modifier and Type | Method and Description |
|---|---|
soot.SootMethod |
getMethod() |
abstract void |
onAddedTransition(Transition<Field,INode<Node<Statement,Val>>> t) |
void |
onWeightAdded(Transition<Field,INode<Node<Statement,Val>>> t,
W w,
WeightedPAutomaton<Field,INode<Node<Statement,Val>>,W> aut) |
public MethodBasedFieldTransitionListener(soot.SootMethod method)
public soot.SootMethod getMethod()
public void onWeightAdded(Transition<Field,INode<Node<Statement,Val>>> t, W w, WeightedPAutomaton<Field,INode<Node<Statement,Val>>,W> aut)
onWeightAdded in interface WPAUpdateListener<Field,INode<Node<Statement,Val>>,W extends Weight>Copyright © 2023. All rights reserved.