Interface JavadocParserVisitor<T>
-
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for 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
-
visitHtmlElementOpen
T visitHtmlElementOpen(JavadocParser.HtmlElementOpenContext ctx)
Visit a parse tree produced byJavadocParser.htmlElementOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHtmlElementClose
T visitHtmlElementClose(JavadocParser.HtmlElementCloseContext ctx)
Visit a parse tree produced byJavadocParser.htmlElementClose()
.- 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
-
visitPTagOpen
T visitPTagOpen(JavadocParser.PTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.pTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPTagClose
T visitPTagClose(JavadocParser.PTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.pTagClose()
.- 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
-
visitLiTagOpen
T visitLiTagOpen(JavadocParser.LiTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.liTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLiTagClose
T visitLiTagClose(JavadocParser.LiTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.liTagClose()
.- 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
-
visitTrTagOpen
T visitTrTagOpen(JavadocParser.TrTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.trTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTrTagClose
T visitTrTagClose(JavadocParser.TrTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.trTagClose()
.- 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
-
visitTdTagOpen
T visitTdTagOpen(JavadocParser.TdTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.tdTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTdTagClose
T visitTdTagClose(JavadocParser.TdTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.tdTagClose()
.- 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
-
visitThTagOpen
T visitThTagOpen(JavadocParser.ThTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.thTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitThTagClose
T visitThTagClose(JavadocParser.ThTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.thTagClose()
.- 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
-
visitBodyTagOpen
T visitBodyTagOpen(JavadocParser.BodyTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.bodyTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBodyTagClose
T visitBodyTagClose(JavadocParser.BodyTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.bodyTagClose()
.- 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
-
visitColgroupTagOpen
T visitColgroupTagOpen(JavadocParser.ColgroupTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.colgroupTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitColgroupTagClose
T visitColgroupTagClose(JavadocParser.ColgroupTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.colgroupTagClose()
.- 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
-
visitDdTagOpen
T visitDdTagOpen(JavadocParser.DdTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.ddTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDdTagClose
T visitDdTagClose(JavadocParser.DdTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.ddTagClose()
.- 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
-
visitDtTagOpen
T visitDtTagOpen(JavadocParser.DtTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.dtTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDtTagClose
T visitDtTagClose(JavadocParser.DtTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.dtTagClose()
.- 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
-
visitHeadTagOpen
T visitHeadTagOpen(JavadocParser.HeadTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.headTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeadTagClose
T visitHeadTagClose(JavadocParser.HeadTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.headTagClose()
.- 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
-
visitHtmlTagOpen
T visitHtmlTagOpen(JavadocParser.HtmlTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.htmlTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHtmlTagClose
T visitHtmlTagClose(JavadocParser.HtmlTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.htmlTagClose()
.- 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
-
visitOptionTagOpen
T visitOptionTagOpen(JavadocParser.OptionTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.optionTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOptionTagClose
T visitOptionTagClose(JavadocParser.OptionTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.optionTagClose()
.- 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
-
visitTbodyTagOpen
T visitTbodyTagOpen(JavadocParser.TbodyTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.tbodyTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTbodyTagClose
T visitTbodyTagClose(JavadocParser.TbodyTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.tbodyTagClose()
.- 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
-
visitTfootTagOpen
T visitTfootTagOpen(JavadocParser.TfootTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.tfootTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTfootTagClose
T visitTfootTagClose(JavadocParser.TfootTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.tfootTagClose()
.- 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
-
visitTheadTagOpen
T visitTheadTagOpen(JavadocParser.TheadTagOpenContext ctx)
Visit a parse tree produced byJavadocParser.theadTagOpen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTheadTagClose
T visitTheadTagClose(JavadocParser.TheadTagCloseContext ctx)
Visit a parse tree produced byJavadocParser.theadTagClose()
.- 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
-
visitSingletonTag
T visitSingletonTag(JavadocParser.SingletonTagContext ctx)
Visit a parse tree produced byJavadocParser.singletonTag()
.- 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
-
visitWrongSinletonTag
T visitWrongSinletonTag(JavadocParser.WrongSinletonTagContext ctx)
Visit a parse tree produced byJavadocParser.wrongSinletonTag()
.- 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
-
-