public interface Labelable
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | accept(LabelableVisitor<T> visitor)Accepts the provided  visitorand invokes the appropriatevisitoverload
 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 © 2019 Atlassian. All rights reserved.