Class Op03SimpleStatement.GraphVisitorCallee
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.Op03SimpleStatement.GraphVisitorCallee
- All Implemented Interfaces:
BinaryProcedure<Op03SimpleStatement,
GraphVisitor<Op03SimpleStatement>>
- Enclosing class:
- Op03SimpleStatement
public class Op03SimpleStatement.GraphVisitorCallee
extends Object
implements BinaryProcedure<Op03SimpleStatement,GraphVisitor<Op03SimpleStatement>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
call
(Op03SimpleStatement node, GraphVisitor<Op03SimpleStatement> graphVisitor)
-
Field Details
-
reachableNodes
-
-
Constructor Details
-
GraphVisitorCallee
GraphVisitorCallee(List<Op03SimpleStatement> reachableNodes)
-
-
Method Details
-
call
- Specified by:
call
in interfaceBinaryProcedure<Op03SimpleStatement,
GraphVisitor<Op03SimpleStatement>>
-