Show / Hide Table of Contents

Interface IJPAListener

This interface defines a complete listener for a parse tree produced by JPAParser.

Namespace: GCore.Antlr.Grammers.Jpa
Assembly: Jpa.dll
Syntax
public interface IJPAListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAbstract_schema_name(JPAParser.Abstract_schema_nameContext)

Enter a parse tree produced by abstract_schema_name().

Declaration
void EnterAbstract_schema_name(JPAParser.Abstract_schema_nameContext context)
Parameters
Type Name Description
JPAParser.Abstract_schema_nameContext context

The parse tree.

| Improve this Doc View Source

EnterAggregate_expression(JPAParser.Aggregate_expressionContext)

Enter a parse tree produced by aggregate_expression().

Declaration
void EnterAggregate_expression(JPAParser.Aggregate_expressionContext context)
Parameters
Type Name Description
JPAParser.Aggregate_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterAll_or_any_expression(JPAParser.All_or_any_expressionContext)

Enter a parse tree produced by all_or_any_expression().

Declaration
void EnterAll_or_any_expression(JPAParser.All_or_any_expressionContext context)
Parameters
Type Name Description
JPAParser.All_or_any_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterArithmetic_expression(JPAParser.Arithmetic_expressionContext)

Enter a parse tree produced by arithmetic_expression().

Declaration
void EnterArithmetic_expression(JPAParser.Arithmetic_expressionContext context)
Parameters
Type Name Description
JPAParser.Arithmetic_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterArithmetic_factor(JPAParser.Arithmetic_factorContext)

Enter a parse tree produced by arithmetic_factor().

Declaration
void EnterArithmetic_factor(JPAParser.Arithmetic_factorContext context)
Parameters
Type Name Description
JPAParser.Arithmetic_factorContext context

The parse tree.

| Improve this Doc View Source

EnterArithmetic_primary(JPAParser.Arithmetic_primaryContext)

Enter a parse tree produced by arithmetic_primary().

Declaration
void EnterArithmetic_primary(JPAParser.Arithmetic_primaryContext context)
Parameters
Type Name Description
JPAParser.Arithmetic_primaryContext context

The parse tree.

| Improve this Doc View Source

EnterArithmetic_term(JPAParser.Arithmetic_termContext)

Enter a parse tree produced by arithmetic_term().

Declaration
void EnterArithmetic_term(JPAParser.Arithmetic_termContext context)
Parameters
Type Name Description
JPAParser.Arithmetic_termContext context

The parse tree.

| Improve this Doc View Source

EnterAssociation_path_expression(JPAParser.Association_path_expressionContext)

Enter a parse tree produced by association_path_expression().

Declaration
void EnterAssociation_path_expression(JPAParser.Association_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Association_path_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterBetween_expression(JPAParser.Between_expressionContext)

Enter a parse tree produced by between_expression().

Declaration
void EnterBetween_expression(JPAParser.Between_expressionContext context)
Parameters
Type Name Description
JPAParser.Between_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterBoolean_expression(JPAParser.Boolean_expressionContext)

Enter a parse tree produced by boolean_expression().

Declaration
void EnterBoolean_expression(JPAParser.Boolean_expressionContext context)
Parameters
Type Name Description
JPAParser.Boolean_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterBoolean_literal(JPAParser.Boolean_literalContext)

Enter a parse tree produced by boolean_literal().

Declaration
void EnterBoolean_literal(JPAParser.Boolean_literalContext context)
Parameters
Type Name Description
JPAParser.Boolean_literalContext context

The parse tree.

| Improve this Doc View Source

EnterBoolean_primary(JPAParser.Boolean_primaryContext)

Enter a parse tree produced by boolean_primary().

Declaration
void EnterBoolean_primary(JPAParser.Boolean_primaryContext context)
Parameters
Type Name Description
JPAParser.Boolean_primaryContext context

The parse tree.

| Improve this Doc View Source

EnterCollection_member_declaration(JPAParser.Collection_member_declarationContext)

Enter a parse tree produced by collection_member_declaration().

Declaration
void EnterCollection_member_declaration(JPAParser.Collection_member_declarationContext context)
Parameters
Type Name Description
JPAParser.Collection_member_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterCollection_member_expression(JPAParser.Collection_member_expressionContext)

Enter a parse tree produced by collection_member_expression().

Declaration
void EnterCollection_member_expression(JPAParser.Collection_member_expressionContext context)
Parameters
Type Name Description
JPAParser.Collection_member_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterCollection_valued_association_field(JPAParser.Collection_valued_association_fieldContext)

Enter a parse tree produced by collection_valued_association_field().

Declaration
void EnterCollection_valued_association_field(JPAParser.Collection_valued_association_fieldContext context)
Parameters
Type Name Description
JPAParser.Collection_valued_association_fieldContext context

The parse tree.

| Improve this Doc View Source

EnterCollection_valued_path_expression(JPAParser.Collection_valued_path_expressionContext)

Enter a parse tree produced by collection_valued_path_expression().

Declaration
void EnterCollection_valued_path_expression(JPAParser.Collection_valued_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Collection_valued_path_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterComparison_expression(JPAParser.Comparison_expressionContext)

Enter a parse tree produced by comparison_expression().

Declaration
void EnterComparison_expression(JPAParser.Comparison_expressionContext context)
Parameters
Type Name Description
JPAParser.Comparison_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterComparison_operator(JPAParser.Comparison_operatorContext)

Enter a parse tree produced by comparison_operator().

Declaration
void EnterComparison_operator(JPAParser.Comparison_operatorContext context)
Parameters
Type Name Description
JPAParser.Comparison_operatorContext context

The parse tree.

| Improve this Doc View Source

EnterConditional_expression(JPAParser.Conditional_expressionContext)

Enter a parse tree produced by conditional_expression().

Declaration
void EnterConditional_expression(JPAParser.Conditional_expressionContext context)
Parameters
Type Name Description
JPAParser.Conditional_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterConditional_factor(JPAParser.Conditional_factorContext)

Enter a parse tree produced by conditional_factor().

Declaration
void EnterConditional_factor(JPAParser.Conditional_factorContext context)
Parameters
Type Name Description
JPAParser.Conditional_factorContext context

The parse tree.

| Improve this Doc View Source

EnterConditional_primary(JPAParser.Conditional_primaryContext)

Enter a parse tree produced by conditional_primary().

Declaration
void EnterConditional_primary(JPAParser.Conditional_primaryContext context)
Parameters
Type Name Description
JPAParser.Conditional_primaryContext context

The parse tree.

| Improve this Doc View Source

EnterConditional_term(JPAParser.Conditional_termContext)

Enter a parse tree produced by conditional_term().

Declaration
void EnterConditional_term(JPAParser.Conditional_termContext context)
Parameters
Type Name Description
JPAParser.Conditional_termContext context

The parse tree.

| Improve this Doc View Source

EnterConstructor_expression(JPAParser.Constructor_expressionContext)

Enter a parse tree produced by constructor_expression().

Declaration
void EnterConstructor_expression(JPAParser.Constructor_expressionContext context)
Parameters
Type Name Description
JPAParser.Constructor_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterConstructor_item(JPAParser.Constructor_itemContext)

Enter a parse tree produced by constructor_item().

Declaration
void EnterConstructor_item(JPAParser.Constructor_itemContext context)
Parameters
Type Name Description
JPAParser.Constructor_itemContext context

The parse tree.

| Improve this Doc View Source

EnterConstructor_name(JPAParser.Constructor_nameContext)

Enter a parse tree produced by constructor_name().

Declaration
void EnterConstructor_name(JPAParser.Constructor_nameContext context)
Parameters
Type Name Description
JPAParser.Constructor_nameContext context

The parse tree.

| Improve this Doc View Source

EnterDatetime_expression(JPAParser.Datetime_expressionContext)

Enter a parse tree produced by datetime_expression().

Declaration
void EnterDatetime_expression(JPAParser.Datetime_expressionContext context)
Parameters
Type Name Description
JPAParser.Datetime_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterDatetime_primary(JPAParser.Datetime_primaryContext)

Enter a parse tree produced by datetime_primary().

Declaration
void EnterDatetime_primary(JPAParser.Datetime_primaryContext context)
Parameters
Type Name Description
JPAParser.Datetime_primaryContext context

The parse tree.

| Improve this Doc View Source

EnterDelete_clause(JPAParser.Delete_clauseContext)

Enter a parse tree produced by delete_clause().

Declaration
void EnterDelete_clause(JPAParser.Delete_clauseContext context)
Parameters
Type Name Description
JPAParser.Delete_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterDelete_statement(JPAParser.Delete_statementContext)

Enter a parse tree produced by delete_statement().

Declaration
void EnterDelete_statement(JPAParser.Delete_statementContext context)
Parameters
Type Name Description
JPAParser.Delete_statementContext context

The parse tree.

| Improve this Doc View Source

EnterEmbedded_class_state_field(JPAParser.Embedded_class_state_fieldContext)

Enter a parse tree produced by embedded_class_state_field().

Declaration
void EnterEmbedded_class_state_field(JPAParser.Embedded_class_state_fieldContext context)
Parameters
Type Name Description
JPAParser.Embedded_class_state_fieldContext context

The parse tree.

| Improve this Doc View Source

EnterEmpty_collection_comparison_expression(JPAParser.Empty_collection_comparison_expressionContext)

Enter a parse tree produced by empty_collection_comparison_expression().

Declaration
void EnterEmpty_collection_comparison_expression(JPAParser.Empty_collection_comparison_expressionContext context)
Parameters
Type Name Description
JPAParser.Empty_collection_comparison_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_expression(JPAParser.Entity_expressionContext)

Enter a parse tree produced by entity_expression().

Declaration
void EnterEntity_expression(JPAParser.Entity_expressionContext context)
Parameters
Type Name Description
JPAParser.Entity_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterEnum_expression(JPAParser.Enum_expressionContext)

Enter a parse tree produced by enum_expression().

Declaration
void EnterEnum_expression(JPAParser.Enum_expressionContext context)
Parameters
Type Name Description
JPAParser.Enum_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterEnum_literal(JPAParser.Enum_literalContext)

Enter a parse tree produced by enum_literal().

Declaration
void EnterEnum_literal(JPAParser.Enum_literalContext context)
Parameters
Type Name Description
JPAParser.Enum_literalContext context

The parse tree.

| Improve this Doc View Source

EnterEnum_primary(JPAParser.Enum_primaryContext)

Enter a parse tree produced by enum_primary().

Declaration
void EnterEnum_primary(JPAParser.Enum_primaryContext context)
Parameters
Type Name Description
JPAParser.Enum_primaryContext context

The parse tree.

| Improve this Doc View Source

EnterExists_expression(JPAParser.Exists_expressionContext)

Enter a parse tree produced by exists_expression().

Declaration
void EnterExists_expression(JPAParser.Exists_expressionContext context)
Parameters
Type Name Description
JPAParser.Exists_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterFetch_join(JPAParser.Fetch_joinContext)

Enter a parse tree produced by fetch_join().

Declaration
void EnterFetch_join(JPAParser.Fetch_joinContext context)
Parameters
Type Name Description
JPAParser.Fetch_joinContext context

The parse tree.

| Improve this Doc View Source

EnterFrom_clause(JPAParser.From_clauseContext)

Enter a parse tree produced by from_clause().

Declaration
void EnterFrom_clause(JPAParser.From_clauseContext context)
Parameters
Type Name Description
JPAParser.From_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterFunctions_returning_datetime(JPAParser.Functions_returning_datetimeContext)

Enter a parse tree produced by functions_returning_datetime().

Declaration
void EnterFunctions_returning_datetime(JPAParser.Functions_returning_datetimeContext context)
Parameters
Type Name Description
JPAParser.Functions_returning_datetimeContext context

The parse tree.

| Improve this Doc View Source

EnterFunctions_returning_numerics(JPAParser.Functions_returning_numericsContext)

Enter a parse tree produced by functions_returning_numerics().

Declaration
void EnterFunctions_returning_numerics(JPAParser.Functions_returning_numericsContext context)
Parameters
Type Name Description
JPAParser.Functions_returning_numericsContext context

The parse tree.

| Improve this Doc View Source

EnterFunctions_returning_strings(JPAParser.Functions_returning_stringsContext)

Enter a parse tree produced by functions_returning_strings().

Declaration
void EnterFunctions_returning_strings(JPAParser.Functions_returning_stringsContext context)
Parameters
Type Name Description
JPAParser.Functions_returning_stringsContext context

The parse tree.

| Improve this Doc View Source

EnterGroupby_clause(JPAParser.Groupby_clauseContext)

Enter a parse tree produced by groupby_clause().

Declaration
void EnterGroupby_clause(JPAParser.Groupby_clauseContext context)
Parameters
Type Name Description
JPAParser.Groupby_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterGroupby_item(JPAParser.Groupby_itemContext)

Enter a parse tree produced by groupby_item().

Declaration
void EnterGroupby_item(JPAParser.Groupby_itemContext context)
Parameters
Type Name Description
JPAParser.Groupby_itemContext context

The parse tree.

| Improve this Doc View Source

EnterHaving_clause(JPAParser.Having_clauseContext)

Enter a parse tree produced by having_clause().

Declaration
void EnterHaving_clause(JPAParser.Having_clauseContext context)
Parameters
Type Name Description
JPAParser.Having_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterIdentification_variable_declaration(JPAParser.Identification_variable_declarationContext)

Enter a parse tree produced by identification_variable_declaration().

Declaration
void EnterIdentification_variable_declaration(JPAParser.Identification_variable_declarationContext context)
Parameters
Type Name Description
JPAParser.Identification_variable_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterIn_expression(JPAParser.In_expressionContext)

Enter a parse tree produced by in_expression().

Declaration
void EnterIn_expression(JPAParser.In_expressionContext context)
Parameters
Type Name Description
JPAParser.In_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterIn_item(JPAParser.In_itemContext)

Enter a parse tree produced by in_item().

Declaration
void EnterIn_item(JPAParser.In_itemContext context)
Parameters
Type Name Description
JPAParser.In_itemContext context

The parse tree.

| Improve this Doc View Source

EnterInput_parameter(JPAParser.Input_parameterContext)

Enter a parse tree produced by input_parameter().

Declaration
void EnterInput_parameter(JPAParser.Input_parameterContext context)
Parameters
Type Name Description
JPAParser.Input_parameterContext context

The parse tree.

| Improve this Doc View Source

EnterJoin(JPAParser.JoinContext)

Enter a parse tree produced by join().

Declaration
void EnterJoin(JPAParser.JoinContext context)
Parameters
Type Name Description
JPAParser.JoinContext context

The parse tree.

| Improve this Doc View Source

EnterJoin_association_path_expression(JPAParser.Join_association_path_expressionContext)

Enter a parse tree produced by join_association_path_expression().

Declaration
void EnterJoin_association_path_expression(JPAParser.Join_association_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Join_association_path_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterJoin_collection_valued_path_expression(JPAParser.Join_collection_valued_path_expressionContext)

Enter a parse tree produced by join_collection_valued_path_expression().

Declaration
void EnterJoin_collection_valued_path_expression(JPAParser.Join_collection_valued_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Join_collection_valued_path_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterJoin_single_valued_association_path_expression(JPAParser.Join_single_valued_association_path_expressionContext)

Enter a parse tree produced by join_single_valued_association_path_expression().

Declaration
void EnterJoin_single_valued_association_path_expression(JPAParser.Join_single_valued_association_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Join_single_valued_association_path_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterJoin_spec(JPAParser.Join_specContext)

Enter a parse tree produced by join_spec().

Declaration
void EnterJoin_spec(JPAParser.Join_specContext context)
Parameters
Type Name Description
JPAParser.Join_specContext context

The parse tree.

| Improve this Doc View Source

EnterLike_expression(JPAParser.Like_expressionContext)

Enter a parse tree produced by like_expression().

Declaration
void EnterLike_expression(JPAParser.Like_expressionContext context)
Parameters
Type Name Description
JPAParser.Like_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterLiteral(JPAParser.LiteralContext)

Enter a parse tree produced by literal().

Declaration
void EnterLiteral(JPAParser.LiteralContext context)
Parameters
Type Name Description
JPAParser.LiteralContext context

The parse tree.

| Improve this Doc View Source

EnterNew_value(JPAParser.New_valueContext)

Enter a parse tree produced by new_value().

Declaration
void EnterNew_value(JPAParser.New_valueContext context)
Parameters
Type Name Description
JPAParser.New_valueContext context

The parse tree.

| Improve this Doc View Source

EnterNull_comparison_expression(JPAParser.Null_comparison_expressionContext)

Enter a parse tree produced by null_comparison_expression().

Declaration
void EnterNull_comparison_expression(JPAParser.Null_comparison_expressionContext context)
Parameters
Type Name Description
JPAParser.Null_comparison_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterNumeric_literal(JPAParser.Numeric_literalContext)

Enter a parse tree produced by numeric_literal().

Declaration
void EnterNumeric_literal(JPAParser.Numeric_literalContext context)
Parameters
Type Name Description
JPAParser.Numeric_literalContext context

The parse tree.

| Improve this Doc View Source

EnterOrderby_clause(JPAParser.Orderby_clauseContext)

Enter a parse tree produced by orderby_clause().

Declaration
void EnterOrderby_clause(JPAParser.Orderby_clauseContext context)
Parameters
Type Name Description
JPAParser.Orderby_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterOrderby_item(JPAParser.Orderby_itemContext)

Enter a parse tree produced by orderby_item().

Declaration
void EnterOrderby_item(JPAParser.Orderby_itemContext context)
Parameters
Type Name Description
JPAParser.Orderby_itemContext context

The parse tree.

| Improve this Doc View Source

EnterPattern_value(JPAParser.Pattern_valueContext)

Enter a parse tree produced by pattern_value().

Declaration
void EnterPattern_value(JPAParser.Pattern_valueContext context)
Parameters
Type Name Description
JPAParser.Pattern_valueContext context

The parse tree.

| Improve this Doc View Source

EnterQl_statement(JPAParser.Ql_statementContext)

Enter a parse tree produced by ql_statement().

Declaration
void EnterQl_statement(JPAParser.Ql_statementContext context)
Parameters
Type Name Description
JPAParser.Ql_statementContext context

The parse tree.

| Improve this Doc View Source

EnterRange_variable_declaration(JPAParser.Range_variable_declarationContext)

Enter a parse tree produced by range_variable_declaration().

Declaration
void EnterRange_variable_declaration(JPAParser.Range_variable_declarationContext context)
Parameters
Type Name Description
JPAParser.Range_variable_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterSelect_clause(JPAParser.Select_clauseContext)

Enter a parse tree produced by select_clause().

Declaration
void EnterSelect_clause(JPAParser.Select_clauseContext context)
Parameters
Type Name Description
JPAParser.Select_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterSelect_expression(JPAParser.Select_expressionContext)

Enter a parse tree produced by select_expression().

Declaration
void EnterSelect_expression(JPAParser.Select_expressionContext context)
Parameters
Type Name Description
JPAParser.Select_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterSelect_statement(JPAParser.Select_statementContext)

Enter a parse tree produced by select_statement().

Declaration
void EnterSelect_statement(JPAParser.Select_statementContext context)
Parameters
Type Name Description
JPAParser.Select_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSimple_arithmetic_expression(JPAParser.Simple_arithmetic_expressionContext)

Enter a parse tree produced by simple_arithmetic_expression().

Declaration
void EnterSimple_arithmetic_expression(JPAParser.Simple_arithmetic_expressionContext context)
Parameters
Type Name Description
JPAParser.Simple_arithmetic_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterSimple_cond_expression(JPAParser.Simple_cond_expressionContext)

Enter a parse tree produced by simple_cond_expression().

Declaration
void EnterSimple_cond_expression(JPAParser.Simple_cond_expressionContext context)
Parameters
Type Name Description
JPAParser.Simple_cond_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterSimple_entity_expression(JPAParser.Simple_entity_expressionContext)

Enter a parse tree produced by simple_entity_expression().

Declaration
void EnterSimple_entity_expression(JPAParser.Simple_entity_expressionContext context)
Parameters
Type Name Description
JPAParser.Simple_entity_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterSimple_select_clause(JPAParser.Simple_select_clauseContext)

Enter a parse tree produced by simple_select_clause().

Declaration
void EnterSimple_select_clause(JPAParser.Simple_select_clauseContext context)
Parameters
Type Name Description
JPAParser.Simple_select_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterSimple_select_expression(JPAParser.Simple_select_expressionContext)

Enter a parse tree produced by simple_select_expression().

Declaration
void EnterSimple_select_expression(JPAParser.Simple_select_expressionContext context)
Parameters
Type Name Description
JPAParser.Simple_select_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterSimple_state_field(JPAParser.Simple_state_fieldContext)

Enter a parse tree produced by simple_state_field().

Declaration
void EnterSimple_state_field(JPAParser.Simple_state_fieldContext context)
Parameters
Type Name Description
JPAParser.Simple_state_fieldContext context

The parse tree.

| Improve this Doc View Source

EnterSingle_valued_association_field(JPAParser.Single_valued_association_fieldContext)

Enter a parse tree produced by single_valued_association_field().

Declaration
void EnterSingle_valued_association_field(JPAParser.Single_valued_association_fieldContext context)
Parameters
Type Name Description
JPAParser.Single_valued_association_fieldContext context

The parse tree.

| Improve this Doc View Source

EnterSingle_valued_association_path_expression(JPAParser.Single_valued_association_path_expressionContext)

Enter a parse tree produced by single_valued_association_path_expression().

Declaration
void EnterSingle_valued_association_path_expression(JPAParser.Single_valued_association_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Single_valued_association_path_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterSingle_valued_path_expression(JPAParser.Single_valued_path_expressionContext)

Enter a parse tree produced by single_valued_path_expression().

Declaration
void EnterSingle_valued_path_expression(JPAParser.Single_valued_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Single_valued_path_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterState_field(JPAParser.State_fieldContext)

Enter a parse tree produced by state_field().

Declaration
void EnterState_field(JPAParser.State_fieldContext context)
Parameters
Type Name Description
JPAParser.State_fieldContext context

The parse tree.

| Improve this Doc View Source

EnterState_field_path_expression(JPAParser.State_field_path_expressionContext)

Enter a parse tree produced by state_field_path_expression().

Declaration
void EnterState_field_path_expression(JPAParser.State_field_path_expressionContext context)
Parameters
Type Name Description
JPAParser.State_field_path_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterString_expression(JPAParser.String_expressionContext)

Enter a parse tree produced by string_expression().

Declaration
void EnterString_expression(JPAParser.String_expressionContext context)
Parameters
Type Name Description
JPAParser.String_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterString_primary(JPAParser.String_primaryContext)

Enter a parse tree produced by string_primary().

Declaration
void EnterString_primary(JPAParser.String_primaryContext context)
Parameters
Type Name Description
JPAParser.String_primaryContext context

The parse tree.

| Improve this Doc View Source

EnterSubquery(JPAParser.SubqueryContext)

Enter a parse tree produced by subquery().

Declaration
void EnterSubquery(JPAParser.SubqueryContext context)
Parameters
Type Name Description
JPAParser.SubqueryContext context

The parse tree.

| Improve this Doc View Source

EnterSubquery_from_clause(JPAParser.Subquery_from_clauseContext)

Enter a parse tree produced by subquery_from_clause().

Declaration
void EnterSubquery_from_clause(JPAParser.Subquery_from_clauseContext context)
Parameters
Type Name Description
JPAParser.Subquery_from_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterSubselect_identification_variable_declaration(JPAParser.Subselect_identification_variable_declarationContext)

Enter a parse tree produced by subselect_identification_variable_declaration().

Declaration
void EnterSubselect_identification_variable_declaration(JPAParser.Subselect_identification_variable_declarationContext context)
Parameters
Type Name Description
JPAParser.Subselect_identification_variable_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterTrim_specification(JPAParser.Trim_specificationContext)

Enter a parse tree produced by trim_specification().

Declaration
void EnterTrim_specification(JPAParser.Trim_specificationContext context)
Parameters
Type Name Description
JPAParser.Trim_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterUpdate_clause(JPAParser.Update_clauseContext)

Enter a parse tree produced by update_clause().

Declaration
void EnterUpdate_clause(JPAParser.Update_clauseContext context)
Parameters
Type Name Description
JPAParser.Update_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterUpdate_item(JPAParser.Update_itemContext)

Enter a parse tree produced by update_item().

Declaration
void EnterUpdate_item(JPAParser.Update_itemContext context)
Parameters
Type Name Description
JPAParser.Update_itemContext context

The parse tree.

| Improve this Doc View Source

EnterUpdate_statement(JPAParser.Update_statementContext)

Enter a parse tree produced by update_statement().

Declaration
void EnterUpdate_statement(JPAParser.Update_statementContext context)
Parameters
Type Name Description
JPAParser.Update_statementContext context

The parse tree.

| Improve this Doc View Source

EnterWhere_clause(JPAParser.Where_clauseContext)

Enter a parse tree produced by where_clause().

Declaration
void EnterWhere_clause(JPAParser.Where_clauseContext context)
Parameters
Type Name Description
JPAParser.Where_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitAbstract_schema_name(JPAParser.Abstract_schema_nameContext)

Exit a parse tree produced by abstract_schema_name().

Declaration
void ExitAbstract_schema_name(JPAParser.Abstract_schema_nameContext context)
Parameters
Type Name Description
JPAParser.Abstract_schema_nameContext context

The parse tree.

| Improve this Doc View Source

ExitAggregate_expression(JPAParser.Aggregate_expressionContext)

Exit a parse tree produced by aggregate_expression().

Declaration
void ExitAggregate_expression(JPAParser.Aggregate_expressionContext context)
Parameters
Type Name Description
JPAParser.Aggregate_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitAll_or_any_expression(JPAParser.All_or_any_expressionContext)

Exit a parse tree produced by all_or_any_expression().

Declaration
void ExitAll_or_any_expression(JPAParser.All_or_any_expressionContext context)
Parameters
Type Name Description
JPAParser.All_or_any_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitArithmetic_expression(JPAParser.Arithmetic_expressionContext)

Exit a parse tree produced by arithmetic_expression().

Declaration
void ExitArithmetic_expression(JPAParser.Arithmetic_expressionContext context)
Parameters
Type Name Description
JPAParser.Arithmetic_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitArithmetic_factor(JPAParser.Arithmetic_factorContext)

Exit a parse tree produced by arithmetic_factor().

Declaration
void ExitArithmetic_factor(JPAParser.Arithmetic_factorContext context)
Parameters
Type Name Description
JPAParser.Arithmetic_factorContext context

The parse tree.

| Improve this Doc View Source

ExitArithmetic_primary(JPAParser.Arithmetic_primaryContext)

Exit a parse tree produced by arithmetic_primary().

Declaration
void ExitArithmetic_primary(JPAParser.Arithmetic_primaryContext context)
Parameters
Type Name Description
JPAParser.Arithmetic_primaryContext context

The parse tree.

| Improve this Doc View Source

ExitArithmetic_term(JPAParser.Arithmetic_termContext)

Exit a parse tree produced by arithmetic_term().

Declaration
void ExitArithmetic_term(JPAParser.Arithmetic_termContext context)
Parameters
Type Name Description
JPAParser.Arithmetic_termContext context

The parse tree.

| Improve this Doc View Source

ExitAssociation_path_expression(JPAParser.Association_path_expressionContext)

Exit a parse tree produced by association_path_expression().

Declaration
void ExitAssociation_path_expression(JPAParser.Association_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Association_path_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitBetween_expression(JPAParser.Between_expressionContext)

Exit a parse tree produced by between_expression().

Declaration
void ExitBetween_expression(JPAParser.Between_expressionContext context)
Parameters
Type Name Description
JPAParser.Between_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitBoolean_expression(JPAParser.Boolean_expressionContext)

Exit a parse tree produced by boolean_expression().

Declaration
void ExitBoolean_expression(JPAParser.Boolean_expressionContext context)
Parameters
Type Name Description
JPAParser.Boolean_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitBoolean_literal(JPAParser.Boolean_literalContext)

Exit a parse tree produced by boolean_literal().

Declaration
void ExitBoolean_literal(JPAParser.Boolean_literalContext context)
Parameters
Type Name Description
JPAParser.Boolean_literalContext context

The parse tree.

| Improve this Doc View Source

ExitBoolean_primary(JPAParser.Boolean_primaryContext)

Exit a parse tree produced by boolean_primary().

Declaration
void ExitBoolean_primary(JPAParser.Boolean_primaryContext context)
Parameters
Type Name Description
JPAParser.Boolean_primaryContext context

The parse tree.

| Improve this Doc View Source

ExitCollection_member_declaration(JPAParser.Collection_member_declarationContext)

Exit a parse tree produced by collection_member_declaration().

Declaration
void ExitCollection_member_declaration(JPAParser.Collection_member_declarationContext context)
Parameters
Type Name Description
JPAParser.Collection_member_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitCollection_member_expression(JPAParser.Collection_member_expressionContext)

Exit a parse tree produced by collection_member_expression().

Declaration
void ExitCollection_member_expression(JPAParser.Collection_member_expressionContext context)
Parameters
Type Name Description
JPAParser.Collection_member_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitCollection_valued_association_field(JPAParser.Collection_valued_association_fieldContext)

Exit a parse tree produced by collection_valued_association_field().

Declaration
void ExitCollection_valued_association_field(JPAParser.Collection_valued_association_fieldContext context)
Parameters
Type Name Description
JPAParser.Collection_valued_association_fieldContext context

The parse tree.

| Improve this Doc View Source

ExitCollection_valued_path_expression(JPAParser.Collection_valued_path_expressionContext)

Exit a parse tree produced by collection_valued_path_expression().

Declaration
void ExitCollection_valued_path_expression(JPAParser.Collection_valued_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Collection_valued_path_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitComparison_expression(JPAParser.Comparison_expressionContext)

Exit a parse tree produced by comparison_expression().

Declaration
void ExitComparison_expression(JPAParser.Comparison_expressionContext context)
Parameters
Type Name Description
JPAParser.Comparison_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitComparison_operator(JPAParser.Comparison_operatorContext)

Exit a parse tree produced by comparison_operator().

Declaration
void ExitComparison_operator(JPAParser.Comparison_operatorContext context)
Parameters
Type Name Description
JPAParser.Comparison_operatorContext context

The parse tree.

| Improve this Doc View Source

ExitConditional_expression(JPAParser.Conditional_expressionContext)

Exit a parse tree produced by conditional_expression().

Declaration
void ExitConditional_expression(JPAParser.Conditional_expressionContext context)
Parameters
Type Name Description
JPAParser.Conditional_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitConditional_factor(JPAParser.Conditional_factorContext)

Exit a parse tree produced by conditional_factor().

Declaration
void ExitConditional_factor(JPAParser.Conditional_factorContext context)
Parameters
Type Name Description
JPAParser.Conditional_factorContext context

The parse tree.

| Improve this Doc View Source

ExitConditional_primary(JPAParser.Conditional_primaryContext)

Exit a parse tree produced by conditional_primary().

Declaration
void ExitConditional_primary(JPAParser.Conditional_primaryContext context)
Parameters
Type Name Description
JPAParser.Conditional_primaryContext context

The parse tree.

| Improve this Doc View Source

ExitConditional_term(JPAParser.Conditional_termContext)

Exit a parse tree produced by conditional_term().

Declaration
void ExitConditional_term(JPAParser.Conditional_termContext context)
Parameters
Type Name Description
JPAParser.Conditional_termContext context

The parse tree.

| Improve this Doc View Source

ExitConstructor_expression(JPAParser.Constructor_expressionContext)

Exit a parse tree produced by constructor_expression().

Declaration
void ExitConstructor_expression(JPAParser.Constructor_expressionContext context)
Parameters
Type Name Description
JPAParser.Constructor_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitConstructor_item(JPAParser.Constructor_itemContext)

Exit a parse tree produced by constructor_item().

Declaration
void ExitConstructor_item(JPAParser.Constructor_itemContext context)
Parameters
Type Name Description
JPAParser.Constructor_itemContext context

The parse tree.

| Improve this Doc View Source

ExitConstructor_name(JPAParser.Constructor_nameContext)

Exit a parse tree produced by constructor_name().

Declaration
void ExitConstructor_name(JPAParser.Constructor_nameContext context)
Parameters
Type Name Description
JPAParser.Constructor_nameContext context

The parse tree.

| Improve this Doc View Source

ExitDatetime_expression(JPAParser.Datetime_expressionContext)

Exit a parse tree produced by datetime_expression().

Declaration
void ExitDatetime_expression(JPAParser.Datetime_expressionContext context)
Parameters
Type Name Description
JPAParser.Datetime_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitDatetime_primary(JPAParser.Datetime_primaryContext)

Exit a parse tree produced by datetime_primary().

Declaration
void ExitDatetime_primary(JPAParser.Datetime_primaryContext context)
Parameters
Type Name Description
JPAParser.Datetime_primaryContext context

The parse tree.

| Improve this Doc View Source

ExitDelete_clause(JPAParser.Delete_clauseContext)

Exit a parse tree produced by delete_clause().

Declaration
void ExitDelete_clause(JPAParser.Delete_clauseContext context)
Parameters
Type Name Description
JPAParser.Delete_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitDelete_statement(JPAParser.Delete_statementContext)

Exit a parse tree produced by delete_statement().

Declaration
void ExitDelete_statement(JPAParser.Delete_statementContext context)
Parameters
Type Name Description
JPAParser.Delete_statementContext context

The parse tree.

| Improve this Doc View Source

ExitEmbedded_class_state_field(JPAParser.Embedded_class_state_fieldContext)

Exit a parse tree produced by embedded_class_state_field().

Declaration
void ExitEmbedded_class_state_field(JPAParser.Embedded_class_state_fieldContext context)
Parameters
Type Name Description
JPAParser.Embedded_class_state_fieldContext context

The parse tree.

| Improve this Doc View Source

ExitEmpty_collection_comparison_expression(JPAParser.Empty_collection_comparison_expressionContext)

Exit a parse tree produced by empty_collection_comparison_expression().

Declaration
void ExitEmpty_collection_comparison_expression(JPAParser.Empty_collection_comparison_expressionContext context)
Parameters
Type Name Description
JPAParser.Empty_collection_comparison_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_expression(JPAParser.Entity_expressionContext)

Exit a parse tree produced by entity_expression().

Declaration
void ExitEntity_expression(JPAParser.Entity_expressionContext context)
Parameters
Type Name Description
JPAParser.Entity_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitEnum_expression(JPAParser.Enum_expressionContext)

Exit a parse tree produced by enum_expression().

Declaration
void ExitEnum_expression(JPAParser.Enum_expressionContext context)
Parameters
Type Name Description
JPAParser.Enum_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitEnum_literal(JPAParser.Enum_literalContext)

Exit a parse tree produced by enum_literal().

Declaration
void ExitEnum_literal(JPAParser.Enum_literalContext context)
Parameters
Type Name Description
JPAParser.Enum_literalContext context

The parse tree.

| Improve this Doc View Source

ExitEnum_primary(JPAParser.Enum_primaryContext)

Exit a parse tree produced by enum_primary().

Declaration
void ExitEnum_primary(JPAParser.Enum_primaryContext context)
Parameters
Type Name Description
JPAParser.Enum_primaryContext context

The parse tree.

| Improve this Doc View Source

ExitExists_expression(JPAParser.Exists_expressionContext)

Exit a parse tree produced by exists_expression().

Declaration
void ExitExists_expression(JPAParser.Exists_expressionContext context)
Parameters
Type Name Description
JPAParser.Exists_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitFetch_join(JPAParser.Fetch_joinContext)

Exit a parse tree produced by fetch_join().

Declaration
void ExitFetch_join(JPAParser.Fetch_joinContext context)
Parameters
Type Name Description
JPAParser.Fetch_joinContext context

The parse tree.

| Improve this Doc View Source

ExitFrom_clause(JPAParser.From_clauseContext)

Exit a parse tree produced by from_clause().

Declaration
void ExitFrom_clause(JPAParser.From_clauseContext context)
Parameters
Type Name Description
JPAParser.From_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitFunctions_returning_datetime(JPAParser.Functions_returning_datetimeContext)

Exit a parse tree produced by functions_returning_datetime().

Declaration
void ExitFunctions_returning_datetime(JPAParser.Functions_returning_datetimeContext context)
Parameters
Type Name Description
JPAParser.Functions_returning_datetimeContext context

The parse tree.

| Improve this Doc View Source

ExitFunctions_returning_numerics(JPAParser.Functions_returning_numericsContext)

Exit a parse tree produced by functions_returning_numerics().

Declaration
void ExitFunctions_returning_numerics(JPAParser.Functions_returning_numericsContext context)
Parameters
Type Name Description
JPAParser.Functions_returning_numericsContext context

The parse tree.

| Improve this Doc View Source

ExitFunctions_returning_strings(JPAParser.Functions_returning_stringsContext)

Exit a parse tree produced by functions_returning_strings().

Declaration
void ExitFunctions_returning_strings(JPAParser.Functions_returning_stringsContext context)
Parameters
Type Name Description
JPAParser.Functions_returning_stringsContext context

The parse tree.

| Improve this Doc View Source

ExitGroupby_clause(JPAParser.Groupby_clauseContext)

Exit a parse tree produced by groupby_clause().

Declaration
void ExitGroupby_clause(JPAParser.Groupby_clauseContext context)
Parameters
Type Name Description
JPAParser.Groupby_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitGroupby_item(JPAParser.Groupby_itemContext)

Exit a parse tree produced by groupby_item().

Declaration
void ExitGroupby_item(JPAParser.Groupby_itemContext context)
Parameters
Type Name Description
JPAParser.Groupby_itemContext context

The parse tree.

| Improve this Doc View Source

ExitHaving_clause(JPAParser.Having_clauseContext)

Exit a parse tree produced by having_clause().

Declaration
void ExitHaving_clause(JPAParser.Having_clauseContext context)
Parameters
Type Name Description
JPAParser.Having_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitIdentification_variable_declaration(JPAParser.Identification_variable_declarationContext)

Exit a parse tree produced by identification_variable_declaration().

Declaration
void ExitIdentification_variable_declaration(JPAParser.Identification_variable_declarationContext context)
Parameters
Type Name Description
JPAParser.Identification_variable_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitIn_expression(JPAParser.In_expressionContext)

Exit a parse tree produced by in_expression().

Declaration
void ExitIn_expression(JPAParser.In_expressionContext context)
Parameters
Type Name Description
JPAParser.In_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitIn_item(JPAParser.In_itemContext)

Exit a parse tree produced by in_item().

Declaration
void ExitIn_item(JPAParser.In_itemContext context)
Parameters
Type Name Description
JPAParser.In_itemContext context

The parse tree.

| Improve this Doc View Source

ExitInput_parameter(JPAParser.Input_parameterContext)

Exit a parse tree produced by input_parameter().

Declaration
void ExitInput_parameter(JPAParser.Input_parameterContext context)
Parameters
Type Name Description
JPAParser.Input_parameterContext context

The parse tree.

| Improve this Doc View Source

ExitJoin(JPAParser.JoinContext)

Exit a parse tree produced by join().

Declaration
void ExitJoin(JPAParser.JoinContext context)
Parameters
Type Name Description
JPAParser.JoinContext context

The parse tree.

| Improve this Doc View Source

ExitJoin_association_path_expression(JPAParser.Join_association_path_expressionContext)

Exit a parse tree produced by join_association_path_expression().

Declaration
void ExitJoin_association_path_expression(JPAParser.Join_association_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Join_association_path_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitJoin_collection_valued_path_expression(JPAParser.Join_collection_valued_path_expressionContext)

Exit a parse tree produced by join_collection_valued_path_expression().

Declaration
void ExitJoin_collection_valued_path_expression(JPAParser.Join_collection_valued_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Join_collection_valued_path_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitJoin_single_valued_association_path_expression(JPAParser.Join_single_valued_association_path_expressionContext)

Exit a parse tree produced by join_single_valued_association_path_expression().

Declaration
void ExitJoin_single_valued_association_path_expression(JPAParser.Join_single_valued_association_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Join_single_valued_association_path_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitJoin_spec(JPAParser.Join_specContext)

Exit a parse tree produced by join_spec().

Declaration
void ExitJoin_spec(JPAParser.Join_specContext context)
Parameters
Type Name Description
JPAParser.Join_specContext context

The parse tree.

| Improve this Doc View Source

ExitLike_expression(JPAParser.Like_expressionContext)

Exit a parse tree produced by like_expression().

Declaration
void ExitLike_expression(JPAParser.Like_expressionContext context)
Parameters
Type Name Description
JPAParser.Like_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitLiteral(JPAParser.LiteralContext)

Exit a parse tree produced by literal().

Declaration
void ExitLiteral(JPAParser.LiteralContext context)
Parameters
Type Name Description
JPAParser.LiteralContext context

The parse tree.

| Improve this Doc View Source

ExitNew_value(JPAParser.New_valueContext)

Exit a parse tree produced by new_value().

Declaration
void ExitNew_value(JPAParser.New_valueContext context)
Parameters
Type Name Description
JPAParser.New_valueContext context

The parse tree.

| Improve this Doc View Source

ExitNull_comparison_expression(JPAParser.Null_comparison_expressionContext)

Exit a parse tree produced by null_comparison_expression().

Declaration
void ExitNull_comparison_expression(JPAParser.Null_comparison_expressionContext context)
Parameters
Type Name Description
JPAParser.Null_comparison_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitNumeric_literal(JPAParser.Numeric_literalContext)

Exit a parse tree produced by numeric_literal().

Declaration
void ExitNumeric_literal(JPAParser.Numeric_literalContext context)
Parameters
Type Name Description
JPAParser.Numeric_literalContext context

The parse tree.

| Improve this Doc View Source

ExitOrderby_clause(JPAParser.Orderby_clauseContext)

Exit a parse tree produced by orderby_clause().

Declaration
void ExitOrderby_clause(JPAParser.Orderby_clauseContext context)
Parameters
Type Name Description
JPAParser.Orderby_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitOrderby_item(JPAParser.Orderby_itemContext)

Exit a parse tree produced by orderby_item().

Declaration
void ExitOrderby_item(JPAParser.Orderby_itemContext context)
Parameters
Type Name Description
JPAParser.Orderby_itemContext context

The parse tree.

| Improve this Doc View Source

ExitPattern_value(JPAParser.Pattern_valueContext)

Exit a parse tree produced by pattern_value().

Declaration
void ExitPattern_value(JPAParser.Pattern_valueContext context)
Parameters
Type Name Description
JPAParser.Pattern_valueContext context

The parse tree.

| Improve this Doc View Source

ExitQl_statement(JPAParser.Ql_statementContext)

Exit a parse tree produced by ql_statement().

Declaration
void ExitQl_statement(JPAParser.Ql_statementContext context)
Parameters
Type Name Description
JPAParser.Ql_statementContext context

The parse tree.

| Improve this Doc View Source

ExitRange_variable_declaration(JPAParser.Range_variable_declarationContext)

Exit a parse tree produced by range_variable_declaration().

Declaration
void ExitRange_variable_declaration(JPAParser.Range_variable_declarationContext context)
Parameters
Type Name Description
JPAParser.Range_variable_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitSelect_clause(JPAParser.Select_clauseContext)

Exit a parse tree produced by select_clause().

Declaration
void ExitSelect_clause(JPAParser.Select_clauseContext context)
Parameters
Type Name Description
JPAParser.Select_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitSelect_expression(JPAParser.Select_expressionContext)

Exit a parse tree produced by select_expression().

Declaration
void ExitSelect_expression(JPAParser.Select_expressionContext context)
Parameters
Type Name Description
JPAParser.Select_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitSelect_statement(JPAParser.Select_statementContext)

Exit a parse tree produced by select_statement().

Declaration
void ExitSelect_statement(JPAParser.Select_statementContext context)
Parameters
Type Name Description
JPAParser.Select_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSimple_arithmetic_expression(JPAParser.Simple_arithmetic_expressionContext)

Exit a parse tree produced by simple_arithmetic_expression().

Declaration
void ExitSimple_arithmetic_expression(JPAParser.Simple_arithmetic_expressionContext context)
Parameters
Type Name Description
JPAParser.Simple_arithmetic_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitSimple_cond_expression(JPAParser.Simple_cond_expressionContext)

Exit a parse tree produced by simple_cond_expression().

Declaration
void ExitSimple_cond_expression(JPAParser.Simple_cond_expressionContext context)
Parameters
Type Name Description
JPAParser.Simple_cond_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitSimple_entity_expression(JPAParser.Simple_entity_expressionContext)

Exit a parse tree produced by simple_entity_expression().

Declaration
void ExitSimple_entity_expression(JPAParser.Simple_entity_expressionContext context)
Parameters
Type Name Description
JPAParser.Simple_entity_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitSimple_select_clause(JPAParser.Simple_select_clauseContext)

Exit a parse tree produced by simple_select_clause().

Declaration
void ExitSimple_select_clause(JPAParser.Simple_select_clauseContext context)
Parameters
Type Name Description
JPAParser.Simple_select_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitSimple_select_expression(JPAParser.Simple_select_expressionContext)

Exit a parse tree produced by simple_select_expression().

Declaration
void ExitSimple_select_expression(JPAParser.Simple_select_expressionContext context)
Parameters
Type Name Description
JPAParser.Simple_select_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitSimple_state_field(JPAParser.Simple_state_fieldContext)

Exit a parse tree produced by simple_state_field().

Declaration
void ExitSimple_state_field(JPAParser.Simple_state_fieldContext context)
Parameters
Type Name Description
JPAParser.Simple_state_fieldContext context

The parse tree.

| Improve this Doc View Source

ExitSingle_valued_association_field(JPAParser.Single_valued_association_fieldContext)

Exit a parse tree produced by single_valued_association_field().

Declaration
void ExitSingle_valued_association_field(JPAParser.Single_valued_association_fieldContext context)
Parameters
Type Name Description
JPAParser.Single_valued_association_fieldContext context

The parse tree.

| Improve this Doc View Source

ExitSingle_valued_association_path_expression(JPAParser.Single_valued_association_path_expressionContext)

Exit a parse tree produced by single_valued_association_path_expression().

Declaration
void ExitSingle_valued_association_path_expression(JPAParser.Single_valued_association_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Single_valued_association_path_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitSingle_valued_path_expression(JPAParser.Single_valued_path_expressionContext)

Exit a parse tree produced by single_valued_path_expression().

Declaration
void ExitSingle_valued_path_expression(JPAParser.Single_valued_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Single_valued_path_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitState_field(JPAParser.State_fieldContext)

Exit a parse tree produced by state_field().

Declaration
void ExitState_field(JPAParser.State_fieldContext context)
Parameters
Type Name Description
JPAParser.State_fieldContext context

The parse tree.

| Improve this Doc View Source

ExitState_field_path_expression(JPAParser.State_field_path_expressionContext)

Exit a parse tree produced by state_field_path_expression().

Declaration
void ExitState_field_path_expression(JPAParser.State_field_path_expressionContext context)
Parameters
Type Name Description
JPAParser.State_field_path_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitString_expression(JPAParser.String_expressionContext)

Exit a parse tree produced by string_expression().

Declaration
void ExitString_expression(JPAParser.String_expressionContext context)
Parameters
Type Name Description
JPAParser.String_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitString_primary(JPAParser.String_primaryContext)

Exit a parse tree produced by string_primary().

Declaration
void ExitString_primary(JPAParser.String_primaryContext context)
Parameters
Type Name Description
JPAParser.String_primaryContext context

The parse tree.

| Improve this Doc View Source

ExitSubquery(JPAParser.SubqueryContext)

Exit a parse tree produced by subquery().

Declaration
void ExitSubquery(JPAParser.SubqueryContext context)
Parameters
Type Name Description
JPAParser.SubqueryContext context

The parse tree.

| Improve this Doc View Source

ExitSubquery_from_clause(JPAParser.Subquery_from_clauseContext)

Exit a parse tree produced by subquery_from_clause().

Declaration
void ExitSubquery_from_clause(JPAParser.Subquery_from_clauseContext context)
Parameters
Type Name Description
JPAParser.Subquery_from_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitSubselect_identification_variable_declaration(JPAParser.Subselect_identification_variable_declarationContext)

Exit a parse tree produced by subselect_identification_variable_declaration().

Declaration
void ExitSubselect_identification_variable_declaration(JPAParser.Subselect_identification_variable_declarationContext context)
Parameters
Type Name Description
JPAParser.Subselect_identification_variable_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitTrim_specification(JPAParser.Trim_specificationContext)

Exit a parse tree produced by trim_specification().

Declaration
void ExitTrim_specification(JPAParser.Trim_specificationContext context)
Parameters
Type Name Description
JPAParser.Trim_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitUpdate_clause(JPAParser.Update_clauseContext)

Exit a parse tree produced by update_clause().

Declaration
void ExitUpdate_clause(JPAParser.Update_clauseContext context)
Parameters
Type Name Description
JPAParser.Update_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitUpdate_item(JPAParser.Update_itemContext)

Exit a parse tree produced by update_item().

Declaration
void ExitUpdate_item(JPAParser.Update_itemContext context)
Parameters
Type Name Description
JPAParser.Update_itemContext context

The parse tree.

| Improve this Doc View Source

ExitUpdate_statement(JPAParser.Update_statementContext)

Exit a parse tree produced by update_statement().

Declaration
void ExitUpdate_statement(JPAParser.Update_statementContext context)
Parameters
Type Name Description
JPAParser.Update_statementContext context

The parse tree.

| Improve this Doc View Source

ExitWhere_clause(JPAParser.Where_clauseContext)

Exit a parse tree produced by where_clause().

Declaration
void ExitWhere_clause(JPAParser.Where_clauseContext context)
Parameters
Type Name Description
JPAParser.Where_clauseContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX