public class OperationVisit extends Object
Visitors to walk through an Operation tree which may contain
CompositeOperation elements.| Constructor and Description |
|---|
OperationVisit(Operation root)
Initialize class with the supplied root
Operation |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor<Operation> visitor)
Submit the supplied visitor and apply it to all
Operation instances in the tree |
Copyright © 2018 OCPsoft. All rights reserved.