public class AssertionWalker
extends java.lang.Object
Provides methods for AssertionEntity
assertion entity and it's
sub-components walking.
Constructor and Description |
---|
AssertionWalker(AssertionVisitor visitor)
Constructs walker with the specified visitor object.
|
Modifier and Type | Method and Description |
---|---|
void |
start(AssertionEntity entity)
Starts walking of the specified entity.
|
public AssertionWalker(AssertionVisitor visitor)
visitor
- Entity visitor to be used through walking.java.lang.IllegalArgumentException
- when argument is null
.public void start(AssertionEntity entity)
entity
- Entity to be traversed.