Uses of Class
org.apache.drill.common.expression.parser.ExprParser.NameSegmentContext
Packages that use ExprParser.NameSegmentContext
-
Uses of ExprParser.NameSegmentContext in org.apache.drill.common.expression.parser
Fields in org.apache.drill.common.expression.parser declared as ExprParser.NameSegmentContextMethods in org.apache.drill.common.expression.parser that return ExprParser.NameSegmentContextModifier and TypeMethodDescriptionExprParser.nameSegment()
ExprParser.PathSegmentContext.nameSegment()
Methods in org.apache.drill.common.expression.parser with parameters of type ExprParser.NameSegmentContextModifier 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()
.