public abstract class ControlFlowEdgeBasedCallTransitionListener<W extends wpds.impl.Weight> extends Object implements wpds.interfaces.WPAUpdateListener<ControlFlowGraph.Edge,sync.pds.solver.nodes.INode<Val>,W>
| Constructor and Description |
|---|
ControlFlowEdgeBasedCallTransitionListener(ControlFlowGraph.Edge edge) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ControlFlowGraph.Edge |
getControlFlowEdge() |
int |
hashCode() |
abstract void |
onAddedTransition(wpds.impl.Transition<ControlFlowGraph.Edge,sync.pds.solver.nodes.INode<Val>> t,
W w) |
void |
onWeightAdded(wpds.impl.Transition<ControlFlowGraph.Edge,sync.pds.solver.nodes.INode<Val>> t,
W w,
wpds.impl.WeightedPAutomaton<ControlFlowGraph.Edge,sync.pds.solver.nodes.INode<Val>,W> aut) |
public ControlFlowEdgeBasedCallTransitionListener(ControlFlowGraph.Edge edge)
public ControlFlowGraph.Edge getControlFlowEdge()
public void onWeightAdded(wpds.impl.Transition<ControlFlowGraph.Edge,sync.pds.solver.nodes.INode<Val>> t, W w, wpds.impl.WeightedPAutomaton<ControlFlowGraph.Edge,sync.pds.solver.nodes.INode<Val>,W> aut)
onWeightAdded in interface wpds.interfaces.WPAUpdateListener<ControlFlowGraph.Edge,sync.pds.solver.nodes.INode<Val>,W extends wpds.impl.Weight>public abstract void onAddedTransition(wpds.impl.Transition<ControlFlowGraph.Edge,sync.pds.solver.nodes.INode<Val>> t, W w)
Copyright © 2024. All rights reserved.