| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)
Enter a parse tree produced by the
binaryLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseListener.enterBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)
Enter a parse tree produced by the
binaryLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseBaseListener.exitBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)
Exit a parse tree produced by the
binaryLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseListener.exitBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)
Exit a parse tree produced by the
binaryLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
T |
SqlBaseBaseVisitor.visitBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)
Visit a parse tree produced by the
binaryLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
T |
SqlBaseVisitor.visitBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)
Visit a parse tree produced by the
binaryLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
Copyright © 2012–2023. All rights reserved.