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

    Modifier and Type
    Method
    Description
    void
    call(X arg1, Y arg2)
     
  • Method Details

    • call

      void call(X arg1, Y arg2)