T
- The return type of the visit operation. Use Void
for
operations with no return type.public class JavadocParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements JavadocParserVisitor<T>
JavadocParserVisitor
,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.Constructor and Description |
---|
JavadocParserBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
public JavadocParserBaseVisitor()
public T visitJavadoc(JavadocParser.JavadocContext ctx)
JavadocParser.javadoc()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitJavadoc
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitHtmlElement(JavadocParser.HtmlElementContext ctx)
JavadocParser.htmlElement()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitHtmlElement
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitHtmlElementOpen(JavadocParser.HtmlElementOpenContext ctx)
JavadocParser.htmlElementOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitHtmlElementOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitHtmlElementClose(JavadocParser.HtmlElementCloseContext ctx)
JavadocParser.htmlElementClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitHtmlElementClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitAttribute(JavadocParser.AttributeContext ctx)
JavadocParser.attribute()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitAttribute
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitHtmlTag(JavadocParser.HtmlTagContext ctx)
JavadocParser.htmlTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitHtmlTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitPTagOpen(JavadocParser.PTagOpenContext ctx)
JavadocParser.pTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitPTagClose(JavadocParser.PTagCloseContext ctx)
JavadocParser.pTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitParagraph(JavadocParser.ParagraphContext ctx)
JavadocParser.paragraph()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitParagraph
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitLiTagOpen(JavadocParser.LiTagOpenContext ctx)
JavadocParser.liTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitLiTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitLiTagClose(JavadocParser.LiTagCloseContext ctx)
JavadocParser.liTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitLiTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitLi(JavadocParser.LiContext ctx)
JavadocParser.li()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitLi
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTrTagOpen(JavadocParser.TrTagOpenContext ctx)
JavadocParser.trTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTrTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTrTagClose(JavadocParser.TrTagCloseContext ctx)
JavadocParser.trTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTrTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTr(JavadocParser.TrContext ctx)
JavadocParser.tr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTr
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTdTagOpen(JavadocParser.TdTagOpenContext ctx)
JavadocParser.tdTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTdTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTdTagClose(JavadocParser.TdTagCloseContext ctx)
JavadocParser.tdTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTdTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTd(JavadocParser.TdContext ctx)
JavadocParser.td()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTd
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitThTagOpen(JavadocParser.ThTagOpenContext ctx)
JavadocParser.thTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitThTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitThTagClose(JavadocParser.ThTagCloseContext ctx)
JavadocParser.thTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitThTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTh(JavadocParser.ThContext ctx)
JavadocParser.th()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTh
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitBodyTagOpen(JavadocParser.BodyTagOpenContext ctx)
JavadocParser.bodyTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitBodyTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitBodyTagClose(JavadocParser.BodyTagCloseContext ctx)
JavadocParser.bodyTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitBodyTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitBody(JavadocParser.BodyContext ctx)
JavadocParser.body()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitBody
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitColgroupTagOpen(JavadocParser.ColgroupTagOpenContext ctx)
JavadocParser.colgroupTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitColgroupTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitColgroupTagClose(JavadocParser.ColgroupTagCloseContext ctx)
JavadocParser.colgroupTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitColgroupTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitColgroup(JavadocParser.ColgroupContext ctx)
JavadocParser.colgroup()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitColgroup
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitDdTagOpen(JavadocParser.DdTagOpenContext ctx)
JavadocParser.ddTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitDdTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitDdTagClose(JavadocParser.DdTagCloseContext ctx)
JavadocParser.ddTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitDdTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitDd(JavadocParser.DdContext ctx)
JavadocParser.dd()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitDd
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitDtTagOpen(JavadocParser.DtTagOpenContext ctx)
JavadocParser.dtTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitDtTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitDtTagClose(JavadocParser.DtTagCloseContext ctx)
JavadocParser.dtTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitDtTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitDt(JavadocParser.DtContext ctx)
JavadocParser.dt()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitDt
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitHeadTagOpen(JavadocParser.HeadTagOpenContext ctx)
JavadocParser.headTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitHeadTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitHeadTagClose(JavadocParser.HeadTagCloseContext ctx)
JavadocParser.headTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitHeadTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitHead(JavadocParser.HeadContext ctx)
JavadocParser.head()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitHead
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitHtmlTagOpen(JavadocParser.HtmlTagOpenContext ctx)
JavadocParser.htmlTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitHtmlTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitHtmlTagClose(JavadocParser.HtmlTagCloseContext ctx)
JavadocParser.htmlTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitHtmlTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitHtml(JavadocParser.HtmlContext ctx)
JavadocParser.html()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitHtml
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitOptionTagOpen(JavadocParser.OptionTagOpenContext ctx)
JavadocParser.optionTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitOptionTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitOptionTagClose(JavadocParser.OptionTagCloseContext ctx)
JavadocParser.optionTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitOptionTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitOption(JavadocParser.OptionContext ctx)
JavadocParser.option()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitOption
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTbodyTagOpen(JavadocParser.TbodyTagOpenContext ctx)
JavadocParser.tbodyTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTbodyTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTbodyTagClose(JavadocParser.TbodyTagCloseContext ctx)
JavadocParser.tbodyTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTbodyTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTbody(JavadocParser.TbodyContext ctx)
JavadocParser.tbody()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTbody
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTfootTagOpen(JavadocParser.TfootTagOpenContext ctx)
JavadocParser.tfootTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTfootTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTfootTagClose(JavadocParser.TfootTagCloseContext ctx)
JavadocParser.tfootTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTfootTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTfoot(JavadocParser.TfootContext ctx)
JavadocParser.tfoot()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTfoot
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTheadTagOpen(JavadocParser.TheadTagOpenContext ctx)
JavadocParser.theadTagOpen()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTheadTagOpen
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitTheadTagClose(JavadocParser.TheadTagCloseContext ctx)
JavadocParser.theadTagClose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTheadTagClose
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitThead(JavadocParser.TheadContext ctx)
JavadocParser.thead()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitThead
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitSingletonElement(JavadocParser.SingletonElementContext ctx)
JavadocParser.singletonElement()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSingletonElement
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitSingletonTag(JavadocParser.SingletonTagContext ctx)
JavadocParser.singletonTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSingletonTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitAreaTag(JavadocParser.AreaTagContext ctx)
JavadocParser.areaTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitAreaTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitBaseTag(JavadocParser.BaseTagContext ctx)
JavadocParser.baseTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitBaseTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitBasefontTag(JavadocParser.BasefontTagContext ctx)
JavadocParser.basefontTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitBasefontTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitBrTag(JavadocParser.BrTagContext ctx)
JavadocParser.brTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitBrTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitColTag(JavadocParser.ColTagContext ctx)
JavadocParser.colTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitColTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitFrameTag(JavadocParser.FrameTagContext ctx)
JavadocParser.frameTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitFrameTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitHrTag(JavadocParser.HrTagContext ctx)
JavadocParser.hrTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitHrTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitImgTag(JavadocParser.ImgTagContext ctx)
JavadocParser.imgTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitImgTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitInputTag(JavadocParser.InputTagContext ctx)
JavadocParser.inputTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInputTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitIsindexTag(JavadocParser.IsindexTagContext ctx)
JavadocParser.isindexTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitIsindexTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitLinkTag(JavadocParser.LinkTagContext ctx)
JavadocParser.linkTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitLinkTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitMetaTag(JavadocParser.MetaTagContext ctx)
JavadocParser.metaTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitMetaTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitParamTag(JavadocParser.ParamTagContext ctx)
JavadocParser.paramTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitParamTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitWrongSinletonTag(JavadocParser.WrongSinletonTagContext ctx)
JavadocParser.wrongSinletonTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitWrongSinletonTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitSingletonTagName(JavadocParser.SingletonTagNameContext ctx)
JavadocParser.singletonTagName()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSingletonTagName
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitDescription(JavadocParser.DescriptionContext ctx)
JavadocParser.description()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitDescription
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitReference(JavadocParser.ReferenceContext ctx)
JavadocParser.reference()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitReference
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitParameters(JavadocParser.ParametersContext ctx)
JavadocParser.parameters()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitParameters
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitJavadocTag(JavadocParser.JavadocTagContext ctx)
JavadocParser.javadocTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitJavadocTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitJavadocInlineTag(JavadocParser.JavadocInlineTagContext ctx)
JavadocParser.javadocInlineTag()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitJavadocInlineTag
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitHtmlComment(JavadocParser.HtmlCommentContext ctx)
JavadocParser.htmlComment()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitHtmlComment
in interface JavadocParserVisitor<T>
ctx
- the parse treepublic T visitText(JavadocParser.TextContext ctx)
JavadocParser.text()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitText
in interface JavadocParserVisitor<T>
ctx
- the parse treeCopyright © 2001-2017. All Rights Reserved.