Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.RevokerolestmtContext
-
Packages that use PostgreSQLParser.RevokerolestmtContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.RevokerolestmtContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.RevokerolestmtContext Modifier and Type Method Description PostgreSQLParser.RevokerolestmtContextPostgreSQLParser. revokerolestmt()PostgreSQLParser.RevokerolestmtContextPostgreSQLParser.StmtContext. revokerolestmt()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.RevokerolestmtContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterRevokerolestmt(PostgreSQLParser.RevokerolestmtContext ctx)voidPostgreSQLParserListener. enterRevokerolestmt(PostgreSQLParser.RevokerolestmtContext ctx)voidPostgreSQLParserBaseListener. exitRevokerolestmt(PostgreSQLParser.RevokerolestmtContext ctx)voidPostgreSQLParserListener. exitRevokerolestmt(PostgreSQLParser.RevokerolestmtContext ctx)TPostgreSQLParserBaseVisitor. visitRevokerolestmt(PostgreSQLParser.RevokerolestmtContext ctx)TPostgreSQLParserVisitor. visitRevokerolestmt(PostgreSQLParser.RevokerolestmtContext ctx)
-