public interface Labelable
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(LabelableVisitor<T> visitor)
Accepts the provided
visitor and invokes the appropriate visit overload
for this labelable type, returning its result. |
<T> T accept(@Nonnull LabelableVisitor<T> visitor)
visitor
and invokes the appropriate visit
overload
for this labelable 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 © 2021 Atlassian. All rights reserved.