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 GraphVisitorModifier and TypeClassDescriptionstatic classprivate static classprivate static classprivate static classMethods 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 TypeMethodDescriptionvoidMisc.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 GraphVisitorModifier and TypeClassDescriptionclassclassclassFields in org.benf.cfr.reader.util.graph with type parameters of type GraphVisitorModifier and TypeFieldDescriptionprivate final BinaryProcedure<T, GraphVisitor<T>> AbstractGraphVisitorFI.calleeprivate final BinaryProcedure<T, GraphVisitor<T>> GraphVisitorDFS.calleeConstructor 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)