Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.RootContext
-
Packages that use PostgreSQLParser.RootContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.RootContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.RootContext Modifier and Type Method Description PostgreSQLParser.RootContextPostgreSQLParser. root()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.RootContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterRoot(PostgreSQLParser.RootContext ctx)voidPostgreSQLParserListener. enterRoot(PostgreSQLParser.RootContext ctx)voidPostgreSQLParserBaseListener. exitRoot(PostgreSQLParser.RootContext ctx)voidPostgreSQLParserListener. exitRoot(PostgreSQLParser.RootContext ctx)TPostgreSQLParserBaseVisitor. visitRoot(PostgreSQLParser.RootContext ctx)TPostgreSQLParserVisitor. visitRoot(PostgreSQLParser.RootContext ctx)
-