Interface JavadocParserVisitor<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:
JavadocParserBaseVisitor
public interface JavadocParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
JavadocParser.-
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 interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitJavadoc
Visit a parse tree produced byJavadocParser.javadoc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlElement
Visit a parse tree produced byJavadocParser.htmlElement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlElementStart
Visit a parse tree produced byJavadocParser.htmlElementStart().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlElementEnd
Visit a parse tree produced byJavadocParser.htmlElementEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttribute
Visit a parse tree produced byJavadocParser.attribute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTag
Visit a parse tree produced byJavadocParser.htmlTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPTagStart
Visit a parse tree produced byJavadocParser.pTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPTagEnd
Visit a parse tree produced byJavadocParser.pTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParagraph
Visit a parse tree produced byJavadocParser.paragraph().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiTagStart
Visit a parse tree produced byJavadocParser.liTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiTagEnd
Visit a parse tree produced byJavadocParser.liTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLi
Visit a parse tree produced byJavadocParser.li().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrTagStart
Visit a parse tree produced byJavadocParser.trTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrTagEnd
Visit a parse tree produced byJavadocParser.trTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTr
Visit a parse tree produced byJavadocParser.tr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTdTagStart
Visit a parse tree produced byJavadocParser.tdTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTdTagEnd
Visit a parse tree produced byJavadocParser.tdTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTd
Visit a parse tree produced byJavadocParser.td().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThTagStart
Visit a parse tree produced byJavadocParser.thTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThTagEnd
Visit a parse tree produced byJavadocParser.thTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTh
Visit a parse tree produced byJavadocParser.th().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBodyTagStart
Visit a parse tree produced byJavadocParser.bodyTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBodyTagEnd
Visit a parse tree produced byJavadocParser.bodyTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBody
Visit a parse tree produced byJavadocParser.body().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColgroupTagStart
Visit a parse tree produced byJavadocParser.colgroupTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColgroupTagEnd
Visit a parse tree produced byJavadocParser.colgroupTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColgroup
Visit a parse tree produced byJavadocParser.colgroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDdTagStart
Visit a parse tree produced byJavadocParser.ddTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDdTagEnd
Visit a parse tree produced byJavadocParser.ddTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDd
Visit a parse tree produced byJavadocParser.dd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDtTagStart
Visit a parse tree produced byJavadocParser.dtTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDtTagEnd
Visit a parse tree produced byJavadocParser.dtTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDt
Visit a parse tree produced byJavadocParser.dt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeadTagStart
Visit a parse tree produced byJavadocParser.headTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeadTagEnd
Visit a parse tree produced byJavadocParser.headTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHead
Visit a parse tree produced byJavadocParser.head().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTagStart
Visit a parse tree produced byJavadocParser.htmlTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTagEnd
Visit a parse tree produced byJavadocParser.htmlTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtml
Visit a parse tree produced byJavadocParser.html().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionTagStart
Visit a parse tree produced byJavadocParser.optionTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionTagEnd
Visit a parse tree produced byJavadocParser.optionTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOption
Visit a parse tree produced byJavadocParser.option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTbodyTagStart
Visit a parse tree produced byJavadocParser.tbodyTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTbodyTagEnd
Visit a parse tree produced byJavadocParser.tbodyTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTbody
Visit a parse tree produced byJavadocParser.tbody().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTfootTagStart
Visit a parse tree produced byJavadocParser.tfootTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTfootTagEnd
Visit a parse tree produced byJavadocParser.tfootTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTfoot
Visit a parse tree produced byJavadocParser.tfoot().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTheadTagStart
Visit a parse tree produced byJavadocParser.theadTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTheadTagEnd
Visit a parse tree produced byJavadocParser.theadTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThead
Visit a parse tree produced byJavadocParser.thead().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingletonElement
Visit a parse tree produced byJavadocParser.singletonElement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyTag
Visit a parse tree produced byJavadocParser.emptyTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAreaTag
Visit a parse tree produced byJavadocParser.areaTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBaseTag
Visit a parse tree produced byJavadocParser.baseTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBasefontTag
Visit a parse tree produced byJavadocParser.basefontTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBrTag
Visit a parse tree produced byJavadocParser.brTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColTag
Visit a parse tree produced byJavadocParser.colTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameTag
Visit a parse tree produced byJavadocParser.frameTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHrTag
Visit a parse tree produced byJavadocParser.hrTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImgTag
Visit a parse tree produced byJavadocParser.imgTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInputTag
Visit a parse tree produced byJavadocParser.inputTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsindexTag
Visit a parse tree produced byJavadocParser.isindexTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLinkTag
Visit a parse tree produced byJavadocParser.linkTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMetaTag
Visit a parse tree produced byJavadocParser.metaTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParamTag
Visit a parse tree produced byJavadocParser.paramTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWrongSingletonTag
Visit a parse tree produced byJavadocParser.wrongSingletonTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingletonTagName
Visit a parse tree produced byJavadocParser.singletonTagName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDescription
Visit a parse tree produced byJavadocParser.description().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReference
Visit a parse tree produced byJavadocParser.reference().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameters
Visit a parse tree produced byJavadocParser.parameters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJavadocTag
Visit a parse tree produced byJavadocParser.javadocTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJavadocInlineTag
Visit a parse tree produced byJavadocParser.javadocInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlComment
Visit a parse tree produced byJavadocParser.htmlComment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitText
Visit a parse tree produced byJavadocParser.text().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmbedTag
Visit a parse tree produced byJavadocParser.embedTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeygenTag
Visit a parse tree produced byJavadocParser.keygenTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSourceTag
Visit a parse tree produced byJavadocParser.sourceTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrackTag
Visit a parse tree produced byJavadocParser.trackTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWbrTag
Visit a parse tree produced byJavadocParser.wbrTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptgroupTagStart
Visit a parse tree produced byJavadocParser.optgroupTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptgroupTagEnd
Visit a parse tree produced byJavadocParser.optgroupTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptgroup
Visit a parse tree produced byJavadocParser.optgroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRbTagStart
Visit a parse tree produced byJavadocParser.rbTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRbTagEnd
Visit a parse tree produced byJavadocParser.rbTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRb
Visit a parse tree produced byJavadocParser.rb().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtTagStart
Visit a parse tree produced byJavadocParser.rtTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtTagEnd
Visit a parse tree produced byJavadocParser.rtTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRt
Visit a parse tree produced byJavadocParser.rt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtcTagStart
Visit a parse tree produced byJavadocParser.rtcTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtcTagEnd
Visit a parse tree produced byJavadocParser.rtcTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtc
Visit a parse tree produced byJavadocParser.rtc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRpTagStart
Visit a parse tree produced byJavadocParser.rpTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRpTagEnd
Visit a parse tree produced byJavadocParser.rpTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRp
Visit a parse tree produced byJavadocParser.rp().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-