Package boomerang
Class WeightedForwardQuery<W extends wpds.impl.Weight>
- java.lang.Object
-
- boomerang.Query
-
- boomerang.ForwardQuery
-
- boomerang.WeightedForwardQuery<W>
-
public class WeightedForwardQuery<W extends wpds.impl.Weight> extends ForwardQuery
-
-
Constructor Summary
Constructors Constructor Description WeightedForwardQuery(ControlFlowGraph.Edge stmt, Val variable, W weight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Wweight()-
Methods inherited from class boomerang.ForwardQuery
toString
-
-
-
-
Constructor Detail
-
WeightedForwardQuery
public WeightedForwardQuery(ControlFlowGraph.Edge stmt, Val variable, W weight)
-
-
Method Detail
-
weight
public W weight()
-
-