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 TypeMethodDescriptionvoidExprParserBaseListener.enterNameSegment(ExprParser.NameSegmentContext ctx) Enter a parse tree produced byExprParser.nameSegment().voidExprParserListener.enterNameSegment(ExprParser.NameSegmentContext ctx) Enter a parse tree produced byExprParser.nameSegment().voidExprParserBaseListener.exitNameSegment(ExprParser.NameSegmentContext ctx) Exit a parse tree produced byExprParser.nameSegment().voidExprParserListener.exitNameSegment(ExprParser.NameSegmentContext ctx) Exit a parse tree produced byExprParser.nameSegment().