T - The return type of the visit operation. Use Void for
operations with no return type.public class JavaPropertiesBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements JavaPropertiesVisitor<T>
JavaPropertiesVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
JavaPropertiesBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitLineBreak(@NotNull JavaPropertiesParser.LineBreakContext ctx)
JavaPropertiesParser.lineBreak().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLineBreak in interface JavaPropertiesVisitor<T>ctx - the parse treepublic T visitValueChar(@NotNull JavaPropertiesParser.ValueCharContext ctx)
JavaPropertiesParser.valueChar().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitValueChar in interface JavaPropertiesVisitor<T>ctx - the parse treepublic T visitValue(@NotNull JavaPropertiesParser.ValueContext ctx)
JavaPropertiesParser.value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitValue in interface JavaPropertiesVisitor<T>ctx - the parse treepublic T visitEol(@NotNull JavaPropertiesParser.EolContext ctx)
JavaPropertiesParser.eol().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitEol in interface JavaPropertiesVisitor<T>ctx - the parse treepublic T visitLine(@NotNull JavaPropertiesParser.LineContext ctx)
JavaPropertiesParser.line().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLine in interface JavaPropertiesVisitor<T>ctx - the parse treepublic T visitProperties(@NotNull JavaPropertiesParser.PropertiesContext ctx)
JavaPropertiesParser.properties().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitProperties in interface JavaPropertiesVisitor<T>ctx - the parse treepublic T visitKeyChar(@NotNull JavaPropertiesParser.KeyCharContext ctx)
JavaPropertiesParser.keyChar().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitKeyChar in interface JavaPropertiesVisitor<T>ctx - the parse treepublic T visitComment(@NotNull JavaPropertiesParser.CommentContext ctx)
JavaPropertiesParser.comment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitComment in interface JavaPropertiesVisitor<T>ctx - the parse treepublic T visitKey(@NotNull JavaPropertiesParser.KeyContext ctx)
JavaPropertiesParser.key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitKey in interface JavaPropertiesVisitor<T>ctx - the parse treepublic T visitKeyValue(@NotNull JavaPropertiesParser.KeyValueContext ctx)
JavaPropertiesParser.keyValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitKeyValue in interface JavaPropertiesVisitor<T>ctx - the parse treeCopyright © 2013. All rights reserved.