Trait

com.qubole.spark.datasources.hiveacid.sql.catalyst.parser

SqlHiveListener

Related Doc: package parser

Permalink

trait SqlHiveListener extends ParseTreeListener

Linear Supertypes
ParseTreeListener, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SqlHiveListener
  2. ParseTreeListener
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def enterAggregation(ctx: AggregationContext): Unit

    Permalink
  2. abstract def enterAliasedQuery(ctx: AliasedQueryContext): Unit

    Permalink
  3. abstract def enterAliasedRelation(ctx: AliasedRelationContext): Unit

    Permalink
  4. abstract def enterArithmeticBinary(ctx: ArithmeticBinaryContext): Unit

    Permalink
  5. abstract def enterArithmeticUnary(ctx: ArithmeticUnaryContext): Unit

    Permalink
  6. abstract def enterBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit

    Permalink
  7. abstract def enterBigIntLiteral(ctx: BigIntLiteralContext): Unit

    Permalink
  8. abstract def enterBooleanLiteral(ctx: BooleanLiteralContext): Unit

    Permalink
  9. abstract def enterBooleanValue(ctx: BooleanValueContext): Unit

    Permalink
  10. abstract def enterCast(ctx: CastContext): Unit

    Permalink
  11. abstract def enterColType(ctx: ColTypeContext): Unit

    Permalink
  12. abstract def enterColTypeList(ctx: ColTypeListContext): Unit

    Permalink
  13. abstract def enterColumnReference(ctx: ColumnReferenceContext): Unit

    Permalink
  14. abstract def enterComparison(ctx: ComparisonContext): Unit

    Permalink
  15. abstract def enterComparisonOperator(ctx: ComparisonOperatorContext): Unit

    Permalink
  16. abstract def enterComplexColType(ctx: ComplexColTypeContext): Unit

    Permalink
  17. abstract def enterComplexColTypeList(ctx: ComplexColTypeListContext): Unit

    Permalink
  18. abstract def enterComplexDataType(ctx: ComplexDataTypeContext): Unit

    Permalink
  19. abstract def enterConstantDefault(ctx: ConstantDefaultContext): Unit

    Permalink
  20. abstract def enterCtes(ctx: CtesContext): Unit

    Permalink
  21. abstract def enterDecimalLiteral(ctx: DecimalLiteralContext): Unit

    Permalink
  22. abstract def enterDelete(ctx: DeleteContext): Unit

    Permalink
  23. abstract def enterDeleteCommand(ctx: DeleteCommandContext): Unit

    Permalink
  24. abstract def enterDereference(ctx: DereferenceContext): Unit

    Permalink
  25. abstract def enterDoubleLiteral(ctx: DoubleLiteralContext): Unit

    Permalink
  26. abstract def enterEveryRule(arg0: ParserRuleContext): Unit

    Permalink
    Definition Classes
    ParseTreeListener
  27. abstract def enterExists(ctx: ExistsContext): Unit

    Permalink
  28. abstract def enterExpression(ctx: ExpressionContext): Unit

    Permalink
  29. abstract def enterExtract(ctx: ExtractContext): Unit

    Permalink
  30. abstract def enterFirst(ctx: FirstContext): Unit

    Permalink
  31. abstract def enterFrameBound(ctx: FrameBoundContext): Unit

    Permalink
  32. abstract def enterFromClause(ctx: FromClauseContext): Unit

    Permalink
  33. abstract def enterFunctionCall(ctx: FunctionCallContext): Unit

    Permalink
  34. abstract def enterFunctionTable(ctx: FunctionTableContext): Unit

    Permalink
  35. abstract def enterGroupingSet(ctx: GroupingSetContext): Unit

    Permalink
  36. abstract def enterHint(ctx: HintContext): Unit

    Permalink
  37. abstract def enterHintStatement(ctx: HintStatementContext): Unit

    Permalink
  38. abstract def enterIdentifier(ctx: IdentifierContext): Unit

    Permalink
  39. abstract def enterIdentifierList(ctx: IdentifierListContext): Unit

    Permalink
  40. abstract def enterIdentifierSeq(ctx: IdentifierSeqContext): Unit

    Permalink
  41. abstract def enterInlineTable(ctx: InlineTableContext): Unit

    Permalink
  42. abstract def enterInlineTableDefault1(ctx: InlineTableDefault1Context): Unit

    Permalink
  43. abstract def enterInlineTableDefault2(ctx: InlineTableDefault2Context): Unit

    Permalink
  44. abstract def enterInsertFieldList(ctx: InsertFieldListContext): Unit

    Permalink
  45. abstract def enterIntegerLiteral(ctx: IntegerLiteralContext): Unit

    Permalink
  46. abstract def enterInterval(ctx: IntervalContext): Unit

    Permalink
  47. abstract def enterIntervalField(ctx: IntervalFieldContext): Unit

    Permalink
  48. abstract def enterIntervalLiteral(ctx: IntervalLiteralContext): Unit

    Permalink
  49. abstract def enterIntervalValue(ctx: IntervalValueContext): Unit

    Permalink
  50. abstract def enterJoinCriteria(ctx: JoinCriteriaContext): Unit

    Permalink
  51. abstract def enterJoinRelation(ctx: JoinRelationContext): Unit

    Permalink
  52. abstract def enterJoinType(ctx: JoinTypeContext): Unit

    Permalink
  53. abstract def enterLambda(ctx: LambdaContext): Unit

    Permalink
  54. abstract def enterLast(ctx: LastContext): Unit

    Permalink
  55. abstract def enterLateralView(ctx: LateralViewContext): Unit

    Permalink
  56. abstract def enterLogicalBinary(ctx: LogicalBinaryContext): Unit

    Permalink
  57. abstract def enterLogicalNot(ctx: LogicalNotContext): Unit

    Permalink
  58. abstract def enterMerge(ctx: MergeContext): Unit

    Permalink
  59. abstract def enterMergeCommand(ctx: MergeCommandContext): Unit

    Permalink
  60. abstract def enterMerge_action(ctx: Merge_actionContext): Unit

    Permalink
  61. abstract def enterMerge_condition(ctx: Merge_conditionContext): Unit

    Permalink
  62. abstract def enterMultiInsertQueryBody(ctx: MultiInsertQueryBodyContext): Unit

    Permalink
  63. abstract def enterNamedExpression(ctx: NamedExpressionContext): Unit

    Permalink
  64. abstract def enterNamedExpressionSeq(ctx: NamedExpressionSeqContext): Unit

    Permalink
  65. abstract def enterNamedQuery(ctx: NamedQueryContext): Unit

    Permalink
  66. abstract def enterNamedWindow(ctx: NamedWindowContext): Unit

    Permalink
  67. abstract def enterNonReserved(ctx: NonReservedContext): Unit

    Permalink
  68. abstract def enterNullLiteral(ctx: NullLiteralContext): Unit

    Permalink
  69. abstract def enterNumericLiteral(ctx: NumericLiteralContext): Unit

    Permalink
  70. abstract def enterParenthesizedExpression(ctx: ParenthesizedExpressionContext): Unit

    Permalink
  71. abstract def enterPivotClause(ctx: PivotClauseContext): Unit

    Permalink
  72. abstract def enterPivotColumn(ctx: PivotColumnContext): Unit

    Permalink
  73. abstract def enterPivotValue(ctx: PivotValueContext): Unit

    Permalink
  74. abstract def enterPosition(ctx: PositionContext): Unit

    Permalink
  75. abstract def enterPredicate(ctx: PredicateContext): Unit

    Permalink
  76. abstract def enterPredicated(ctx: PredicatedContext): Unit

    Permalink
  77. abstract def enterPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit

    Permalink
  78. abstract def enterQualifiedName(ctx: QualifiedNameContext): Unit

    Permalink
  79. abstract def enterQuery(ctx: QueryContext): Unit

    Permalink
  80. abstract def enterQueryNoWith(ctx: QueryNoWithContext): Unit

    Permalink
  81. abstract def enterQueryOrganization(ctx: QueryOrganizationContext): Unit

    Permalink
  82. abstract def enterQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): Unit

    Permalink
  83. abstract def enterQuerySpecification(ctx: QuerySpecificationContext): Unit

    Permalink
  84. abstract def enterQueryTermDefault(ctx: QueryTermDefaultContext): Unit

    Permalink
  85. abstract def enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Permalink
  86. abstract def enterQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit

    Permalink
  87. abstract def enterRelation(ctx: RelationContext): Unit

    Permalink
  88. abstract def enterRowConstructor(ctx: RowConstructorContext): Unit

    Permalink
  89. abstract def enterRowFormatDelimited(ctx: RowFormatDelimitedContext): Unit

    Permalink
  90. abstract def enterRowFormatSerde(ctx: RowFormatSerdeContext): Unit

    Permalink
  91. abstract def enterSample(ctx: SampleContext): Unit

    Permalink
  92. abstract def enterSampleByBucket(ctx: SampleByBucketContext): Unit

    Permalink
  93. abstract def enterSampleByBytes(ctx: SampleByBytesContext): Unit

    Permalink
  94. abstract def enterSampleByPercentile(ctx: SampleByPercentileContext): Unit

    Permalink
  95. abstract def enterSampleByRows(ctx: SampleByRowsContext): Unit

    Permalink
  96. abstract def enterSearchedCase(ctx: SearchedCaseContext): Unit

    Permalink
  97. abstract def enterSetOperation(ctx: SetOperationContext): Unit

    Permalink
  98. abstract def enterSetQuantifier(ctx: SetQuantifierContext): Unit

    Permalink
  99. abstract def enterSimpleCase(ctx: SimpleCaseContext): Unit

    Permalink
  100. abstract def enterSingleStatement(ctx: SingleStatementContext): Unit

    Permalink
  101. abstract def enterSmallIntLiteral(ctx: SmallIntLiteralContext): Unit

    Permalink
  102. abstract def enterSortItem(ctx: SortItemContext): Unit

    Permalink
  103. abstract def enterStar(ctx: StarContext): Unit

    Permalink
  104. abstract def enterStringLiteral(ctx: StringLiteralContext): Unit

    Permalink
  105. abstract def enterStruct(ctx: StructContext): Unit

    Permalink
  106. abstract def enterSubquery(ctx: SubqueryContext): Unit

    Permalink
  107. abstract def enterSubqueryExpression(ctx: SubqueryExpressionContext): Unit

    Permalink
  108. abstract def enterSubscript(ctx: SubscriptContext): Unit

    Permalink
  109. abstract def enterTable(ctx: TableContext): Unit

    Permalink
  110. abstract def enterTableAlias(ctx: TableAliasContext): Unit

    Permalink
  111. abstract def enterTableIdentifier(ctx: TableIdentifierContext): Unit

    Permalink
  112. abstract def enterTableName(ctx: TableNameContext): Unit

    Permalink
  113. abstract def enterTableProperty(ctx: TablePropertyContext): Unit

    Permalink
  114. abstract def enterTablePropertyKey(ctx: TablePropertyKeyContext): Unit

    Permalink
  115. abstract def enterTablePropertyList(ctx: TablePropertyListContext): Unit

    Permalink
  116. abstract def enterTablePropertyValue(ctx: TablePropertyValueContext): Unit

    Permalink
  117. abstract def enterTableValuedFunction(ctx: TableValuedFunctionContext): Unit

    Permalink
  118. abstract def enterTinyIntLiteral(ctx: TinyIntLiteralContext): Unit

    Permalink
  119. abstract def enterTypeConstructor(ctx: TypeConstructorContext): Unit

    Permalink
  120. abstract def enterUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

    Permalink
  121. abstract def enterUpdate(ctx: UpdateContext): Unit

    Permalink
  122. abstract def enterUpdateCommand(ctx: UpdateCommandContext): Unit

    Permalink
  123. abstract def enterUpdateField(ctx: UpdateFieldContext): Unit

    Permalink
  124. abstract def enterUpdateFieldList(ctx: UpdateFieldListContext): Unit

    Permalink
  125. abstract def enterValueExpressionDefault(ctx: ValueExpressionDefaultContext): Unit

    Permalink
  126. abstract def enterWhenClause(ctx: WhenClauseContext): Unit

    Permalink
  127. abstract def enterWindowDef(ctx: WindowDefContext): Unit

    Permalink
  128. abstract def enterWindowFrame(ctx: WindowFrameContext): Unit

    Permalink
  129. abstract def enterWindowRef(ctx: WindowRefContext): Unit

    Permalink
  130. abstract def enterWindows(ctx: WindowsContext): Unit

    Permalink
  131. abstract def exitAggregation(ctx: AggregationContext): Unit

    Permalink
  132. abstract def exitAliasedQuery(ctx: AliasedQueryContext): Unit

    Permalink
  133. abstract def exitAliasedRelation(ctx: AliasedRelationContext): Unit

    Permalink
  134. abstract def exitArithmeticBinary(ctx: ArithmeticBinaryContext): Unit

    Permalink
  135. abstract def exitArithmeticUnary(ctx: ArithmeticUnaryContext): Unit

    Permalink
  136. abstract def exitBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit

    Permalink
  137. abstract def exitBigIntLiteral(ctx: BigIntLiteralContext): Unit

    Permalink
  138. abstract def exitBooleanLiteral(ctx: BooleanLiteralContext): Unit

    Permalink
  139. abstract def exitBooleanValue(ctx: BooleanValueContext): Unit

    Permalink
  140. abstract def exitCast(ctx: CastContext): Unit

    Permalink
  141. abstract def exitColType(ctx: ColTypeContext): Unit

    Permalink
  142. abstract def exitColTypeList(ctx: ColTypeListContext): Unit

    Permalink
  143. abstract def exitColumnReference(ctx: ColumnReferenceContext): Unit

    Permalink
  144. abstract def exitComparison(ctx: ComparisonContext): Unit

    Permalink
  145. abstract def exitComparisonOperator(ctx: ComparisonOperatorContext): Unit

    Permalink
  146. abstract def exitComplexColType(ctx: ComplexColTypeContext): Unit

    Permalink
  147. abstract def exitComplexColTypeList(ctx: ComplexColTypeListContext): Unit

    Permalink
  148. abstract def exitComplexDataType(ctx: ComplexDataTypeContext): Unit

    Permalink
  149. abstract def exitConstantDefault(ctx: ConstantDefaultContext): Unit

    Permalink
  150. abstract def exitCtes(ctx: CtesContext): Unit

    Permalink
  151. abstract def exitDecimalLiteral(ctx: DecimalLiteralContext): Unit

    Permalink
  152. abstract def exitDelete(ctx: DeleteContext): Unit

    Permalink
  153. abstract def exitDeleteCommand(ctx: DeleteCommandContext): Unit

    Permalink
  154. abstract def exitDereference(ctx: DereferenceContext): Unit

    Permalink
  155. abstract def exitDoubleLiteral(ctx: DoubleLiteralContext): Unit

    Permalink
  156. abstract def exitEveryRule(arg0: ParserRuleContext): Unit

    Permalink
    Definition Classes
    ParseTreeListener
  157. abstract def exitExists(ctx: ExistsContext): Unit

    Permalink
  158. abstract def exitExpression(ctx: ExpressionContext): Unit

    Permalink
  159. abstract def exitExtract(ctx: ExtractContext): Unit

    Permalink
  160. abstract def exitFirst(ctx: FirstContext): Unit

    Permalink
  161. abstract def exitFrameBound(ctx: FrameBoundContext): Unit

    Permalink
  162. abstract def exitFromClause(ctx: FromClauseContext): Unit

    Permalink
  163. abstract def exitFunctionCall(ctx: FunctionCallContext): Unit

    Permalink
  164. abstract def exitFunctionTable(ctx: FunctionTableContext): Unit

    Permalink
  165. abstract def exitGroupingSet(ctx: GroupingSetContext): Unit

    Permalink
  166. abstract def exitHint(ctx: HintContext): Unit

    Permalink
  167. abstract def exitHintStatement(ctx: HintStatementContext): Unit

    Permalink
  168. abstract def exitIdentifier(ctx: IdentifierContext): Unit

    Permalink
  169. abstract def exitIdentifierList(ctx: IdentifierListContext): Unit

    Permalink
  170. abstract def exitIdentifierSeq(ctx: IdentifierSeqContext): Unit

    Permalink
  171. abstract def exitInlineTable(ctx: InlineTableContext): Unit

    Permalink
  172. abstract def exitInlineTableDefault1(ctx: InlineTableDefault1Context): Unit

    Permalink
  173. abstract def exitInlineTableDefault2(ctx: InlineTableDefault2Context): Unit

    Permalink
  174. abstract def exitInsertFieldList(ctx: InsertFieldListContext): Unit

    Permalink
  175. abstract def exitIntegerLiteral(ctx: IntegerLiteralContext): Unit

    Permalink
  176. abstract def exitInterval(ctx: IntervalContext): Unit

    Permalink
  177. abstract def exitIntervalField(ctx: IntervalFieldContext): Unit

    Permalink
  178. abstract def exitIntervalLiteral(ctx: IntervalLiteralContext): Unit

    Permalink
  179. abstract def exitIntervalValue(ctx: IntervalValueContext): Unit

    Permalink
  180. abstract def exitJoinCriteria(ctx: JoinCriteriaContext): Unit

    Permalink
  181. abstract def exitJoinRelation(ctx: JoinRelationContext): Unit

    Permalink
  182. abstract def exitJoinType(ctx: JoinTypeContext): Unit

    Permalink
  183. abstract def exitLambda(ctx: LambdaContext): Unit

    Permalink
  184. abstract def exitLast(ctx: LastContext): Unit

    Permalink
  185. abstract def exitLateralView(ctx: LateralViewContext): Unit

    Permalink
  186. abstract def exitLogicalBinary(ctx: LogicalBinaryContext): Unit

    Permalink
  187. abstract def exitLogicalNot(ctx: LogicalNotContext): Unit

    Permalink
  188. abstract def exitMerge(ctx: MergeContext): Unit

    Permalink
  189. abstract def exitMergeCommand(ctx: MergeCommandContext): Unit

    Permalink
  190. abstract def exitMerge_action(ctx: Merge_actionContext): Unit

    Permalink
  191. abstract def exitMerge_condition(ctx: Merge_conditionContext): Unit

    Permalink
  192. abstract def exitMultiInsertQueryBody(ctx: MultiInsertQueryBodyContext): Unit

    Permalink
  193. abstract def exitNamedExpression(ctx: NamedExpressionContext): Unit

    Permalink
  194. abstract def exitNamedExpressionSeq(ctx: NamedExpressionSeqContext): Unit

    Permalink
  195. abstract def exitNamedQuery(ctx: NamedQueryContext): Unit

    Permalink
  196. abstract def exitNamedWindow(ctx: NamedWindowContext): Unit

    Permalink
  197. abstract def exitNonReserved(ctx: NonReservedContext): Unit

    Permalink
  198. abstract def exitNullLiteral(ctx: NullLiteralContext): Unit

    Permalink
  199. abstract def exitNumericLiteral(ctx: NumericLiteralContext): Unit

    Permalink
  200. abstract def exitParenthesizedExpression(ctx: ParenthesizedExpressionContext): Unit

    Permalink
  201. abstract def exitPivotClause(ctx: PivotClauseContext): Unit

    Permalink
  202. abstract def exitPivotColumn(ctx: PivotColumnContext): Unit

    Permalink
  203. abstract def exitPivotValue(ctx: PivotValueContext): Unit

    Permalink
  204. abstract def exitPosition(ctx: PositionContext): Unit

    Permalink
  205. abstract def exitPredicate(ctx: PredicateContext): Unit

    Permalink
  206. abstract def exitPredicated(ctx: PredicatedContext): Unit

    Permalink
  207. abstract def exitPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit

    Permalink
  208. abstract def exitQualifiedName(ctx: QualifiedNameContext): Unit

    Permalink
  209. abstract def exitQuery(ctx: QueryContext): Unit

    Permalink
  210. abstract def exitQueryNoWith(ctx: QueryNoWithContext): Unit

    Permalink
  211. abstract def exitQueryOrganization(ctx: QueryOrganizationContext): Unit

    Permalink
  212. abstract def exitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): Unit

    Permalink
  213. abstract def exitQuerySpecification(ctx: QuerySpecificationContext): Unit

    Permalink
  214. abstract def exitQueryTermDefault(ctx: QueryTermDefaultContext): Unit

    Permalink
  215. abstract def exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Permalink
  216. abstract def exitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit

    Permalink
  217. abstract def exitRelation(ctx: RelationContext): Unit

    Permalink
  218. abstract def exitRowConstructor(ctx: RowConstructorContext): Unit

    Permalink
  219. abstract def exitRowFormatDelimited(ctx: RowFormatDelimitedContext): Unit

    Permalink
  220. abstract def exitRowFormatSerde(ctx: RowFormatSerdeContext): Unit

    Permalink
  221. abstract def exitSample(ctx: SampleContext): Unit

    Permalink
  222. abstract def exitSampleByBucket(ctx: SampleByBucketContext): Unit

    Permalink
  223. abstract def exitSampleByBytes(ctx: SampleByBytesContext): Unit

    Permalink
  224. abstract def exitSampleByPercentile(ctx: SampleByPercentileContext): Unit

    Permalink
  225. abstract def exitSampleByRows(ctx: SampleByRowsContext): Unit

    Permalink
  226. abstract def exitSearchedCase(ctx: SearchedCaseContext): Unit

    Permalink
  227. abstract def exitSetOperation(ctx: SetOperationContext): Unit

    Permalink
  228. abstract def exitSetQuantifier(ctx: SetQuantifierContext): Unit

    Permalink
  229. abstract def exitSimpleCase(ctx: SimpleCaseContext): Unit

    Permalink
  230. abstract def exitSingleStatement(ctx: SingleStatementContext): Unit

    Permalink
  231. abstract def exitSmallIntLiteral(ctx: SmallIntLiteralContext): Unit

    Permalink
  232. abstract def exitSortItem(ctx: SortItemContext): Unit

    Permalink
  233. abstract def exitStar(ctx: StarContext): Unit

    Permalink
  234. abstract def exitStringLiteral(ctx: StringLiteralContext): Unit

    Permalink
  235. abstract def exitStruct(ctx: StructContext): Unit

    Permalink
  236. abstract def exitSubquery(ctx: SubqueryContext): Unit

    Permalink
  237. abstract def exitSubqueryExpression(ctx: SubqueryExpressionContext): Unit

    Permalink
  238. abstract def exitSubscript(ctx: SubscriptContext): Unit

    Permalink
  239. abstract def exitTable(ctx: TableContext): Unit

    Permalink
  240. abstract def exitTableAlias(ctx: TableAliasContext): Unit

    Permalink
  241. abstract def exitTableIdentifier(ctx: TableIdentifierContext): Unit

    Permalink
  242. abstract def exitTableName(ctx: TableNameContext): Unit

    Permalink
  243. abstract def exitTableProperty(ctx: TablePropertyContext): Unit

    Permalink
  244. abstract def exitTablePropertyKey(ctx: TablePropertyKeyContext): Unit

    Permalink
  245. abstract def exitTablePropertyList(ctx: TablePropertyListContext): Unit

    Permalink
  246. abstract def exitTablePropertyValue(ctx: TablePropertyValueContext): Unit

    Permalink
  247. abstract def exitTableValuedFunction(ctx: TableValuedFunctionContext): Unit

    Permalink
  248. abstract def exitTinyIntLiteral(ctx: TinyIntLiteralContext): Unit

    Permalink
  249. abstract def exitTypeConstructor(ctx: TypeConstructorContext): Unit

    Permalink
  250. abstract def exitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

    Permalink
  251. abstract def exitUpdate(ctx: UpdateContext): Unit

    Permalink
  252. abstract def exitUpdateCommand(ctx: UpdateCommandContext): Unit

    Permalink
  253. abstract def exitUpdateField(ctx: UpdateFieldContext): Unit

    Permalink
  254. abstract def exitUpdateFieldList(ctx: UpdateFieldListContext): Unit

    Permalink
  255. abstract def exitValueExpressionDefault(ctx: ValueExpressionDefaultContext): Unit

    Permalink
  256. abstract def exitWhenClause(ctx: WhenClauseContext): Unit

    Permalink
  257. abstract def exitWindowDef(ctx: WindowDefContext): Unit

    Permalink
  258. abstract def exitWindowFrame(ctx: WindowFrameContext): Unit

    Permalink
  259. abstract def exitWindowRef(ctx: WindowRefContext): Unit

    Permalink
  260. abstract def exitWindows(ctx: WindowsContext): Unit

    Permalink
  261. abstract def visitErrorNode(arg0: ErrorNode): Unit

    Permalink
    Definition Classes
    ParseTreeListener
  262. abstract def visitTerminal(arg0: TerminalNode): Unit

    Permalink
    Definition Classes
    ParseTreeListener

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped