Uses of Interface
org.benf.cfr.reader.util.functors.BinaryProcedure
Packages that use BinaryProcedure
Package
Description
-
Uses of BinaryProcedure in org.benf.cfr.reader.bytecode.analysis.opgraph
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph that implement BinaryProcedure -
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 -
Uses of BinaryProcedure in org.benf.cfr.reader.util.graph
Constructors in org.benf.cfr.reader.util.graph with parameters of type BinaryProcedureModifierConstructorDescriptionGraphVisitorDFS(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)