Interface JavadocCommentsParserVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
JavadocCommentsAstVisitor, JavadocCommentsParserBaseVisitor
public interface JavadocCommentsParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
JavadocCommentsParser.-
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 interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitJavadoc
Visit a parse tree produced byJavadocCommentsParser.javadoc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMainDescription
Visit a parse tree produced byJavadocCommentsParser.mainDescription().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlockTag
Visit a parse tree produced byJavadocCommentsParser.blockTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAuthorTag
Visit a parse tree produced byJavadocCommentsParser.authorTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeprecatedTag
Visit a parse tree produced byJavadocCommentsParser.deprecatedTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnTag
Visit a parse tree produced byJavadocCommentsParser.returnTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterTag
Visit a parse tree produced byJavadocCommentsParser.parameterTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThrowsTag
Visit a parse tree produced byJavadocCommentsParser.throwsTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExceptionTag
Visit a parse tree produced byJavadocCommentsParser.exceptionTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSinceTag
Visit a parse tree produced byJavadocCommentsParser.sinceTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVersionTag
Visit a parse tree produced byJavadocCommentsParser.versionTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeeTag
Visit a parse tree produced byJavadocCommentsParser.seeTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHiddenTag
Visit a parse tree produced byJavadocCommentsParser.hiddenTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsesTag
Visit a parse tree produced byJavadocCommentsParser.usesTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProvidesTag
Visit a parse tree produced byJavadocCommentsParser.providesTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSerialTag
Visit a parse tree produced byJavadocCommentsParser.serialTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSerialDataTag
Visit a parse tree produced byJavadocCommentsParser.serialDataTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSerialFieldTag
Visit a parse tree produced byJavadocCommentsParser.serialFieldTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCustomBlockTag
Visit a parse tree produced byJavadocCommentsParser.customBlockTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineTag
Visit a parse tree produced byJavadocCommentsParser.inlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineTagContent
Visit a parse tree produced byJavadocCommentsParser.inlineTagContent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCodeInlineTag
Visit a parse tree produced byJavadocCommentsParser.codeInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLinkPlainInlineTag
Visit a parse tree produced byJavadocCommentsParser.linkPlainInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLinkInlineTag
Visit a parse tree produced byJavadocCommentsParser.linkInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueInlineTag
Visit a parse tree produced byJavadocCommentsParser.valueInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInheritDocInlineTag
Visit a parse tree produced byJavadocCommentsParser.inheritDocInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSummaryInlineTag
Visit a parse tree produced byJavadocCommentsParser.summaryInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemPropertyInlineTag
Visit a parse tree produced byJavadocCommentsParser.systemPropertyInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexInlineTag
Visit a parse tree produced byJavadocCommentsParser.indexInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnInlineTag
Visit a parse tree produced byJavadocCommentsParser.returnInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralInlineTag
Visit a parse tree produced byJavadocCommentsParser.literalInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSnippetInlineTag
Visit a parse tree produced byJavadocCommentsParser.snippetInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCustomInlineTag
Visit a parse tree produced byJavadocCommentsParser.customInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReference
Visit a parse tree produced byJavadocCommentsParser.reference().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeName
Visit a parse tree produced byJavadocCommentsParser.typeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedName
Visit a parse tree produced byJavadocCommentsParser.qualifiedName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeArguments
Visit a parse tree produced byJavadocCommentsParser.typeArguments().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeArgument
Visit a parse tree produced byJavadocCommentsParser.typeArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberReference
Visit a parse tree produced byJavadocCommentsParser.memberReference().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterTypeList
Visit a parse tree produced byJavadocCommentsParser.parameterTypeList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSnippetAttribute
Visit a parse tree produced byJavadocCommentsParser.snippetAttribute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSnippetBody
Visit a parse tree produced byJavadocCommentsParser.snippetBody().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDescription
Visit a parse tree produced byJavadocCommentsParser.description().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlElement
Visit a parse tree produced byJavadocCommentsParser.htmlElement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVoidElement
Visit a parse tree produced byJavadocCommentsParser.voidElement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTightElement
Visit a parse tree produced byJavadocCommentsParser.tightElement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonTightElement
Visit a parse tree produced byJavadocCommentsParser.nonTightElement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelfClosingElement
Visit a parse tree produced byJavadocCommentsParser.selfClosingElement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTagStart
Visit a parse tree produced byJavadocCommentsParser.htmlTagStart().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTagEnd
Visit a parse tree produced byJavadocCommentsParser.htmlTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlAttribute
Visit a parse tree produced byJavadocCommentsParser.htmlAttribute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlContent
Visit a parse tree produced byJavadocCommentsParser.htmlContent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonTightHtmlContent
Visit a parse tree produced byJavadocCommentsParser.nonTightHtmlContent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlComment
Visit a parse tree produced byJavadocCommentsParser.htmlComment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlCommentContent
Visit a parse tree produced byJavadocCommentsParser.htmlCommentContent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-