Class JavadocParserBaseVisitor<T>
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for 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, visitTerminal
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
visitJavadoc
in 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:
visitHtmlElement
in 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:
visitHtmlElementStart
in 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:
visitHtmlElementEnd
in 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:
visitAttribute
in 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:
visitHtmlTag
in 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:
visitPTagStart
in 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:
visitPTagEnd
in 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:
visitParagraph
in 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:
visitLiTagStart
in 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:
visitLiTagEnd
in 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:
visitLi
in 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:
visitTrTagStart
in 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:
visitTrTagEnd
in 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:
visitTr
in 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:
visitTdTagStart
in 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:
visitTdTagEnd
in 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:
visitTd
in 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:
visitThTagStart
in 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:
visitThTagEnd
in 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:
visitTh
in 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:
visitBodyTagStart
in 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:
visitBodyTagEnd
in 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:
visitBody
in 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:
visitColgroupTagStart
in 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:
visitColgroupTagEnd
in 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:
visitColgroup
in 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:
visitDdTagStart
in 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:
visitDdTagEnd
in 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:
visitDd
in 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:
visitDtTagStart
in 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:
visitDtTagEnd
in 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:
visitDt
in 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:
visitHeadTagStart
in 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:
visitHeadTagEnd
in 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:
visitHead
in 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:
visitHtmlTagStart
in 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:
visitHtmlTagEnd
in 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:
visitHtml
in 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:
visitOptionTagStart
in 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:
visitOptionTagEnd
in 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:
visitOption
in 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:
visitTbodyTagStart
in 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:
visitTbodyTagEnd
in 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:
visitTbody
in 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:
visitTfootTagStart
in 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:
visitTfootTagEnd
in 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:
visitTfoot
in 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:
visitTheadTagStart
in 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:
visitTheadTagEnd
in 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:
visitThead
in 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:
visitSingletonElement
in 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:
visitEmptyTag
in 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:
visitAreaTag
in 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:
visitBaseTag
in 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:
visitBasefontTag
in 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:
visitBrTag
in 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:
visitColTag
in 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:
visitFrameTag
in 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:
visitHrTag
in 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:
visitImgTag
in 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:
visitInputTag
in 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:
visitIsindexTag
in 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:
visitLinkTag
in 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:
visitMetaTag
in 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:
visitParamTag
in 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:
visitWrongSingletonTag
in 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:
visitSingletonTagName
in 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:
visitDescription
in 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:
visitReference
in 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:
visitParameters
in 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:
visitJavadocTag
in 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:
visitJavadocInlineTag
in 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:
visitHtmlComment
in 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:
visitText
in 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:
visitEmbedTag
in 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:
visitKeygenTag
in 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:
visitSourceTag
in 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:
visitTrackTag
in 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:
visitWbrTag
in 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:
visitOptgroupTagStart
in 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:
visitOptgroupTagEnd
in 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:
visitOptgroup
in 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:
visitRbTagStart
in 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:
visitRbTagEnd
in 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:
visitRb
in 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:
visitRtTagStart
in 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:
visitRtTagEnd
in 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:
visitRt
in 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:
visitRtcTagStart
in 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:
visitRtcTagEnd
in 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:
visitRtc
in 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:
visitRpTagStart
in 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:
visitRpTagEnd
in 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:
visitRp
in interfaceJavadocParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-