Modifier and Type | Method and Description |
---|---|
static CfgWalker |
newWalker(CfgVisitor visitor,
CfgWalkerMode mode)
Creates control flow graph model walker with the specified parameters.
|
public static CfgWalker newWalker(CfgVisitor visitor, CfgWalkerMode mode)
visitor
- Visitor object for control flow graph model.mode
- Walking mode.java.lang.IllegalArgumentException
- when any argument is null
.RetrascopeRuntimeException
- when unsupported mode type is used.