Uses of Class
net.hironico.minisql.parser.postgresql.PostgreSQLParser.RootContext
Packages that use PostgreSQLParser.RootContext
-
Uses of PostgreSQLParser.RootContext in net.hironico.minisql.parser.postgresql
Methods in net.hironico.minisql.parser.postgresql that return PostgreSQLParser.RootContextMethods in net.hironico.minisql.parser.postgresql with parameters of type PostgreSQLParser.RootContextModifier and TypeMethodDescriptionvoidPostgreSQLParserBaseListener.enterRoot(PostgreSQLParser.RootContext ctx) Enter a parse tree produced byPostgreSQLParser.root().voidPostgreSQLParserListener.enterRoot(PostgreSQLParser.RootContext ctx) Enter a parse tree produced byPostgreSQLParser.root().voidPostgreSQLParserBaseListener.exitRoot(PostgreSQLParser.RootContext ctx) Exit a parse tree produced byPostgreSQLParser.root().voidPostgreSQLParserListener.exitRoot(PostgreSQLParser.RootContext ctx) Exit a parse tree produced byPostgreSQLParser.root().