JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.benf.cfr.reader.util.functors
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 and Description
void
call
(
X
arg1,
Y
arg2)
Method Detail
call
void call(
X
arg1,
Y
arg2)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method