Class Misc.GraphVisitorBlockReachable
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.Misc.GraphVisitorBlockReachable
- All Implemented Interfaces:
BinaryProcedure<Op03SimpleStatement, GraphVisitor<Op03SimpleStatement>>
- Enclosing class:
Misc
public static class Misc.GraphVisitorBlockReachable
extends Object
implements BinaryProcedure<Op03SimpleStatement, GraphVisitor<Op03SimpleStatement>>
-
Method Summary
Modifier and TypeMethodDescriptionvoidcall(Op03SimpleStatement arg1, GraphVisitor<Op03SimpleStatement> arg2)
-
Method Details
-
call
- Specified by:
callin interfaceBinaryProcedure<Op03SimpleStatement, GraphVisitor<Op03SimpleStatement>>
-