public interface Commentable
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(CommentableVisitor<T> visitor)
Accepts the provided
visitor and invokes the appropriate visit overload
for this commentable type, returning its result. |
<T> T accept(@Nonnull CommentableVisitor<T> visitor)
visitor
and invokes the appropriate visit
overload
for this commentable type, returning its result.
Note: Nullability for the return value is intentionally not documented one way or another. It is expected that the caller will know the nullability of the visitor implementation they are passing and code accordingly.
T
- type of visitorvisitor
- the visitor to invokevisit
methodCopyright © 2024 Atlassian. All rights reserved.