Uses of Class
org.apache.drill.common.expression.parser.ExprParser.XorExprContext
-
Uses of ExprParser.XorExprContext in org.apache.drill.common.expression.parser
Modifier and TypeMethodDescriptionvoid
ExprParserBaseListener.enterXorExpr
(ExprParser.XorExprContext ctx) Enter a parse tree produced byExprParser.xorExpr()
.void
ExprParserListener.enterXorExpr
(ExprParser.XorExprContext ctx) Enter a parse tree produced byExprParser.xorExpr()
.void
ExprParserBaseListener.exitXorExpr
(ExprParser.XorExprContext ctx) Exit a parse tree produced byExprParser.xorExpr()
.void
ExprParserListener.exitXorExpr
(ExprParser.XorExprContext ctx) Exit a parse tree produced byExprParser.xorExpr()
.