Method | Description | |
---|---|---|
CodeWalker ( |
Constructor.
|
|
Walk ( IActionExaminer examiner ) : void |
Start traversing code flow at index 0.
|
|
Walk ( IActionExaminer examiner, int index ) : void |
Start traversing at given index.
|
Method | Description | |
---|---|---|
Walk ( int index, IActionExaminer examiner, |
public CodeWalker ( |
||
actions | ArrayList of BaseAction objects. | |
return | System |
public Walk ( IActionExaminer examiner ) : void | ||
examiner | IActionExaminer | IActionExaminer object |
return | void |
public Walk ( IActionExaminer examiner, int index ) : void | ||
examiner | IActionExaminer | IActionExaminer object |
index | int | start index for code traversation. |
return | void |