Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.PlsqlrootContext
-
Packages that use PostgreSQLParser.PlsqlrootContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.PlsqlrootContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.PlsqlrootContext Modifier and Type Method Description PostgreSQLParser.PlsqlrootContextPostgreSQLParser. plsqlroot()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.PlsqlrootContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterPlsqlroot(PostgreSQLParser.PlsqlrootContext ctx)voidPostgreSQLParserListener. enterPlsqlroot(PostgreSQLParser.PlsqlrootContext ctx)voidPostgreSQLParserBaseListener. exitPlsqlroot(PostgreSQLParser.PlsqlrootContext ctx)voidPostgreSQLParserListener. exitPlsqlroot(PostgreSQLParser.PlsqlrootContext ctx)TPostgreSQLParserBaseVisitor. visitPlsqlroot(PostgreSQLParser.PlsqlrootContext ctx)TPostgreSQLParserVisitor. visitPlsqlroot(PostgreSQLParser.PlsqlrootContext ctx)
-