public interface ListProofNode
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ListProofVisitor visitor)
Applies the visitor to this proof node.
|
void accept(ListProofVisitor visitor)
Most implementations simply call visitor.visit(this);
visitor - a visitor to apply to this nodeCopyright © 2018 Exonum. All rights reserved.