Class JavadocCommentsParserBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
JavadocCommentsParserVisitor<T>, org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
JavadocCommentsAstVisitor
JavadocCommentsParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byJavadocCommentsParser.authorTag().Visit a parse tree produced byJavadocCommentsParser.blockTag().Visit a parse tree produced byJavadocCommentsParser.codeInlineTag().Visit a parse tree produced byJavadocCommentsParser.customBlockTag().Visit a parse tree produced byJavadocCommentsParser.customInlineTag().Visit a parse tree produced byJavadocCommentsParser.deprecatedTag().Visit a parse tree produced byJavadocCommentsParser.description().Visit a parse tree produced byJavadocCommentsParser.exceptionTag().Visit a parse tree produced byJavadocCommentsParser.hiddenTag().Visit a parse tree produced byJavadocCommentsParser.htmlAttribute().Visit a parse tree produced byJavadocCommentsParser.htmlComment().Visit a parse tree produced byJavadocCommentsParser.htmlCommentContent().Visit a parse tree produced byJavadocCommentsParser.htmlContent().Visit a parse tree produced byJavadocCommentsParser.htmlElement().Visit a parse tree produced byJavadocCommentsParser.htmlTagEnd().Visit a parse tree produced byJavadocCommentsParser.htmlTagStart().Visit a parse tree produced byJavadocCommentsParser.indexInlineTag().Visit a parse tree produced byJavadocCommentsParser.inheritDocInlineTag().Visit a parse tree produced byJavadocCommentsParser.inlineTag().Visit a parse tree produced byJavadocCommentsParser.inlineTagContent().Visit a parse tree produced byJavadocCommentsParser.javadoc().Visit a parse tree produced byJavadocCommentsParser.linkInlineTag().Visit a parse tree produced byJavadocCommentsParser.linkPlainInlineTag().Visit a parse tree produced byJavadocCommentsParser.literalInlineTag().Visit a parse tree produced byJavadocCommentsParser.mainDescription().Visit a parse tree produced byJavadocCommentsParser.memberReference().Visit a parse tree produced byJavadocCommentsParser.nonTightElement().Visit a parse tree produced byJavadocCommentsParser.nonTightHtmlContent().Visit a parse tree produced byJavadocCommentsParser.parameterTag().Visit a parse tree produced byJavadocCommentsParser.parameterTypeList().Visit a parse tree produced byJavadocCommentsParser.providesTag().Visit a parse tree produced byJavadocCommentsParser.qualifiedName().Visit a parse tree produced byJavadocCommentsParser.reference().Visit a parse tree produced byJavadocCommentsParser.returnInlineTag().Visit a parse tree produced byJavadocCommentsParser.returnTag().Visit a parse tree produced byJavadocCommentsParser.seeTag().Visit a parse tree produced byJavadocCommentsParser.selfClosingElement().Visit a parse tree produced byJavadocCommentsParser.serialDataTag().Visit a parse tree produced byJavadocCommentsParser.serialFieldTag().Visit a parse tree produced byJavadocCommentsParser.serialTag().Visit a parse tree produced byJavadocCommentsParser.sinceTag().Visit a parse tree produced byJavadocCommentsParser.snippetAttribute().Visit a parse tree produced byJavadocCommentsParser.snippetBody().Visit a parse tree produced byJavadocCommentsParser.snippetInlineTag().Visit a parse tree produced byJavadocCommentsParser.summaryInlineTag().Visit a parse tree produced byJavadocCommentsParser.systemPropertyInlineTag().Visit a parse tree produced byJavadocCommentsParser.throwsTag().Visit a parse tree produced byJavadocCommentsParser.tightElement().Visit a parse tree produced byJavadocCommentsParser.typeArgument().Visit a parse tree produced byJavadocCommentsParser.typeArguments().Visit a parse tree produced byJavadocCommentsParser.typeName().Visit a parse tree produced byJavadocCommentsParser.usesTag().Visit a parse tree produced byJavadocCommentsParser.valueInlineTag().Visit a parse tree produced byJavadocCommentsParser.versionTag().Visit a parse tree produced byJavadocCommentsParser.voidElement().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
JavadocCommentsParserBaseVisitor
public JavadocCommentsParserBaseVisitor()
-
-
Method Details
-
visitJavadoc
Visit a parse tree produced byJavadocCommentsParser.javadoc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitJavadocin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMainDescription
Visit a parse tree produced byJavadocCommentsParser.mainDescription().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitMainDescriptionin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlockTag
Visit a parse tree produced byJavadocCommentsParser.blockTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitBlockTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAuthorTag
Visit a parse tree produced byJavadocCommentsParser.authorTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitAuthorTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeprecatedTag
Visit a parse tree produced byJavadocCommentsParser.deprecatedTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitDeprecatedTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnTag
Visit a parse tree produced byJavadocCommentsParser.returnTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitReturnTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterTag
Visit a parse tree produced byJavadocCommentsParser.parameterTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitParameterTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThrowsTag
Visit a parse tree produced byJavadocCommentsParser.throwsTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitThrowsTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExceptionTag
Visit a parse tree produced byJavadocCommentsParser.exceptionTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitExceptionTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSinceTag
Visit a parse tree produced byJavadocCommentsParser.sinceTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitSinceTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVersionTag
Visit a parse tree produced byJavadocCommentsParser.versionTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitVersionTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeeTag
Visit a parse tree produced byJavadocCommentsParser.seeTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitSeeTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHiddenTag
Visit a parse tree produced byJavadocCommentsParser.hiddenTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitHiddenTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsesTag
Visit a parse tree produced byJavadocCommentsParser.usesTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitUsesTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProvidesTag
Visit a parse tree produced byJavadocCommentsParser.providesTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitProvidesTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSerialTag
Visit a parse tree produced byJavadocCommentsParser.serialTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitSerialTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSerialDataTag
Visit a parse tree produced byJavadocCommentsParser.serialDataTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitSerialDataTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSerialFieldTag
Visit a parse tree produced byJavadocCommentsParser.serialFieldTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitSerialFieldTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCustomBlockTag
Visit a parse tree produced byJavadocCommentsParser.customBlockTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitCustomBlockTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineTag
Visit a parse tree produced byJavadocCommentsParser.inlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitInlineTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineTagContent
Visit a parse tree produced byJavadocCommentsParser.inlineTagContent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitInlineTagContentin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCodeInlineTag
Visit a parse tree produced byJavadocCommentsParser.codeInlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitCodeInlineTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLinkPlainInlineTag
Visit a parse tree produced byJavadocCommentsParser.linkPlainInlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitLinkPlainInlineTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLinkInlineTag
Visit a parse tree produced byJavadocCommentsParser.linkInlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitLinkInlineTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueInlineTag
Visit a parse tree produced byJavadocCommentsParser.valueInlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitValueInlineTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInheritDocInlineTag
Visit a parse tree produced byJavadocCommentsParser.inheritDocInlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitInheritDocInlineTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSummaryInlineTag
Visit a parse tree produced byJavadocCommentsParser.summaryInlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitSummaryInlineTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemPropertyInlineTag
Visit a parse tree produced byJavadocCommentsParser.systemPropertyInlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitSystemPropertyInlineTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexInlineTag
Visit a parse tree produced byJavadocCommentsParser.indexInlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitIndexInlineTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnInlineTag
Visit a parse tree produced byJavadocCommentsParser.returnInlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitReturnInlineTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralInlineTag
Visit a parse tree produced byJavadocCommentsParser.literalInlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitLiteralInlineTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSnippetInlineTag
Visit a parse tree produced byJavadocCommentsParser.snippetInlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitSnippetInlineTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCustomInlineTag
Visit a parse tree produced byJavadocCommentsParser.customInlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitCustomInlineTagin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReference
Visit a parse tree produced byJavadocCommentsParser.reference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitReferencein interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeName
Visit a parse tree produced byJavadocCommentsParser.typeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitTypeNamein interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedName
Visit a parse tree produced byJavadocCommentsParser.qualifiedName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitQualifiedNamein interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeArguments
Visit a parse tree produced byJavadocCommentsParser.typeArguments().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitTypeArgumentsin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeArgument
Visit a parse tree produced byJavadocCommentsParser.typeArgument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitTypeArgumentin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberReference
Visit a parse tree produced byJavadocCommentsParser.memberReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitMemberReferencein interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterTypeList
Visit a parse tree produced byJavadocCommentsParser.parameterTypeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitParameterTypeListin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSnippetAttribute
Visit a parse tree produced byJavadocCommentsParser.snippetAttribute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitSnippetAttributein interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSnippetBody
Visit a parse tree produced byJavadocCommentsParser.snippetBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitSnippetBodyin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDescription
Visit a parse tree produced byJavadocCommentsParser.description().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitDescriptionin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlElement
Visit a parse tree produced byJavadocCommentsParser.htmlElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitHtmlElementin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVoidElement
Visit a parse tree produced byJavadocCommentsParser.voidElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitVoidElementin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTightElement
Visit a parse tree produced byJavadocCommentsParser.tightElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitTightElementin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonTightElement
Visit a parse tree produced byJavadocCommentsParser.nonTightElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitNonTightElementin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelfClosingElement
Visit a parse tree produced byJavadocCommentsParser.selfClosingElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitSelfClosingElementin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTagStart
Visit a parse tree produced byJavadocCommentsParser.htmlTagStart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitHtmlTagStartin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTagEnd
Visit a parse tree produced byJavadocCommentsParser.htmlTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitHtmlTagEndin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlAttribute
Visit a parse tree produced byJavadocCommentsParser.htmlAttribute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitHtmlAttributein interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlContent
Visit a parse tree produced byJavadocCommentsParser.htmlContent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitHtmlContentin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonTightHtmlContent
Visit a parse tree produced byJavadocCommentsParser.nonTightHtmlContent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitNonTightHtmlContentin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlComment
Visit a parse tree produced byJavadocCommentsParser.htmlComment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitHtmlCommentin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlCommentContent
Visit a parse tree produced byJavadocCommentsParser.htmlCommentContent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(RuleNode)onctx.- Specified by:
visitHtmlCommentContentin interfaceJavadocCommentsParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-