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 classOp03SimpleStatement.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 classMisc.GraphVisitorBlockReachableprivate static classMisc.GraphVisitorReachableInTheseprivate static classSwitchReplacer.NodeReachableprivate static classSwitchReplacer.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. calleeprivate BinaryProcedure<T,GraphVisitor<T>>GraphVisitorDFS. calleeConstructors 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)
-