Uses of Interface
org.benf.cfr.reader.util.functors.BinaryProcedure
-
Packages that use BinaryProcedure Package Description org.benf.cfr.reader.bytecode.analysis.opgraph org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters org.benf.cfr.reader.util.graph -
-
Uses of BinaryProcedure in org.benf.cfr.reader.bytecode.analysis.opgraph
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph that implement BinaryProcedure Modifier and Type Class Description class
Op03SimpleStatement.GraphVisitorCallee
-
Uses of BinaryProcedure in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters that implement BinaryProcedure Modifier and Type Class Description static class
Misc.GraphVisitorBlockReachable
private static class
Misc.GraphVisitorReachableInThese
private static class
SwitchReplacer.NodeReachable
private static class
SwitchReplacer.NodesReachedUntil
-
Uses of BinaryProcedure in org.benf.cfr.reader.util.graph
Fields in org.benf.cfr.reader.util.graph declared as BinaryProcedure Modifier and Type Field Description private BinaryProcedure<T,GraphVisitor<T>>
AbstractGraphVisitorFI. callee
private BinaryProcedure<T,GraphVisitor<T>>
GraphVisitorDFS. callee
Constructors in org.benf.cfr.reader.util.graph with parameters of type BinaryProcedure Constructor Description AbstractGraphVisitorFI(T first, BinaryProcedure<T,GraphVisitor<T>> callee)
GraphVisitorDFS(java.util.Collection<? extends T> first, BinaryProcedure<T,GraphVisitor<T>> callee)
GraphVisitorDFS(T first, BinaryProcedure<T,GraphVisitor<T>> callee)
GraphVisitorFIFO(T first, BinaryProcedure<T,GraphVisitor<T>> callee)
-