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 java.lang.Object implements BinaryProcedure<Op03SimpleStatement,GraphVisitor<Op03SimpleStatement>>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Op03SimpleStatement>
reachableNodes
-
Constructor Summary
Constructors Constructor Description GraphVisitorCallee(java.util.List<Op03SimpleStatement> reachableNodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(Op03SimpleStatement node, GraphVisitor<Op03SimpleStatement> graphVisitor)
-
-
-
Field Detail
-
reachableNodes
private final java.util.List<Op03SimpleStatement> reachableNodes
-
-
Constructor Detail
-
GraphVisitorCallee
GraphVisitorCallee(java.util.List<Op03SimpleStatement> reachableNodes)
-
-
Method Detail
-
call
public void call(Op03SimpleStatement node, GraphVisitor<Op03SimpleStatement> graphVisitor)
- Specified by:
call
in interfaceBinaryProcedure<Op03SimpleStatement,GraphVisitor<Op03SimpleStatement>>
-
-