Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.RevokestmtContext
-
Packages that use PostgreSQLParser.RevokestmtContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.RevokestmtContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.RevokestmtContext Modifier and Type Method Description PostgreSQLParser.RevokestmtContextPostgreSQLParser. revokestmt()PostgreSQLParser.RevokestmtContextPostgreSQLParser.StmtContext. revokestmt()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.RevokestmtContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterRevokestmt(PostgreSQLParser.RevokestmtContext ctx)voidPostgreSQLParserListener. enterRevokestmt(PostgreSQLParser.RevokestmtContext ctx)voidPostgreSQLParserBaseListener. exitRevokestmt(PostgreSQLParser.RevokestmtContext ctx)voidPostgreSQLParserListener. exitRevokestmt(PostgreSQLParser.RevokestmtContext ctx)TPostgreSQLParserBaseVisitor. visitRevokestmt(PostgreSQLParser.RevokestmtContext ctx)TPostgreSQLParserVisitor. visitRevokestmt(PostgreSQLParser.RevokestmtContext ctx)
-