Uses of Interface
org.benf.cfr.reader.util.graph.GraphVisitor
Packages that use GraphVisitor
Package
Description
-
Uses of GraphVisitor in org.benf.cfr.reader.bytecode.analysis.opgraph
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph that implement interfaces with type arguments of type GraphVisitorMethods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type GraphVisitorModifier and TypeMethodDescriptionvoidOp03SimpleStatement.GraphVisitorCallee.call(Op03SimpleStatement node, GraphVisitor<Op03SimpleStatement> graphVisitor) -
Uses of GraphVisitor in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters that implement interfaces with type arguments of type GraphVisitorMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type GraphVisitorModifier and TypeMethodDescriptionvoidMisc.GraphVisitorBlockReachable.call(Op03SimpleStatement arg1, GraphVisitor<Op03SimpleStatement> arg2) -
Uses of GraphVisitor in org.benf.cfr.reader.util.graph
Classes in org.benf.cfr.reader.util.graph that implement GraphVisitorModifier and TypeClassDescriptionclassclassclassConstructor parameters in org.benf.cfr.reader.util.graph with type arguments of type GraphVisitorModifierConstructorDescriptionGraphVisitorDFS(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)