Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.CommentstmtContext
-
Packages that use PostgreSQLParser.CommentstmtContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.CommentstmtContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.CommentstmtContext Modifier and Type Method Description PostgreSQLParser.CommentstmtContextPostgreSQLParser. commentstmt()PostgreSQLParser.CommentstmtContextPostgreSQLParser.StmtContext. commentstmt()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.CommentstmtContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterCommentstmt(PostgreSQLParser.CommentstmtContext ctx)voidPostgreSQLParserListener. enterCommentstmt(PostgreSQLParser.CommentstmtContext ctx)voidPostgreSQLParserBaseListener. exitCommentstmt(PostgreSQLParser.CommentstmtContext ctx)voidPostgreSQLParserListener. exitCommentstmt(PostgreSQLParser.CommentstmtContext ctx)TPostgreSQLParserBaseVisitor. visitCommentstmt(PostgreSQLParser.CommentstmtContext ctx)TPostgreSQLParserVisitor. visitCommentstmt(PostgreSQLParser.CommentstmtContext ctx)
-