public class Op03SimpleStatement.GraphVisitorCallee extends java.lang.Object implements BinaryProcedure<Op03SimpleStatement,GraphVisitor<Op03SimpleStatement>>
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Op03SimpleStatement> |
reachableNodes |
| Constructor and Description |
|---|
GraphVisitorCallee(java.util.List<Op03SimpleStatement> reachableNodes) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(Op03SimpleStatement node,
GraphVisitor<Op03SimpleStatement> graphVisitor) |
private final java.util.List<Op03SimpleStatement> reachableNodes
GraphVisitorCallee(java.util.List<Op03SimpleStatement> reachableNodes)
public void call(Op03SimpleStatement node, GraphVisitor<Op03SimpleStatement> graphVisitor)
call in interface BinaryProcedure<Op03SimpleStatement,GraphVisitor<Op03SimpleStatement>>