Class Misc.GraphVisitorReachableInThese
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.Misc.GraphVisitorReachableInThese
- All Implemented Interfaces:
BinaryProcedure<Op03SimpleStatement,
GraphVisitor<Op03SimpleStatement>>
- Enclosing class:
- Misc
private static class Misc.GraphVisitorReachableInThese
extends Object
implements BinaryProcedure<Op03SimpleStatement,GraphVisitor<Op03SimpleStatement>>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGraphVisitorReachableInThese
(Set<Integer> reachable, Map<Op03SimpleStatement, Integer> instrToIdx) -
Method Summary
Modifier and TypeMethodDescriptionvoid
call
(Op03SimpleStatement node, GraphVisitor<Op03SimpleStatement> graphVisitor)
-
Field Details
-
reachable
-
instrToIdx
-
-
Constructor Details
-
GraphVisitorReachableInThese
GraphVisitorReachableInThese(Set<Integer> reachable, Map<Op03SimpleStatement, Integer> instrToIdx)
-
-
Method Details
-
call
- Specified by:
call
in interfaceBinaryProcedure<Op03SimpleStatement,
GraphVisitor<Op03SimpleStatement>>
-