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 void
Op03SimpleStatement.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 void
Misc.GraphVisitorBlockReachable. call(Op03SimpleStatement arg1, GraphVisitor<Op03SimpleStatement> arg2)
void
Misc.GraphVisitorReachableInThese. call(Op03SimpleStatement node, GraphVisitor<Op03SimpleStatement> graphVisitor)
void
SwitchReplacer.NodeReachable. call(Op03SimpleStatement arg1, GraphVisitor<Op03SimpleStatement> arg2)
void
SwitchReplacer.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 class
AbstractGraphVisitorFI<T>
class
GraphVisitorDFS<T>
class
GraphVisitorFIFO<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. callee
private BinaryProcedure<T,GraphVisitor<T>>
GraphVisitorDFS. callee
Constructor 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)
-