Interface BinaryProcedure<X,Y>
-
- All Known Implementing Classes:
Misc.GraphVisitorBlockReachable
,Misc.GraphVisitorReachableInThese
,Op03SimpleStatement.GraphVisitorCallee
,SwitchReplacer.NodeReachable
,SwitchReplacer.NodesReachedUntil
public interface BinaryProcedure<X,Y>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
call(X arg1, Y arg2)
-