T - The return type of the visit operation. Use Void for
operations with no return type.public class DocCommentBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements DocCommentVisitor<T>
DocCommentVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
DocCommentBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitDocComment(DocCommentParser.DocCommentContext ctx)
DocCommentParser.docComment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDocComment in interface DocCommentVisitor<T>ctx - the parse treepublic T visitDocContent(DocCommentParser.DocContentContext ctx)
DocCommentParser.docContent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDocContent in interface DocCommentVisitor<T>ctx - the parse treepublic T visitDocElement(DocCommentParser.DocElementContext ctx)
DocCommentParser.docElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDocElement in interface DocCommentVisitor<T>ctx - the parse treepublic T visitDocLine(DocCommentParser.DocLineContext ctx)
DocCommentParser.docLine().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDocLine in interface DocCommentVisitor<T>ctx - the parse treepublic T visitDocTag(DocCommentParser.DocTagContext ctx)
DocCommentParser.docTag().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDocTag in interface DocCommentVisitor<T>ctx - the parse treepublic T visitDocLineElement(DocCommentParser.DocLineElementContext ctx)
DocCommentParser.docLineElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDocLineElement in interface DocCommentVisitor<T>ctx - the parse treepublic T visitDocText(DocCommentParser.DocTextContext ctx)
DocCommentParser.docText().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDocText in interface DocCommentVisitor<T>ctx - the parse treepublic T visitSeeTag(DocCommentParser.SeeTagContext ctx)
DocCommentParser.seeTag().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSeeTag in interface DocCommentVisitor<T>ctx - the parse treepublic T visitSeeTagAlias(DocCommentParser.SeeTagAliasContext ctx)
DocCommentParser.seeTagAlias().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSeeTagAlias in interface DocCommentVisitor<T>ctx - the parse treepublic T visitSeeTagAliasText(DocCommentParser.SeeTagAliasTextContext ctx)
DocCommentParser.seeTagAliasText().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSeeTagAliasText in interface DocCommentVisitor<T>ctx - the parse treepublic T visitSeeTagId(DocCommentParser.SeeTagIdContext ctx)
DocCommentParser.seeTagId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSeeTagId in interface DocCommentVisitor<T>ctx - the parse treepublic T visitTodoTag(DocCommentParser.TodoTagContext ctx)
DocCommentParser.todoTag().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTodoTag in interface DocCommentVisitor<T>ctx - the parse treepublic T visitParamTag(DocCommentParser.ParamTagContext ctx)
DocCommentParser.paramTag().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParamTag in interface DocCommentVisitor<T>ctx - the parse treepublic T visitParamName(DocCommentParser.ParamNameContext ctx)
DocCommentParser.paramName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParamName in interface DocCommentVisitor<T>ctx - the parse treepublic T visitDeprecatedTag(DocCommentParser.DeprecatedTagContext ctx)
DocCommentParser.deprecatedTag().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeprecatedTag in interface DocCommentVisitor<T>ctx - the parse treepublic T visitWhitespace(DocCommentParser.WhitespaceContext ctx)
DocCommentParser.whitespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhitespace in interface DocCommentVisitor<T>ctx - the parse treepublic T visitWhitespaceInParagraph(DocCommentParser.WhitespaceInParagraphContext ctx)
DocCommentParser.whitespaceInParagraph().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhitespaceInParagraph in interface DocCommentVisitor<T>ctx - the parse treepublic T visitWhitespaceInLine(DocCommentParser.WhitespaceInLineContext ctx)
DocCommentParser.whitespaceInLine().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhitespaceInLine in interface DocCommentVisitor<T>ctx - the parse treeLast updated 2024-10-29 12:56:13