Class JavadocParserBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
JavadocParserVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
JavadocParserVisitor,
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 byJavadocParser.areaTag().Visit a parse tree produced byJavadocParser.attribute().Visit a parse tree produced byJavadocParser.basefontTag().Visit a parse tree produced byJavadocParser.baseTag().Visit a parse tree produced byJavadocParser.body().Visit a parse tree produced byJavadocParser.bodyTagEnd().Visit a parse tree produced byJavadocParser.bodyTagStart(boolean).Visit a parse tree produced byJavadocParser.brTag().Visit a parse tree produced byJavadocParser.colgroup().Visit a parse tree produced byJavadocParser.colgroupTagEnd().Visit a parse tree produced byJavadocParser.colgroupTagStart(boolean).Visit a parse tree produced byJavadocParser.colTag().Visit a parse tree produced byJavadocParser.dd().Visit a parse tree produced byJavadocParser.ddTagEnd().Visit a parse tree produced byJavadocParser.ddTagStart(boolean).Visit a parse tree produced byJavadocParser.description().Visit a parse tree produced byJavadocParser.dt().Visit a parse tree produced byJavadocParser.dtTagEnd().Visit a parse tree produced byJavadocParser.dtTagStart(boolean).Visit a parse tree produced byJavadocParser.embedTag().Visit a parse tree produced byJavadocParser.emptyTag().Visit a parse tree produced byJavadocParser.frameTag().Visit a parse tree produced byJavadocParser.head().Visit a parse tree produced byJavadocParser.headTagEnd().Visit a parse tree produced byJavadocParser.headTagStart(boolean).Visit a parse tree produced byJavadocParser.hrTag().Visit a parse tree produced byJavadocParser.html().Visit a parse tree produced byJavadocParser.htmlComment().Visit a parse tree produced byJavadocParser.htmlElement().Visit a parse tree produced byJavadocParser.htmlElementEnd().Visit a parse tree produced byJavadocParser.htmlElementStart().Visit a parse tree produced byJavadocParser.htmlTag().Visit a parse tree produced byJavadocParser.htmlTagEnd().Visit a parse tree produced byJavadocParser.htmlTagStart(boolean).Visit a parse tree produced byJavadocParser.imgTag().Visit a parse tree produced byJavadocParser.inputTag().Visit a parse tree produced byJavadocParser.isindexTag().Visit a parse tree produced byJavadocParser.javadoc().Visit a parse tree produced byJavadocParser.javadocInlineTag().Visit a parse tree produced byJavadocParser.javadocTag().Visit a parse tree produced byJavadocParser.keygenTag().Visit a parse tree produced byJavadocParser.li().Visit a parse tree produced byJavadocParser.linkTag().Visit a parse tree produced byJavadocParser.liTagEnd().Visit a parse tree produced byJavadocParser.liTagStart(boolean).Visit a parse tree produced byJavadocParser.metaTag().Visit a parse tree produced byJavadocParser.optgroup().Visit a parse tree produced byJavadocParser.optgroupTagEnd().Visit a parse tree produced byJavadocParser.optgroupTagStart(boolean).Visit a parse tree produced byJavadocParser.option().Visit a parse tree produced byJavadocParser.optionTagEnd().Visit a parse tree produced byJavadocParser.optionTagStart(boolean).Visit a parse tree produced byJavadocParser.paragraph().Visit a parse tree produced byJavadocParser.parameters().Visit a parse tree produced byJavadocParser.paramTag().Visit a parse tree produced byJavadocParser.pTagEnd().Visit a parse tree produced byJavadocParser.pTagStart(boolean).Visit a parse tree produced byJavadocParser.rb().Visit a parse tree produced byJavadocParser.rbTagEnd().Visit a parse tree produced byJavadocParser.rbTagStart(boolean).Visit a parse tree produced byJavadocParser.reference().Visit a parse tree produced byJavadocParser.rp().Visit a parse tree produced byJavadocParser.rpTagEnd().Visit a parse tree produced byJavadocParser.rpTagStart(boolean).Visit a parse tree produced byJavadocParser.rt().Visit a parse tree produced byJavadocParser.rtc().Visit a parse tree produced byJavadocParser.rtcTagEnd().Visit a parse tree produced byJavadocParser.rtcTagStart(boolean).Visit a parse tree produced byJavadocParser.rtTagEnd().Visit a parse tree produced byJavadocParser.rtTagStart(boolean).Visit a parse tree produced byJavadocParser.singletonElement().Visit a parse tree produced byJavadocParser.singletonTagName().Visit a parse tree produced byJavadocParser.sourceTag().Visit a parse tree produced byJavadocParser.tbody().Visit a parse tree produced byJavadocParser.tbodyTagEnd().Visit a parse tree produced byJavadocParser.tbodyTagStart(boolean).Visit a parse tree produced byJavadocParser.td().Visit a parse tree produced byJavadocParser.tdTagEnd().Visit a parse tree produced byJavadocParser.tdTagStart(boolean).Visit a parse tree produced byJavadocParser.text().Visit a parse tree produced byJavadocParser.tfoot().Visit a parse tree produced byJavadocParser.tfootTagEnd().Visit a parse tree produced byJavadocParser.tfootTagStart(boolean).Visit a parse tree produced byJavadocParser.th().Visit a parse tree produced byJavadocParser.thead().Visit a parse tree produced byJavadocParser.theadTagEnd().Visit a parse tree produced byJavadocParser.theadTagStart(boolean).Visit a parse tree produced byJavadocParser.thTagEnd().Visit a parse tree produced byJavadocParser.thTagStart(boolean).Visit a parse tree produced byJavadocParser.tr().Visit a parse tree produced byJavadocParser.trackTag().Visit a parse tree produced byJavadocParser.trTagEnd().Visit a parse tree produced byJavadocParser.trTagStart(boolean).Visit a parse tree produced byJavadocParser.wbrTag().Visit a parse tree produced byJavadocParser.wrongSingletonTag().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.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
-
JavadocParserBaseVisitor
public JavadocParserBaseVisitor()
-
-
Method Details
-
visitJavadoc
Visit a parse tree produced byJavadocParser.javadoc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJavadocin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlElement
Visit a parse tree produced byJavadocParser.htmlElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHtmlElementin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlElementStart
Visit a parse tree produced byJavadocParser.htmlElementStart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHtmlElementStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlElementEnd
Visit a parse tree produced byJavadocParser.htmlElementEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHtmlElementEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttribute
Visit a parse tree produced byJavadocParser.attribute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttributein interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTag
Visit a parse tree produced byJavadocParser.htmlTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHtmlTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPTagStart
Visit a parse tree produced byJavadocParser.pTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPTagEnd
Visit a parse tree produced byJavadocParser.pTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParagraph
Visit a parse tree produced byJavadocParser.paragraph().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParagraphin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiTagStart
Visit a parse tree produced byJavadocParser.liTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiTagEnd
Visit a parse tree produced byJavadocParser.liTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLi
Visit a parse tree produced byJavadocParser.li().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrTagStart
Visit a parse tree produced byJavadocParser.trTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrTagEnd
Visit a parse tree produced byJavadocParser.trTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTr
Visit a parse tree produced byJavadocParser.tr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTdTagStart
Visit a parse tree produced byJavadocParser.tdTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTdTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTdTagEnd
Visit a parse tree produced byJavadocParser.tdTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTdTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTd
Visit a parse tree produced byJavadocParser.td().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTdin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThTagStart
Visit a parse tree produced byJavadocParser.thTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThTagEnd
Visit a parse tree produced byJavadocParser.thTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTh
Visit a parse tree produced byJavadocParser.th().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBodyTagStart
Visit a parse tree produced byJavadocParser.bodyTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBodyTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBodyTagEnd
Visit a parse tree produced byJavadocParser.bodyTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBodyTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBody
Visit a parse tree produced byJavadocParser.body().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBodyin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColgroupTagStart
Visit a parse tree produced byJavadocParser.colgroupTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColgroupTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColgroupTagEnd
Visit a parse tree produced byJavadocParser.colgroupTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColgroupTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColgroup
Visit a parse tree produced byJavadocParser.colgroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColgroupin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDdTagStart
Visit a parse tree produced byJavadocParser.ddTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDdTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDdTagEnd
Visit a parse tree produced byJavadocParser.ddTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDdTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDd
Visit a parse tree produced byJavadocParser.dd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDdin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDtTagStart
Visit a parse tree produced byJavadocParser.dtTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDtTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDtTagEnd
Visit a parse tree produced byJavadocParser.dtTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDtTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDt
Visit a parse tree produced byJavadocParser.dt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDtin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeadTagStart
Visit a parse tree produced byJavadocParser.headTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHeadTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeadTagEnd
Visit a parse tree produced byJavadocParser.headTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHeadTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHead
Visit a parse tree produced byJavadocParser.head().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHeadin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTagStart
Visit a parse tree produced byJavadocParser.htmlTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHtmlTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTagEnd
Visit a parse tree produced byJavadocParser.htmlTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHtmlTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtml
Visit a parse tree produced byJavadocParser.html().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHtmlin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionTagStart
Visit a parse tree produced byJavadocParser.optionTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionTagEnd
Visit a parse tree produced byJavadocParser.optionTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOption
Visit a parse tree produced byJavadocParser.option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTbodyTagStart
Visit a parse tree produced byJavadocParser.tbodyTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTbodyTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTbodyTagEnd
Visit a parse tree produced byJavadocParser.tbodyTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTbodyTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTbody
Visit a parse tree produced byJavadocParser.tbody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTbodyin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTfootTagStart
Visit a parse tree produced byJavadocParser.tfootTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTfootTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTfootTagEnd
Visit a parse tree produced byJavadocParser.tfootTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTfootTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTfoot
Visit a parse tree produced byJavadocParser.tfoot().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTfootin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTheadTagStart
Visit a parse tree produced byJavadocParser.theadTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTheadTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTheadTagEnd
Visit a parse tree produced byJavadocParser.theadTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTheadTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThead
Visit a parse tree produced byJavadocParser.thead().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTheadin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingletonElement
Visit a parse tree produced byJavadocParser.singletonElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingletonElementin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyTag
Visit a parse tree produced byJavadocParser.emptyTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmptyTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAreaTag
Visit a parse tree produced byJavadocParser.areaTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAreaTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBaseTag
Visit a parse tree produced byJavadocParser.baseTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBaseTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBasefontTag
Visit a parse tree produced byJavadocParser.basefontTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBasefontTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBrTag
Visit a parse tree produced byJavadocParser.brTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBrTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColTag
Visit a parse tree produced byJavadocParser.colTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameTag
Visit a parse tree produced byJavadocParser.frameTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrameTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHrTag
Visit a parse tree produced byJavadocParser.hrTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHrTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImgTag
Visit a parse tree produced byJavadocParser.imgTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImgTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInputTag
Visit a parse tree produced byJavadocParser.inputTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInputTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsindexTag
Visit a parse tree produced byJavadocParser.isindexTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsindexTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLinkTag
Visit a parse tree produced byJavadocParser.linkTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLinkTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMetaTag
Visit a parse tree produced byJavadocParser.metaTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMetaTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParamTag
Visit a parse tree produced byJavadocParser.paramTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParamTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWrongSingletonTag
Visit a parse tree produced byJavadocParser.wrongSingletonTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWrongSingletonTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingletonTagName
Visit a parse tree produced byJavadocParser.singletonTagName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingletonTagNamein interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDescription
Visit a parse tree produced byJavadocParser.description().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDescriptionin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReference
Visit a parse tree produced byJavadocParser.reference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferencein interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameters
Visit a parse tree produced byJavadocParser.parameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParametersin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJavadocTag
Visit a parse tree produced byJavadocParser.javadocTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJavadocTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJavadocInlineTag
Visit a parse tree produced byJavadocParser.javadocInlineTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJavadocInlineTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlComment
Visit a parse tree produced byJavadocParser.htmlComment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHtmlCommentin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitText
Visit a parse tree produced byJavadocParser.text().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTextin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmbedTag
Visit a parse tree produced byJavadocParser.embedTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmbedTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeygenTag
Visit a parse tree produced byJavadocParser.keygenTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeygenTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSourceTag
Visit a parse tree produced byJavadocParser.sourceTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSourceTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrackTag
Visit a parse tree produced byJavadocParser.trackTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrackTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWbrTag
Visit a parse tree produced byJavadocParser.wbrTag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWbrTagin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptgroupTagStart
Visit a parse tree produced byJavadocParser.optgroupTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptgroupTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptgroupTagEnd
Visit a parse tree produced byJavadocParser.optgroupTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptgroupTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptgroup
Visit a parse tree produced byJavadocParser.optgroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptgroupin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRbTagStart
Visit a parse tree produced byJavadocParser.rbTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRbTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRbTagEnd
Visit a parse tree produced byJavadocParser.rbTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRbTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRb
Visit a parse tree produced byJavadocParser.rb().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRbin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtTagStart
Visit a parse tree produced byJavadocParser.rtTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRtTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtTagEnd
Visit a parse tree produced byJavadocParser.rtTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRtTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRt
Visit a parse tree produced byJavadocParser.rt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRtin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtcTagStart
Visit a parse tree produced byJavadocParser.rtcTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRtcTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtcTagEnd
Visit a parse tree produced byJavadocParser.rtcTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRtcTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtc
Visit a parse tree produced byJavadocParser.rtc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRtcin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRpTagStart
Visit a parse tree produced byJavadocParser.rpTagStart(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRpTagStartin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRpTagEnd
Visit a parse tree produced byJavadocParser.rpTagEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRpTagEndin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRp
Visit a parse tree produced byJavadocParser.rp().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRpin interfaceJavadocParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-