Uses of Class
org.apache.drill.common.expression.parser.ExprParser.NameSegmentContext
-
Uses of ExprParser.NameSegmentContext in org.apache.drill.common.expression.parser
Modifier and TypeMethodDescriptionExprParser.nameSegment()
ExprParser.PathSegmentContext.nameSegment()
Modifier and TypeMethodDescriptionvoid
ExprParserBaseListener.enterNameSegment
(ExprParser.NameSegmentContext ctx) Enter a parse tree produced byExprParser.nameSegment()
.void
ExprParserListener.enterNameSegment
(ExprParser.NameSegmentContext ctx) Enter a parse tree produced byExprParser.nameSegment()
.void
ExprParserBaseListener.exitNameSegment
(ExprParser.NameSegmentContext ctx) Exit a parse tree produced byExprParser.nameSegment()
.void
ExprParserListener.exitNameSegment
(ExprParser.NameSegmentContext ctx) Exit a parse tree produced byExprParser.nameSegment()
.