Show / Hide Table of Contents

Class JPABaseVisitor<Result>

This class provides an empty implementation of IJPAVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Inheritance
System.Object
JPABaseVisitor<Result>
Implements
IJPAVisitor<Result>
IParseTreeVisitor<Result>
Namespace: GCore.Antlr.Grammers.Jpa
Assembly: Jpa.dll
Syntax
public class JPABaseVisitor<Result> : AbstractParseTreeVisitor<Result>, IJPAVisitor<Result>, IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitAbstract_schema_name(JPAParser.Abstract_schema_nameContext)

Visit a parse tree produced by abstract_schema_name().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAbstract_schema_name(JPAParser.Abstract_schema_nameContext context)
Parameters
Type Name Description
JPAParser.Abstract_schema_nameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAggregate_expression(JPAParser.Aggregate_expressionContext)

Visit a parse tree produced by aggregate_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAggregate_expression(JPAParser.Aggregate_expressionContext context)
Parameters
Type Name Description
JPAParser.Aggregate_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAll_or_any_expression(JPAParser.All_or_any_expressionContext)

Visit a parse tree produced by all_or_any_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAll_or_any_expression(JPAParser.All_or_any_expressionContext context)
Parameters
Type Name Description
JPAParser.All_or_any_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitArithmetic_expression(JPAParser.Arithmetic_expressionContext)

Visit a parse tree produced by arithmetic_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitArithmetic_expression(JPAParser.Arithmetic_expressionContext context)
Parameters
Type Name Description
JPAParser.Arithmetic_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitArithmetic_factor(JPAParser.Arithmetic_factorContext)

Visit a parse tree produced by arithmetic_factor().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitArithmetic_factor(JPAParser.Arithmetic_factorContext context)
Parameters
Type Name Description
JPAParser.Arithmetic_factorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitArithmetic_primary(JPAParser.Arithmetic_primaryContext)

Visit a parse tree produced by arithmetic_primary().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitArithmetic_primary(JPAParser.Arithmetic_primaryContext context)
Parameters
Type Name Description
JPAParser.Arithmetic_primaryContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitArithmetic_term(JPAParser.Arithmetic_termContext)

Visit a parse tree produced by arithmetic_term().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitArithmetic_term(JPAParser.Arithmetic_termContext context)
Parameters
Type Name Description
JPAParser.Arithmetic_termContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAssociation_path_expression(JPAParser.Association_path_expressionContext)

Visit a parse tree produced by association_path_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAssociation_path_expression(JPAParser.Association_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Association_path_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBetween_expression(JPAParser.Between_expressionContext)

Visit a parse tree produced by between_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBetween_expression(JPAParser.Between_expressionContext context)
Parameters
Type Name Description
JPAParser.Between_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBoolean_expression(JPAParser.Boolean_expressionContext)

Visit a parse tree produced by boolean_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBoolean_expression(JPAParser.Boolean_expressionContext context)
Parameters
Type Name Description
JPAParser.Boolean_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBoolean_literal(JPAParser.Boolean_literalContext)

Visit a parse tree produced by boolean_literal().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBoolean_literal(JPAParser.Boolean_literalContext context)
Parameters
Type Name Description
JPAParser.Boolean_literalContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBoolean_primary(JPAParser.Boolean_primaryContext)

Visit a parse tree produced by boolean_primary().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBoolean_primary(JPAParser.Boolean_primaryContext context)
Parameters
Type Name Description
JPAParser.Boolean_primaryContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCollection_member_declaration(JPAParser.Collection_member_declarationContext)

Visit a parse tree produced by collection_member_declaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCollection_member_declaration(JPAParser.Collection_member_declarationContext context)
Parameters
Type Name Description
JPAParser.Collection_member_declarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCollection_member_expression(JPAParser.Collection_member_expressionContext)

Visit a parse tree produced by collection_member_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCollection_member_expression(JPAParser.Collection_member_expressionContext context)
Parameters
Type Name Description
JPAParser.Collection_member_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCollection_valued_association_field(JPAParser.Collection_valued_association_fieldContext)

Visit a parse tree produced by collection_valued_association_field().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCollection_valued_association_field(JPAParser.Collection_valued_association_fieldContext context)
Parameters
Type Name Description
JPAParser.Collection_valued_association_fieldContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCollection_valued_path_expression(JPAParser.Collection_valued_path_expressionContext)

Visit a parse tree produced by collection_valued_path_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCollection_valued_path_expression(JPAParser.Collection_valued_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Collection_valued_path_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitComparison_expression(JPAParser.Comparison_expressionContext)

Visit a parse tree produced by comparison_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitComparison_expression(JPAParser.Comparison_expressionContext context)
Parameters
Type Name Description
JPAParser.Comparison_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitComparison_operator(JPAParser.Comparison_operatorContext)

Visit a parse tree produced by comparison_operator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitComparison_operator(JPAParser.Comparison_operatorContext context)
Parameters
Type Name Description
JPAParser.Comparison_operatorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConditional_expression(JPAParser.Conditional_expressionContext)

Visit a parse tree produced by conditional_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConditional_expression(JPAParser.Conditional_expressionContext context)
Parameters
Type Name Description
JPAParser.Conditional_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConditional_factor(JPAParser.Conditional_factorContext)

Visit a parse tree produced by conditional_factor().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConditional_factor(JPAParser.Conditional_factorContext context)
Parameters
Type Name Description
JPAParser.Conditional_factorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConditional_primary(JPAParser.Conditional_primaryContext)

Visit a parse tree produced by conditional_primary().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConditional_primary(JPAParser.Conditional_primaryContext context)
Parameters
Type Name Description
JPAParser.Conditional_primaryContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConditional_term(JPAParser.Conditional_termContext)

Visit a parse tree produced by conditional_term().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConditional_term(JPAParser.Conditional_termContext context)
Parameters
Type Name Description
JPAParser.Conditional_termContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConstructor_expression(JPAParser.Constructor_expressionContext)

Visit a parse tree produced by constructor_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConstructor_expression(JPAParser.Constructor_expressionContext context)
Parameters
Type Name Description
JPAParser.Constructor_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConstructor_item(JPAParser.Constructor_itemContext)

Visit a parse tree produced by constructor_item().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConstructor_item(JPAParser.Constructor_itemContext context)
Parameters
Type Name Description
JPAParser.Constructor_itemContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConstructor_name(JPAParser.Constructor_nameContext)

Visit a parse tree produced by constructor_name().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConstructor_name(JPAParser.Constructor_nameContext context)
Parameters
Type Name Description
JPAParser.Constructor_nameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDatetime_expression(JPAParser.Datetime_expressionContext)

Visit a parse tree produced by datetime_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDatetime_expression(JPAParser.Datetime_expressionContext context)
Parameters
Type Name Description
JPAParser.Datetime_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDatetime_primary(JPAParser.Datetime_primaryContext)

Visit a parse tree produced by datetime_primary().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDatetime_primary(JPAParser.Datetime_primaryContext context)
Parameters
Type Name Description
JPAParser.Datetime_primaryContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDelete_clause(JPAParser.Delete_clauseContext)

Visit a parse tree produced by delete_clause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDelete_clause(JPAParser.Delete_clauseContext context)
Parameters
Type Name Description
JPAParser.Delete_clauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDelete_statement(JPAParser.Delete_statementContext)

Visit a parse tree produced by delete_statement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDelete_statement(JPAParser.Delete_statementContext context)
Parameters
Type Name Description
JPAParser.Delete_statementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEmbedded_class_state_field(JPAParser.Embedded_class_state_fieldContext)

Visit a parse tree produced by embedded_class_state_field().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEmbedded_class_state_field(JPAParser.Embedded_class_state_fieldContext context)
Parameters
Type Name Description
JPAParser.Embedded_class_state_fieldContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEmpty_collection_comparison_expression(JPAParser.Empty_collection_comparison_expressionContext)

Visit a parse tree produced by empty_collection_comparison_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEmpty_collection_comparison_expression(JPAParser.Empty_collection_comparison_expressionContext context)
Parameters
Type Name Description
JPAParser.Empty_collection_comparison_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEntity_expression(JPAParser.Entity_expressionContext)

Visit a parse tree produced by entity_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEntity_expression(JPAParser.Entity_expressionContext context)
Parameters
Type Name Description
JPAParser.Entity_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnum_expression(JPAParser.Enum_expressionContext)

Visit a parse tree produced by enum_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEnum_expression(JPAParser.Enum_expressionContext context)
Parameters
Type Name Description
JPAParser.Enum_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnum_literal(JPAParser.Enum_literalContext)

Visit a parse tree produced by enum_literal().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEnum_literal(JPAParser.Enum_literalContext context)
Parameters
Type Name Description
JPAParser.Enum_literalContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnum_primary(JPAParser.Enum_primaryContext)

Visit a parse tree produced by enum_primary().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEnum_primary(JPAParser.Enum_primaryContext context)
Parameters
Type Name Description
JPAParser.Enum_primaryContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExists_expression(JPAParser.Exists_expressionContext)

Visit a parse tree produced by exists_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExists_expression(JPAParser.Exists_expressionContext context)
Parameters
Type Name Description
JPAParser.Exists_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFetch_join(JPAParser.Fetch_joinContext)

Visit a parse tree produced by fetch_join().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFetch_join(JPAParser.Fetch_joinContext context)
Parameters
Type Name Description
JPAParser.Fetch_joinContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFrom_clause(JPAParser.From_clauseContext)

Visit a parse tree produced by from_clause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFrom_clause(JPAParser.From_clauseContext context)
Parameters
Type Name Description
JPAParser.From_clauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunctions_returning_datetime(JPAParser.Functions_returning_datetimeContext)

Visit a parse tree produced by functions_returning_datetime().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunctions_returning_datetime(JPAParser.Functions_returning_datetimeContext context)
Parameters
Type Name Description
JPAParser.Functions_returning_datetimeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunctions_returning_numerics(JPAParser.Functions_returning_numericsContext)

Visit a parse tree produced by functions_returning_numerics().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunctions_returning_numerics(JPAParser.Functions_returning_numericsContext context)
Parameters
Type Name Description
JPAParser.Functions_returning_numericsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunctions_returning_strings(JPAParser.Functions_returning_stringsContext)

Visit a parse tree produced by functions_returning_strings().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunctions_returning_strings(JPAParser.Functions_returning_stringsContext context)
Parameters
Type Name Description
JPAParser.Functions_returning_stringsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGroupby_clause(JPAParser.Groupby_clauseContext)

Visit a parse tree produced by groupby_clause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitGroupby_clause(JPAParser.Groupby_clauseContext context)
Parameters
Type Name Description
JPAParser.Groupby_clauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGroupby_item(JPAParser.Groupby_itemContext)

Visit a parse tree produced by groupby_item().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitGroupby_item(JPAParser.Groupby_itemContext context)
Parameters
Type Name Description
JPAParser.Groupby_itemContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitHaving_clause(JPAParser.Having_clauseContext)

Visit a parse tree produced by having_clause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitHaving_clause(JPAParser.Having_clauseContext context)
Parameters
Type Name Description
JPAParser.Having_clauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIdentification_variable_declaration(JPAParser.Identification_variable_declarationContext)

Visit a parse tree produced by identification_variable_declaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIdentification_variable_declaration(JPAParser.Identification_variable_declarationContext context)
Parameters
Type Name Description
JPAParser.Identification_variable_declarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIn_expression(JPAParser.In_expressionContext)

Visit a parse tree produced by in_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIn_expression(JPAParser.In_expressionContext context)
Parameters
Type Name Description
JPAParser.In_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIn_item(JPAParser.In_itemContext)

Visit a parse tree produced by in_item().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIn_item(JPAParser.In_itemContext context)
Parameters
Type Name Description
JPAParser.In_itemContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitInput_parameter(JPAParser.Input_parameterContext)

Visit a parse tree produced by input_parameter().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitInput_parameter(JPAParser.Input_parameterContext context)
Parameters
Type Name Description
JPAParser.Input_parameterContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJoin(JPAParser.JoinContext)

Visit a parse tree produced by join().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitJoin(JPAParser.JoinContext context)
Parameters
Type Name Description
JPAParser.JoinContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJoin_association_path_expression(JPAParser.Join_association_path_expressionContext)

Visit a parse tree produced by join_association_path_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitJoin_association_path_expression(JPAParser.Join_association_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Join_association_path_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJoin_collection_valued_path_expression(JPAParser.Join_collection_valued_path_expressionContext)

Visit a parse tree produced by join_collection_valued_path_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitJoin_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJoin_single_valued_association_path_expression(JPAParser.Join_single_valued_association_path_expressionContext)

Visit a parse tree produced by join_single_valued_association_path_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitJoin_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJoin_spec(JPAParser.Join_specContext)

Visit a parse tree produced by join_spec().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitJoin_spec(JPAParser.Join_specContext context)
Parameters
Type Name Description
JPAParser.Join_specContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLike_expression(JPAParser.Like_expressionContext)

Visit a parse tree produced by like_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLike_expression(JPAParser.Like_expressionContext context)
Parameters
Type Name Description
JPAParser.Like_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLiteral(JPAParser.LiteralContext)

Visit a parse tree produced by literal().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLiteral(JPAParser.LiteralContext context)
Parameters
Type Name Description
JPAParser.LiteralContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNew_value(JPAParser.New_valueContext)

Visit a parse tree produced by new_value().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNew_value(JPAParser.New_valueContext context)
Parameters
Type Name Description
JPAParser.New_valueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNull_comparison_expression(JPAParser.Null_comparison_expressionContext)

Visit a parse tree produced by null_comparison_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNull_comparison_expression(JPAParser.Null_comparison_expressionContext context)
Parameters
Type Name Description
JPAParser.Null_comparison_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNumeric_literal(JPAParser.Numeric_literalContext)

Visit a parse tree produced by numeric_literal().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNumeric_literal(JPAParser.Numeric_literalContext context)
Parameters
Type Name Description
JPAParser.Numeric_literalContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOrderby_clause(JPAParser.Orderby_clauseContext)

Visit a parse tree produced by orderby_clause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOrderby_clause(JPAParser.Orderby_clauseContext context)
Parameters
Type Name Description
JPAParser.Orderby_clauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOrderby_item(JPAParser.Orderby_itemContext)

Visit a parse tree produced by orderby_item().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOrderby_item(JPAParser.Orderby_itemContext context)
Parameters
Type Name Description
JPAParser.Orderby_itemContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPattern_value(JPAParser.Pattern_valueContext)

Visit a parse tree produced by pattern_value().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPattern_value(JPAParser.Pattern_valueContext context)
Parameters
Type Name Description
JPAParser.Pattern_valueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitQl_statement(JPAParser.Ql_statementContext)

Visit a parse tree produced by ql_statement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitQl_statement(JPAParser.Ql_statementContext context)
Parameters
Type Name Description
JPAParser.Ql_statementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRange_variable_declaration(JPAParser.Range_variable_declarationContext)

Visit a parse tree produced by range_variable_declaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRange_variable_declaration(JPAParser.Range_variable_declarationContext context)
Parameters
Type Name Description
JPAParser.Range_variable_declarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSelect_clause(JPAParser.Select_clauseContext)

Visit a parse tree produced by select_clause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSelect_clause(JPAParser.Select_clauseContext context)
Parameters
Type Name Description
JPAParser.Select_clauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSelect_expression(JPAParser.Select_expressionContext)

Visit a parse tree produced by select_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSelect_expression(JPAParser.Select_expressionContext context)
Parameters
Type Name Description
JPAParser.Select_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSelect_statement(JPAParser.Select_statementContext)

Visit a parse tree produced by select_statement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSelect_statement(JPAParser.Select_statementContext context)
Parameters
Type Name Description
JPAParser.Select_statementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSimple_arithmetic_expression(JPAParser.Simple_arithmetic_expressionContext)

Visit a parse tree produced by simple_arithmetic_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSimple_arithmetic_expression(JPAParser.Simple_arithmetic_expressionContext context)
Parameters
Type Name Description
JPAParser.Simple_arithmetic_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSimple_cond_expression(JPAParser.Simple_cond_expressionContext)

Visit a parse tree produced by simple_cond_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSimple_cond_expression(JPAParser.Simple_cond_expressionContext context)
Parameters
Type Name Description
JPAParser.Simple_cond_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSimple_entity_expression(JPAParser.Simple_entity_expressionContext)

Visit a parse tree produced by simple_entity_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSimple_entity_expression(JPAParser.Simple_entity_expressionContext context)
Parameters
Type Name Description
JPAParser.Simple_entity_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSimple_select_clause(JPAParser.Simple_select_clauseContext)

Visit a parse tree produced by simple_select_clause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSimple_select_clause(JPAParser.Simple_select_clauseContext context)
Parameters
Type Name Description
JPAParser.Simple_select_clauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSimple_select_expression(JPAParser.Simple_select_expressionContext)

Visit a parse tree produced by simple_select_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSimple_select_expression(JPAParser.Simple_select_expressionContext context)
Parameters
Type Name Description
JPAParser.Simple_select_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSimple_state_field(JPAParser.Simple_state_fieldContext)

Visit a parse tree produced by simple_state_field().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSimple_state_field(JPAParser.Simple_state_fieldContext context)
Parameters
Type Name Description
JPAParser.Simple_state_fieldContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSingle_valued_association_field(JPAParser.Single_valued_association_fieldContext)

Visit a parse tree produced by single_valued_association_field().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSingle_valued_association_field(JPAParser.Single_valued_association_fieldContext context)
Parameters
Type Name Description
JPAParser.Single_valued_association_fieldContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSingle_valued_association_path_expression(JPAParser.Single_valued_association_path_expressionContext)

Visit a parse tree produced by single_valued_association_path_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSingle_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSingle_valued_path_expression(JPAParser.Single_valued_path_expressionContext)

Visit a parse tree produced by single_valued_path_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSingle_valued_path_expression(JPAParser.Single_valued_path_expressionContext context)
Parameters
Type Name Description
JPAParser.Single_valued_path_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitState_field(JPAParser.State_fieldContext)

Visit a parse tree produced by state_field().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitState_field(JPAParser.State_fieldContext context)
Parameters
Type Name Description
JPAParser.State_fieldContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitState_field_path_expression(JPAParser.State_field_path_expressionContext)

Visit a parse tree produced by state_field_path_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitState_field_path_expression(JPAParser.State_field_path_expressionContext context)
Parameters
Type Name Description
JPAParser.State_field_path_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitString_expression(JPAParser.String_expressionContext)

Visit a parse tree produced by string_expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitString_expression(JPAParser.String_expressionContext context)
Parameters
Type Name Description
JPAParser.String_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitString_primary(JPAParser.String_primaryContext)

Visit a parse tree produced by string_primary().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitString_primary(JPAParser.String_primaryContext context)
Parameters
Type Name Description
JPAParser.String_primaryContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSubquery(JPAParser.SubqueryContext)

Visit a parse tree produced by subquery().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSubquery(JPAParser.SubqueryContext context)
Parameters
Type Name Description
JPAParser.SubqueryContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSubquery_from_clause(JPAParser.Subquery_from_clauseContext)

Visit a parse tree produced by subquery_from_clause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSubquery_from_clause(JPAParser.Subquery_from_clauseContext context)
Parameters
Type Name Description
JPAParser.Subquery_from_clauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSubselect_identification_variable_declaration(JPAParser.Subselect_identification_variable_declarationContext)

Visit a parse tree produced by subselect_identification_variable_declaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSubselect_identification_variable_declaration(JPAParser.Subselect_identification_variable_declarationContext context)
Parameters
Type Name Description
JPAParser.Subselect_identification_variable_declarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTrim_specification(JPAParser.Trim_specificationContext)

Visit a parse tree produced by trim_specification().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTrim_specification(JPAParser.Trim_specificationContext context)
Parameters
Type Name Description
JPAParser.Trim_specificationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitUpdate_clause(JPAParser.Update_clauseContext)

Visit a parse tree produced by update_clause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitUpdate_clause(JPAParser.Update_clauseContext context)
Parameters
Type Name Description
JPAParser.Update_clauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitUpdate_item(JPAParser.Update_itemContext)

Visit a parse tree produced by update_item().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitUpdate_item(JPAParser.Update_itemContext context)
Parameters
Type Name Description
JPAParser.Update_itemContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitUpdate_statement(JPAParser.Update_statementContext)

Visit a parse tree produced by update_statement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitUpdate_statement(JPAParser.Update_statementContext context)
Parameters
Type Name Description
JPAParser.Update_statementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitWhere_clause(JPAParser.Where_clauseContext)

Visit a parse tree produced by where_clause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitWhere_clause(JPAParser.Where_clauseContext context)
Parameters
Type Name Description
JPAParser.Where_clauseContext context

The parse tree.

Returns
Type Description
Result

Implements

IJPAVisitor<Result>
IParseTreeVisitor<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX