Uses of Interface
org.benf.cfr.reader.util.graph.GraphVisitor
-
Packages that use GraphVisitor 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 GraphVisitor in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type GraphVisitor Modifier and Type Method Description voidOp03SimpleStatement.GraphVisitorCallee. call(Op03SimpleStatement node, GraphVisitor<Op03SimpleStatement> graphVisitor) -
Uses of GraphVisitor in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters that return GraphVisitor Modifier and Type Method Description private GraphVisitor<Op03SimpleStatement>JumpsIntoLoopCloneRewriter. visitCandidates(BlockIdentifier blockIdent, Op03SimpleStatement possLast, java.util.Map<Op03SimpleStatement,Op03SimpleStatement> candidates)Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type GraphVisitor Modifier and Type Method Description voidMisc.GraphVisitorBlockReachable. call(Op03SimpleStatement arg1, GraphVisitor<Op03SimpleStatement> arg2)voidMisc.GraphVisitorReachableInThese. call(Op03SimpleStatement node, GraphVisitor<Op03SimpleStatement> graphVisitor)voidSwitchReplacer.NodeReachable. call(Op03SimpleStatement arg1, GraphVisitor<Op03SimpleStatement> arg2)voidSwitchReplacer.NodesReachedUntil. 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 GraphVisitor Modifier and Type Class Description classAbstractGraphVisitorFI<T>classGraphVisitorDFS<T>classGraphVisitorFIFO<T>Fields in org.benf.cfr.reader.util.graph with type parameters of type GraphVisitor Modifier and Type Field Description private BinaryProcedure<T,GraphVisitor<T>>AbstractGraphVisitorFI. calleeprivate BinaryProcedure<T,GraphVisitor<T>>GraphVisitorDFS. calleeConstructor parameters in org.benf.cfr.reader.util.graph with type arguments of type GraphVisitor 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)
-