T - The return type of the visit operation. Use Void for
operations with no return type.public interface JavaPropertiesVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
JavaPropertiesParser.T visitLineBreak(@NotNull JavaPropertiesParser.LineBreakContext ctx)
JavaPropertiesParser.lineBreak().ctx - the parse treeT visitValueChar(@NotNull JavaPropertiesParser.ValueCharContext ctx)
JavaPropertiesParser.valueChar().ctx - the parse treeT visitValue(@NotNull JavaPropertiesParser.ValueContext ctx)
JavaPropertiesParser.value().ctx - the parse treeT visitEol(@NotNull JavaPropertiesParser.EolContext ctx)
JavaPropertiesParser.eol().ctx - the parse treeT visitLine(@NotNull JavaPropertiesParser.LineContext ctx)
JavaPropertiesParser.line().ctx - the parse treeT visitProperties(@NotNull JavaPropertiesParser.PropertiesContext ctx)
JavaPropertiesParser.properties().ctx - the parse treeT visitKeyChar(@NotNull JavaPropertiesParser.KeyCharContext ctx)
JavaPropertiesParser.keyChar().ctx - the parse treeT visitComment(@NotNull JavaPropertiesParser.CommentContext ctx)
JavaPropertiesParser.comment().ctx - the parse treeT visitKey(@NotNull JavaPropertiesParser.KeyContext ctx)
JavaPropertiesParser.key().ctx - the parse treeT visitKeyValue(@NotNull JavaPropertiesParser.KeyValueContext ctx)
JavaPropertiesParser.keyValue().ctx - the parse treeCopyright © 2013. All rights reserved.