Uses of Interface
com.atlassian.bitbucket.comment.CommentableVisitor
Packages that use CommentableVisitor
-
Uses of CommentableVisitor in com.atlassian.bitbucket.comment
Classes in com.atlassian.bitbucket.comment that implement CommentableVisitorMethods in com.atlassian.bitbucket.comment with parameters of type CommentableVisitorModifier and TypeMethodDescription<T> T
Commentable.accept
(CommentableVisitor<T> visitor) Accepts the providedvisitor
and invokes the appropriatevisit
overload for this commentable type, returning its result.