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
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type GraphVisitorModifier and TypeMethodDescriptionvoid
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 GraphVisitorModifier and TypeMethodDescriptionprivate GraphVisitor<Op03SimpleStatement>
JumpsIntoLoopCloneRewriter.visitCandidates
(BlockIdentifier blockIdent, Op03SimpleStatement possLast, Map<Op03SimpleStatement, Op03SimpleStatement> candidates) Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type GraphVisitorModifier and TypeMethodDescriptionvoid
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 GraphVisitorModifier and TypeClassDescriptionclass
class
class
Fields in org.benf.cfr.reader.util.graph with type parameters of type GraphVisitorModifier and TypeFieldDescriptionprivate final BinaryProcedure<T,
GraphVisitor<T>> AbstractGraphVisitorFI.callee
private final BinaryProcedure<T,
GraphVisitor<T>> GraphVisitorDFS.callee
Constructor parameters in org.benf.cfr.reader.util.graph with type arguments of type GraphVisitorModifierConstructorDescription(package private)
AbstractGraphVisitorFI
(T first, BinaryProcedure<T, GraphVisitor<T>> callee) GraphVisitorDFS
(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)