public interface ResultData
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ResultDataVisitor<T> visitor)
Accepts the specified visitor.
|
<T> T accept(ResultDataVisitor<T> visitor)
T - type of the results of the ResultDataVisitorvisitor - the visitor (must not be null)Copyright © 1998-2022 Apache Software Foundation. All Rights Reserved.