public final class CfgBfsWalker extends BfsWalker
Constructor and Description |
---|
CfgBfsWalker(CfgVisitor visitor)
Constructs walker object with the specified parameters..
|
Modifier and Type | Method and Description |
---|---|
protected void |
visitModelStatement(Statement statement)
Visits the specified model statement.
|
goToNextStatement, processChildren
addVisited, getVisitor, processStatement, start, start, visitNode, visitProcess
public CfgBfsWalker(CfgVisitor visitor)
visitor
- visitor to be applied to control flow graph modeljava.lang.IllegalArgumentException
- when any argument is null
.protected void visitModelStatement(Statement statement)
ModelWalker
visitModelStatement
in class BfsWalker
statement
- The statement to be visited,