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 byJavadocParser.
-
-
Method Summary
-
-
-
Method Detail
-
visitJavadoc
T visitJavadoc(JavadocParser.JavadocContext ctx)
Visit a parse tree produced byJavadocParser.javadoc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlElement
T visitHtmlElement(JavadocParser.HtmlElementContext ctx)
Visit a parse tree produced byJavadocParser.htmlElement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlElementStart
T visitHtmlElementStart(JavadocParser.HtmlElementStartContext ctx)
Visit a parse tree produced byJavadocParser.htmlElementStart().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlElementEnd
T visitHtmlElementEnd(JavadocParser.HtmlElementEndContext ctx)
Visit a parse tree produced byJavadocParser.htmlElementEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttribute
T visitAttribute(JavadocParser.AttributeContext ctx)
Visit a parse tree produced byJavadocParser.attribute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTag
T visitHtmlTag(JavadocParser.HtmlTagContext ctx)
Visit a parse tree produced byJavadocParser.htmlTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPTagStart
T visitPTagStart(JavadocParser.PTagStartContext ctx)
Visit a parse tree produced byJavadocParser.pTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPTagEnd
T visitPTagEnd(JavadocParser.PTagEndContext ctx)
Visit a parse tree produced byJavadocParser.pTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParagraph
T visitParagraph(JavadocParser.ParagraphContext ctx)
Visit a parse tree produced byJavadocParser.paragraph().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiTagStart
T visitLiTagStart(JavadocParser.LiTagStartContext ctx)
Visit a parse tree produced byJavadocParser.liTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiTagEnd
T visitLiTagEnd(JavadocParser.LiTagEndContext ctx)
Visit a parse tree produced byJavadocParser.liTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLi
T visitLi(JavadocParser.LiContext ctx)
Visit a parse tree produced byJavadocParser.li().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrTagStart
T visitTrTagStart(JavadocParser.TrTagStartContext ctx)
Visit a parse tree produced byJavadocParser.trTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrTagEnd
T visitTrTagEnd(JavadocParser.TrTagEndContext ctx)
Visit a parse tree produced byJavadocParser.trTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTr
T visitTr(JavadocParser.TrContext ctx)
Visit a parse tree produced byJavadocParser.tr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTdTagStart
T visitTdTagStart(JavadocParser.TdTagStartContext ctx)
Visit a parse tree produced byJavadocParser.tdTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTdTagEnd
T visitTdTagEnd(JavadocParser.TdTagEndContext ctx)
Visit a parse tree produced byJavadocParser.tdTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTd
T visitTd(JavadocParser.TdContext ctx)
Visit a parse tree produced byJavadocParser.td().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThTagStart
T visitThTagStart(JavadocParser.ThTagStartContext ctx)
Visit a parse tree produced byJavadocParser.thTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThTagEnd
T visitThTagEnd(JavadocParser.ThTagEndContext ctx)
Visit a parse tree produced byJavadocParser.thTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTh
T visitTh(JavadocParser.ThContext ctx)
Visit a parse tree produced byJavadocParser.th().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBodyTagStart
T visitBodyTagStart(JavadocParser.BodyTagStartContext ctx)
Visit a parse tree produced byJavadocParser.bodyTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBodyTagEnd
T visitBodyTagEnd(JavadocParser.BodyTagEndContext ctx)
Visit a parse tree produced byJavadocParser.bodyTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBody
T visitBody(JavadocParser.BodyContext ctx)
Visit a parse tree produced byJavadocParser.body().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColgroupTagStart
T visitColgroupTagStart(JavadocParser.ColgroupTagStartContext ctx)
Visit a parse tree produced byJavadocParser.colgroupTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColgroupTagEnd
T visitColgroupTagEnd(JavadocParser.ColgroupTagEndContext ctx)
Visit a parse tree produced byJavadocParser.colgroupTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColgroup
T visitColgroup(JavadocParser.ColgroupContext ctx)
Visit a parse tree produced byJavadocParser.colgroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDdTagStart
T visitDdTagStart(JavadocParser.DdTagStartContext ctx)
Visit a parse tree produced byJavadocParser.ddTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDdTagEnd
T visitDdTagEnd(JavadocParser.DdTagEndContext ctx)
Visit a parse tree produced byJavadocParser.ddTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDd
T visitDd(JavadocParser.DdContext ctx)
Visit a parse tree produced byJavadocParser.dd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDtTagStart
T visitDtTagStart(JavadocParser.DtTagStartContext ctx)
Visit a parse tree produced byJavadocParser.dtTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDtTagEnd
T visitDtTagEnd(JavadocParser.DtTagEndContext ctx)
Visit a parse tree produced byJavadocParser.dtTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDt
T visitDt(JavadocParser.DtContext ctx)
Visit a parse tree produced byJavadocParser.dt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeadTagStart
T visitHeadTagStart(JavadocParser.HeadTagStartContext ctx)
Visit a parse tree produced byJavadocParser.headTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeadTagEnd
T visitHeadTagEnd(JavadocParser.HeadTagEndContext ctx)
Visit a parse tree produced byJavadocParser.headTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHead
T visitHead(JavadocParser.HeadContext ctx)
Visit a parse tree produced byJavadocParser.head().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTagStart
T visitHtmlTagStart(JavadocParser.HtmlTagStartContext ctx)
Visit a parse tree produced byJavadocParser.htmlTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTagEnd
T visitHtmlTagEnd(JavadocParser.HtmlTagEndContext ctx)
Visit a parse tree produced byJavadocParser.htmlTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtml
T visitHtml(JavadocParser.HtmlContext ctx)
Visit a parse tree produced byJavadocParser.html().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionTagStart
T visitOptionTagStart(JavadocParser.OptionTagStartContext ctx)
Visit a parse tree produced byJavadocParser.optionTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionTagEnd
T visitOptionTagEnd(JavadocParser.OptionTagEndContext ctx)
Visit a parse tree produced byJavadocParser.optionTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOption
T visitOption(JavadocParser.OptionContext ctx)
Visit a parse tree produced byJavadocParser.option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTbodyTagStart
T visitTbodyTagStart(JavadocParser.TbodyTagStartContext ctx)
Visit a parse tree produced byJavadocParser.tbodyTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTbodyTagEnd
T visitTbodyTagEnd(JavadocParser.TbodyTagEndContext ctx)
Visit a parse tree produced byJavadocParser.tbodyTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTbody
T visitTbody(JavadocParser.TbodyContext ctx)
Visit a parse tree produced byJavadocParser.tbody().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTfootTagStart
T visitTfootTagStart(JavadocParser.TfootTagStartContext ctx)
Visit a parse tree produced byJavadocParser.tfootTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTfootTagEnd
T visitTfootTagEnd(JavadocParser.TfootTagEndContext ctx)
Visit a parse tree produced byJavadocParser.tfootTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTfoot
T visitTfoot(JavadocParser.TfootContext ctx)
Visit a parse tree produced byJavadocParser.tfoot().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTheadTagStart
T visitTheadTagStart(JavadocParser.TheadTagStartContext ctx)
Visit a parse tree produced byJavadocParser.theadTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTheadTagEnd
T visitTheadTagEnd(JavadocParser.TheadTagEndContext ctx)
Visit a parse tree produced byJavadocParser.theadTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThead
T visitThead(JavadocParser.TheadContext ctx)
Visit a parse tree produced byJavadocParser.thead().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingletonElement
T visitSingletonElement(JavadocParser.SingletonElementContext ctx)
Visit a parse tree produced byJavadocParser.singletonElement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyTag
T visitEmptyTag(JavadocParser.EmptyTagContext ctx)
Visit a parse tree produced byJavadocParser.emptyTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAreaTag
T visitAreaTag(JavadocParser.AreaTagContext ctx)
Visit a parse tree produced byJavadocParser.areaTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBaseTag
T visitBaseTag(JavadocParser.BaseTagContext ctx)
Visit a parse tree produced byJavadocParser.baseTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBasefontTag
T visitBasefontTag(JavadocParser.BasefontTagContext ctx)
Visit a parse tree produced byJavadocParser.basefontTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBrTag
T visitBrTag(JavadocParser.BrTagContext ctx)
Visit a parse tree produced byJavadocParser.brTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColTag
T visitColTag(JavadocParser.ColTagContext ctx)
Visit a parse tree produced byJavadocParser.colTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameTag
T visitFrameTag(JavadocParser.FrameTagContext ctx)
Visit a parse tree produced byJavadocParser.frameTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHrTag
T visitHrTag(JavadocParser.HrTagContext ctx)
Visit a parse tree produced byJavadocParser.hrTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImgTag
T visitImgTag(JavadocParser.ImgTagContext ctx)
Visit a parse tree produced byJavadocParser.imgTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInputTag
T visitInputTag(JavadocParser.InputTagContext ctx)
Visit a parse tree produced byJavadocParser.inputTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsindexTag
T visitIsindexTag(JavadocParser.IsindexTagContext ctx)
Visit a parse tree produced byJavadocParser.isindexTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLinkTag
T visitLinkTag(JavadocParser.LinkTagContext ctx)
Visit a parse tree produced byJavadocParser.linkTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMetaTag
T visitMetaTag(JavadocParser.MetaTagContext ctx)
Visit a parse tree produced byJavadocParser.metaTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParamTag
T visitParamTag(JavadocParser.ParamTagContext ctx)
Visit a parse tree produced byJavadocParser.paramTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWrongSingletonTag
T visitWrongSingletonTag(JavadocParser.WrongSingletonTagContext ctx)
Visit a parse tree produced byJavadocParser.wrongSingletonTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingletonTagName
T visitSingletonTagName(JavadocParser.SingletonTagNameContext ctx)
Visit a parse tree produced byJavadocParser.singletonTagName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDescription
T visitDescription(JavadocParser.DescriptionContext ctx)
Visit a parse tree produced byJavadocParser.description().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReference
T visitReference(JavadocParser.ReferenceContext ctx)
Visit a parse tree produced byJavadocParser.reference().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameters
T visitParameters(JavadocParser.ParametersContext ctx)
Visit a parse tree produced byJavadocParser.parameters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJavadocTag
T visitJavadocTag(JavadocParser.JavadocTagContext ctx)
Visit a parse tree produced byJavadocParser.javadocTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJavadocInlineTag
T visitJavadocInlineTag(JavadocParser.JavadocInlineTagContext ctx)
Visit a parse tree produced byJavadocParser.javadocInlineTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlComment
T visitHtmlComment(JavadocParser.HtmlCommentContext ctx)
Visit a parse tree produced byJavadocParser.htmlComment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitText
T visitText(JavadocParser.TextContext ctx)
Visit a parse tree produced byJavadocParser.text().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmbedTag
T visitEmbedTag(JavadocParser.EmbedTagContext ctx)
Visit a parse tree produced byJavadocParser.embedTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeygenTag
T visitKeygenTag(JavadocParser.KeygenTagContext ctx)
Visit a parse tree produced byJavadocParser.keygenTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSourceTag
T visitSourceTag(JavadocParser.SourceTagContext ctx)
Visit a parse tree produced byJavadocParser.sourceTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrackTag
T visitTrackTag(JavadocParser.TrackTagContext ctx)
Visit a parse tree produced byJavadocParser.trackTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWbrTag
T visitWbrTag(JavadocParser.WbrTagContext ctx)
Visit a parse tree produced byJavadocParser.wbrTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptgroupTagStart
T visitOptgroupTagStart(JavadocParser.OptgroupTagStartContext ctx)
Visit a parse tree produced byJavadocParser.optgroupTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptgroupTagEnd
T visitOptgroupTagEnd(JavadocParser.OptgroupTagEndContext ctx)
Visit a parse tree produced byJavadocParser.optgroupTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptgroup
T visitOptgroup(JavadocParser.OptgroupContext ctx)
Visit a parse tree produced byJavadocParser.optgroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRbTagStart
T visitRbTagStart(JavadocParser.RbTagStartContext ctx)
Visit a parse tree produced byJavadocParser.rbTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRbTagEnd
T visitRbTagEnd(JavadocParser.RbTagEndContext ctx)
Visit a parse tree produced byJavadocParser.rbTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRb
T visitRb(JavadocParser.RbContext ctx)
Visit a parse tree produced byJavadocParser.rb().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtTagStart
T visitRtTagStart(JavadocParser.RtTagStartContext ctx)
Visit a parse tree produced byJavadocParser.rtTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtTagEnd
T visitRtTagEnd(JavadocParser.RtTagEndContext ctx)
Visit a parse tree produced byJavadocParser.rtTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRt
T visitRt(JavadocParser.RtContext ctx)
Visit a parse tree produced byJavadocParser.rt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtcTagStart
T visitRtcTagStart(JavadocParser.RtcTagStartContext ctx)
Visit a parse tree produced byJavadocParser.rtcTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtcTagEnd
T visitRtcTagEnd(JavadocParser.RtcTagEndContext ctx)
Visit a parse tree produced byJavadocParser.rtcTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRtc
T visitRtc(JavadocParser.RtcContext ctx)
Visit a parse tree produced byJavadocParser.rtc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRpTagStart
T visitRpTagStart(JavadocParser.RpTagStartContext ctx)
Visit a parse tree produced byJavadocParser.rpTagStart(boolean).- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRpTagEnd
T visitRpTagEnd(JavadocParser.RpTagEndContext ctx)
Visit a parse tree produced byJavadocParser.rpTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRp
T visitRp(JavadocParser.RpContext ctx)
Visit a parse tree produced byJavadocParser.rp().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-