Show / Hide Table of Contents

Class JPAParser

Inheritance
System.Object
JPAParser
Namespace: GCore.Antlr.Grammers.Jpa
Assembly: Jpa.dll
Syntax
public class JPAParser : Parser

Constructors

| Improve this Doc View Source

JPAParser(ITokenStream)

Declaration
public JPAParser(ITokenStream input)
Parameters
Type Name Description
ITokenStream input
| Improve this Doc View Source

JPAParser(ITokenStream, TextWriter, TextWriter)

Declaration
public JPAParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type Name Description
ITokenStream input
TextWriter output
TextWriter errorOutput

Fields

| Improve this Doc View Source

_ATN

Declaration
public static readonly ATN _ATN
Field Value
Type Description
ATN
| Improve this Doc View Source

CHARACTER

Declaration
public const int CHARACTER = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

decisionToDFA

Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type Description
Antlr4.Runtime.Dfa.DFA[]
| Improve this Doc View Source

DefaultVocabulary

Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type Description
IVocabulary
| Improve this Doc View Source

ESCAPE_CHARACTER

Declaration
public const int ESCAPE_CHARACTER = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

IDENTIFICATION_VARIABLE

Declaration
public const int IDENTIFICATION_VARIABLE = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

INT_NUMERAL

Declaration
public const int INT_NUMERAL = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_abstract_schema_name

Declaration
public const int RULE_abstract_schema_name = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_aggregate_expression

Declaration
public const int RULE_aggregate_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_all_or_any_expression

Declaration
public const int RULE_all_or_any_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_arithmetic_expression

Declaration
public const int RULE_arithmetic_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_arithmetic_factor

Declaration
public const int RULE_arithmetic_factor = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_arithmetic_primary

Declaration
public const int RULE_arithmetic_primary = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_arithmetic_term

Declaration
public const int RULE_arithmetic_term = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_association_path_expression

Declaration
public const int RULE_association_path_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_between_expression

Declaration
public const int RULE_between_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_boolean_expression

Declaration
public const int RULE_boolean_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_boolean_literal

Declaration
public const int RULE_boolean_literal = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_boolean_primary

Declaration
public const int RULE_boolean_primary = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_collection_member_declaration

Declaration
public const int RULE_collection_member_declaration = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_collection_member_expression

Declaration
public const int RULE_collection_member_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_collection_valued_association_field

Declaration
public const int RULE_collection_valued_association_field = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_collection_valued_path_expression

Declaration
public const int RULE_collection_valued_path_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_comparison_expression

Declaration
public const int RULE_comparison_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_comparison_operator

Declaration
public const int RULE_comparison_operator = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_conditional_expression

Declaration
public const int RULE_conditional_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_conditional_factor

Declaration
public const int RULE_conditional_factor = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_conditional_primary

Declaration
public const int RULE_conditional_primary = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_conditional_term

Declaration
public const int RULE_conditional_term = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_constructor_expression

Declaration
public const int RULE_constructor_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_constructor_item

Declaration
public const int RULE_constructor_item = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_constructor_name

Declaration
public const int RULE_constructor_name = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_datetime_expression

Declaration
public const int RULE_datetime_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_datetime_primary

Declaration
public const int RULE_datetime_primary = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_delete_clause

Declaration
public const int RULE_delete_clause = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_delete_statement

Declaration
public const int RULE_delete_statement = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_embedded_class_state_field

Declaration
public const int RULE_embedded_class_state_field = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_empty_collection_comparison_expression

Declaration
public const int RULE_empty_collection_comparison_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_entity_expression

Declaration
public const int RULE_entity_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_enum_expression

Declaration
public const int RULE_enum_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_enum_literal

Declaration
public const int RULE_enum_literal = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_enum_primary

Declaration
public const int RULE_enum_primary = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_exists_expression

Declaration
public const int RULE_exists_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_fetch_join

Declaration
public const int RULE_fetch_join = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_from_clause

Declaration
public const int RULE_from_clause = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_functions_returning_datetime

Declaration
public const int RULE_functions_returning_datetime = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_functions_returning_numerics

Declaration
public const int RULE_functions_returning_numerics = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_functions_returning_strings

Declaration
public const int RULE_functions_returning_strings = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_groupby_clause

Declaration
public const int RULE_groupby_clause = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_groupby_item

Declaration
public const int RULE_groupby_item = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_having_clause

Declaration
public const int RULE_having_clause = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_identification_variable_declaration

Declaration
public const int RULE_identification_variable_declaration = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_in_expression

Declaration
public const int RULE_in_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_in_item

Declaration
public const int RULE_in_item = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_input_parameter

Declaration
public const int RULE_input_parameter = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_join

Declaration
public const int RULE_join = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_join_association_path_expression

Declaration
public const int RULE_join_association_path_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_join_collection_valued_path_expression

Declaration
public const int RULE_join_collection_valued_path_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_join_single_valued_association_path_expression

Declaration
public const int RULE_join_single_valued_association_path_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_join_spec

Declaration
public const int RULE_join_spec = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_like_expression

Declaration
public const int RULE_like_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_literal

Declaration
public const int RULE_literal = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_new_value

Declaration
public const int RULE_new_value = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_null_comparison_expression

Declaration
public const int RULE_null_comparison_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_numeric_literal

Declaration
public const int RULE_numeric_literal = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_orderby_clause

Declaration
public const int RULE_orderby_clause = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_orderby_item

Declaration
public const int RULE_orderby_item = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_pattern_value

Declaration
public const int RULE_pattern_value = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_ql_statement

Declaration
public const int RULE_ql_statement = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_range_variable_declaration

Declaration
public const int RULE_range_variable_declaration = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_select_clause

Declaration
public const int RULE_select_clause = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_select_expression

Declaration
public const int RULE_select_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_select_statement

Declaration
public const int RULE_select_statement = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_simple_arithmetic_expression

Declaration
public const int RULE_simple_arithmetic_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_simple_cond_expression

Declaration
public const int RULE_simple_cond_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_simple_entity_expression

Declaration
public const int RULE_simple_entity_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_simple_select_clause

Declaration
public const int RULE_simple_select_clause = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_simple_select_expression

Declaration
public const int RULE_simple_select_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_simple_state_field

Declaration
public const int RULE_simple_state_field = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_single_valued_association_field

Declaration
public const int RULE_single_valued_association_field = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_single_valued_association_path_expression

Declaration
public const int RULE_single_valued_association_path_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_single_valued_path_expression

Declaration
public const int RULE_single_valued_path_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_state_field

Declaration
public const int RULE_state_field = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_state_field_path_expression

Declaration
public const int RULE_state_field_path_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_string_expression

Declaration
public const int RULE_string_expression = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_string_primary

Declaration
public const int RULE_string_primary = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_subquery

Declaration
public const int RULE_subquery = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_subquery_from_clause

Declaration
public const int RULE_subquery_from_clause = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_subselect_identification_variable_declaration

Declaration
public const int RULE_subselect_identification_variable_declaration = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_trim_specification

Declaration
public const int RULE_trim_specification = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_update_clause

Declaration
public const int RULE_update_clause = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_update_item

Declaration
public const int RULE_update_item = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_update_statement

Declaration
public const int RULE_update_statement = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_where_clause

Declaration
public const int RULE_where_clause = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ruleNames

Declaration
public static readonly string[] ruleNames
Field Value
Type Description
System.String[]
| Improve this Doc View Source

sharedContextCache

Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type Description
PredictionContextCache
| Improve this Doc View Source

STRINGLITERAL

Declaration
public const int STRINGLITERAL = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__0

Declaration
public const int T__0 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__1

Declaration
public const int T__1 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__10

Declaration
public const int T__10 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__11

Declaration
public const int T__11 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__12

Declaration
public const int T__12 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__13

Declaration
public const int T__13 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__14

Declaration
public const int T__14 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__15

Declaration
public const int T__15 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__16

Declaration
public const int T__16 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__17

Declaration
public const int T__17 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__18

Declaration
public const int T__18 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__19

Declaration
public const int T__19 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__2

Declaration
public const int T__2 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__20

Declaration
public const int T__20 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__21

Declaration
public const int T__21 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__22

Declaration
public const int T__22 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__23

Declaration
public const int T__23 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__24

Declaration
public const int T__24 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__25

Declaration
public const int T__25 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__26

Declaration
public const int T__26 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__27

Declaration
public const int T__27 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__28

Declaration
public const int T__28 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__29

Declaration
public const int T__29 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__3

Declaration
public const int T__3 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__30

Declaration
public const int T__30 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__31

Declaration
public const int T__31 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__32

Declaration
public const int T__32 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__33

Declaration
public const int T__33 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__34

Declaration
public const int T__34 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__35

Declaration
public const int T__35 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__36

Declaration
public const int T__36 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__37

Declaration
public const int T__37 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__38

Declaration
public const int T__38 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__39

Declaration
public const int T__39 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__4

Declaration
public const int T__4 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__40

Declaration
public const int T__40 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__41

Declaration
public const int T__41 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__42

Declaration
public const int T__42 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__43

Declaration
public const int T__43 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__44

Declaration
public const int T__44 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__45

Declaration
public const int T__45 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__46

Declaration
public const int T__46 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__47

Declaration
public const int T__47 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__48

Declaration
public const int T__48 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__49

Declaration
public const int T__49 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__5

Declaration
public const int T__5 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__50

Declaration
public const int T__50 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__51

Declaration
public const int T__51 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__52

Declaration
public const int T__52 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__53

Declaration
public const int T__53 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__54

Declaration
public const int T__54 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__55

Declaration
public const int T__55 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__56

Declaration
public const int T__56 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__57

Declaration
public const int T__57 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__58

Declaration
public const int T__58 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__59

Declaration
public const int T__59 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__6

Declaration
public const int T__6 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__60

Declaration
public const int T__60 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__61

Declaration
public const int T__61 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__62

Declaration
public const int T__62 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__63

Declaration
public const int T__63 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__64

Declaration
public const int T__64 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__65

Declaration
public const int T__65 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__66

Declaration
public const int T__66 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__67

Declaration
public const int T__67 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__68

Declaration
public const int T__68 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__69

Declaration
public const int T__69 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__7

Declaration
public const int T__7 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__70

Declaration
public const int T__70 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__71

Declaration
public const int T__71 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__72

Declaration
public const int T__72 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__73

Declaration
public const int T__73 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__74

Declaration
public const int T__74 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__75

Declaration
public const int T__75 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__76

Declaration
public const int T__76 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__8

Declaration
public const int T__8 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__9

Declaration
public const int T__9 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

TRIM_CHARACTER

Declaration
public const int TRIM_CHARACTER = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

WS

Declaration
public const int WS = null
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

GrammarFileName

Declaration
public override string GrammarFileName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RuleNames

Declaration
public override string[] RuleNames { get; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

SerializedAtn

Declaration
public override string SerializedAtn { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Vocabulary

Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type Description
IVocabulary

Methods

| Improve this Doc View Source

abstract_schema_name()

Declaration
public JPAParser.Abstract_schema_nameContext abstract_schema_name()
Returns
Type Description
JPAParser.Abstract_schema_nameContext
| Improve this Doc View Source

aggregate_expression()

Declaration
public JPAParser.Aggregate_expressionContext aggregate_expression()
Returns
Type Description
JPAParser.Aggregate_expressionContext
| Improve this Doc View Source

all_or_any_expression()

Declaration
public JPAParser.All_or_any_expressionContext all_or_any_expression()
Returns
Type Description
JPAParser.All_or_any_expressionContext
| Improve this Doc View Source

arithmetic_expression()

Declaration
public JPAParser.Arithmetic_expressionContext arithmetic_expression()
Returns
Type Description
JPAParser.Arithmetic_expressionContext
| Improve this Doc View Source

arithmetic_factor()

Declaration
public JPAParser.Arithmetic_factorContext arithmetic_factor()
Returns
Type Description
JPAParser.Arithmetic_factorContext
| Improve this Doc View Source

arithmetic_primary()

Declaration
public JPAParser.Arithmetic_primaryContext arithmetic_primary()
Returns
Type Description
JPAParser.Arithmetic_primaryContext
| Improve this Doc View Source

arithmetic_term()

Declaration
public JPAParser.Arithmetic_termContext arithmetic_term()
Returns
Type Description
JPAParser.Arithmetic_termContext
| Improve this Doc View Source

association_path_expression()

Declaration
public JPAParser.Association_path_expressionContext association_path_expression()
Returns
Type Description
JPAParser.Association_path_expressionContext
| Improve this Doc View Source

between_expression()

Declaration
public JPAParser.Between_expressionContext between_expression()
Returns
Type Description
JPAParser.Between_expressionContext
| Improve this Doc View Source

boolean_expression()

Declaration
public JPAParser.Boolean_expressionContext boolean_expression()
Returns
Type Description
JPAParser.Boolean_expressionContext
| Improve this Doc View Source

boolean_literal()

Declaration
public JPAParser.Boolean_literalContext boolean_literal()
Returns
Type Description
JPAParser.Boolean_literalContext
| Improve this Doc View Source

boolean_primary()

Declaration
public JPAParser.Boolean_primaryContext boolean_primary()
Returns
Type Description
JPAParser.Boolean_primaryContext
| Improve this Doc View Source

collection_member_declaration()

Declaration
public JPAParser.Collection_member_declarationContext collection_member_declaration()
Returns
Type Description
JPAParser.Collection_member_declarationContext
| Improve this Doc View Source

collection_member_expression()

Declaration
public JPAParser.Collection_member_expressionContext collection_member_expression()
Returns
Type Description
JPAParser.Collection_member_expressionContext
| Improve this Doc View Source

collection_valued_association_field()

Declaration
public JPAParser.Collection_valued_association_fieldContext collection_valued_association_field()
Returns
Type Description
JPAParser.Collection_valued_association_fieldContext
| Improve this Doc View Source

collection_valued_path_expression()

Declaration
public JPAParser.Collection_valued_path_expressionContext collection_valued_path_expression()
Returns
Type Description
JPAParser.Collection_valued_path_expressionContext
| Improve this Doc View Source

comparison_expression()

Declaration
public JPAParser.Comparison_expressionContext comparison_expression()
Returns
Type Description
JPAParser.Comparison_expressionContext
| Improve this Doc View Source

comparison_operator()

Declaration
public JPAParser.Comparison_operatorContext comparison_operator()
Returns
Type Description
JPAParser.Comparison_operatorContext
| Improve this Doc View Source

conditional_expression()

Declaration
public JPAParser.Conditional_expressionContext conditional_expression()
Returns
Type Description
JPAParser.Conditional_expressionContext
| Improve this Doc View Source

conditional_factor()

Declaration
public JPAParser.Conditional_factorContext conditional_factor()
Returns
Type Description
JPAParser.Conditional_factorContext
| Improve this Doc View Source

conditional_primary()

Declaration
public JPAParser.Conditional_primaryContext conditional_primary()
Returns
Type Description
JPAParser.Conditional_primaryContext
| Improve this Doc View Source

conditional_term()

Declaration
public JPAParser.Conditional_termContext conditional_term()
Returns
Type Description
JPAParser.Conditional_termContext
| Improve this Doc View Source

constructor_expression()

Declaration
public JPAParser.Constructor_expressionContext constructor_expression()
Returns
Type Description
JPAParser.Constructor_expressionContext
| Improve this Doc View Source

constructor_item()

Declaration
public JPAParser.Constructor_itemContext constructor_item()
Returns
Type Description
JPAParser.Constructor_itemContext
| Improve this Doc View Source

constructor_name()

Declaration
public JPAParser.Constructor_nameContext constructor_name()
Returns
Type Description
JPAParser.Constructor_nameContext
| Improve this Doc View Source

datetime_expression()

Declaration
public JPAParser.Datetime_expressionContext datetime_expression()
Returns
Type Description
JPAParser.Datetime_expressionContext
| Improve this Doc View Source

datetime_primary()

Declaration
public JPAParser.Datetime_primaryContext datetime_primary()
Returns
Type Description
JPAParser.Datetime_primaryContext
| Improve this Doc View Source

delete_clause()

Declaration
public JPAParser.Delete_clauseContext delete_clause()
Returns
Type Description
JPAParser.Delete_clauseContext
| Improve this Doc View Source

delete_statement()

Declaration
public JPAParser.Delete_statementContext delete_statement()
Returns
Type Description
JPAParser.Delete_statementContext
| Improve this Doc View Source

embedded_class_state_field()

Declaration
public JPAParser.Embedded_class_state_fieldContext embedded_class_state_field()
Returns
Type Description
JPAParser.Embedded_class_state_fieldContext
| Improve this Doc View Source

empty_collection_comparison_expression()

Declaration
public JPAParser.Empty_collection_comparison_expressionContext empty_collection_comparison_expression()
Returns
Type Description
JPAParser.Empty_collection_comparison_expressionContext
| Improve this Doc View Source

entity_expression()

Declaration
public JPAParser.Entity_expressionContext entity_expression()
Returns
Type Description
JPAParser.Entity_expressionContext
| Improve this Doc View Source

enum_expression()

Declaration
public JPAParser.Enum_expressionContext enum_expression()
Returns
Type Description
JPAParser.Enum_expressionContext
| Improve this Doc View Source

enum_literal()

Declaration
public JPAParser.Enum_literalContext enum_literal()
Returns
Type Description
JPAParser.Enum_literalContext
| Improve this Doc View Source

enum_primary()

Declaration
public JPAParser.Enum_primaryContext enum_primary()
Returns
Type Description
JPAParser.Enum_primaryContext
| Improve this Doc View Source

exists_expression()

Declaration
public JPAParser.Exists_expressionContext exists_expression()
Returns
Type Description
JPAParser.Exists_expressionContext
| Improve this Doc View Source

fetch_join()

Declaration
public JPAParser.Fetch_joinContext fetch_join()
Returns
Type Description
JPAParser.Fetch_joinContext
| Improve this Doc View Source

from_clause()

Declaration
public JPAParser.From_clauseContext from_clause()
Returns
Type Description
JPAParser.From_clauseContext
| Improve this Doc View Source

functions_returning_datetime()

Declaration
public JPAParser.Functions_returning_datetimeContext functions_returning_datetime()
Returns
Type Description
JPAParser.Functions_returning_datetimeContext
| Improve this Doc View Source

functions_returning_numerics()

Declaration
public JPAParser.Functions_returning_numericsContext functions_returning_numerics()
Returns
Type Description
JPAParser.Functions_returning_numericsContext
| Improve this Doc View Source

functions_returning_strings()

Declaration
public JPAParser.Functions_returning_stringsContext functions_returning_strings()
Returns
Type Description
JPAParser.Functions_returning_stringsContext
| Improve this Doc View Source

groupby_clause()

Declaration
public JPAParser.Groupby_clauseContext groupby_clause()
Returns
Type Description
JPAParser.Groupby_clauseContext
| Improve this Doc View Source

groupby_item()

Declaration
public JPAParser.Groupby_itemContext groupby_item()
Returns
Type Description
JPAParser.Groupby_itemContext
| Improve this Doc View Source

having_clause()

Declaration
public JPAParser.Having_clauseContext having_clause()
Returns
Type Description
JPAParser.Having_clauseContext
| Improve this Doc View Source

identification_variable_declaration()

Declaration
public JPAParser.Identification_variable_declarationContext identification_variable_declaration()
Returns
Type Description
JPAParser.Identification_variable_declarationContext
| Improve this Doc View Source

in_expression()

Declaration
public JPAParser.In_expressionContext in_expression()
Returns
Type Description
JPAParser.In_expressionContext
| Improve this Doc View Source

in_item()

Declaration
public JPAParser.In_itemContext in_item()
Returns
Type Description
JPAParser.In_itemContext
| Improve this Doc View Source

input_parameter()

Declaration
public JPAParser.Input_parameterContext input_parameter()
Returns
Type Description
JPAParser.Input_parameterContext
| Improve this Doc View Source

join()

Declaration
public JPAParser.JoinContext join()
Returns
Type Description
JPAParser.JoinContext
| Improve this Doc View Source

join_association_path_expression()

Declaration
public JPAParser.Join_association_path_expressionContext join_association_path_expression()
Returns
Type Description
JPAParser.Join_association_path_expressionContext
| Improve this Doc View Source

join_collection_valued_path_expression()

Declaration
public JPAParser.Join_collection_valued_path_expressionContext join_collection_valued_path_expression()
Returns
Type Description
JPAParser.Join_collection_valued_path_expressionContext
| Improve this Doc View Source

join_single_valued_association_path_expression()

Declaration
public JPAParser.Join_single_valued_association_path_expressionContext join_single_valued_association_path_expression()
Returns
Type Description
JPAParser.Join_single_valued_association_path_expressionContext
| Improve this Doc View Source

join_spec()

Declaration
public JPAParser.Join_specContext join_spec()
Returns
Type Description
JPAParser.Join_specContext
| Improve this Doc View Source

like_expression()

Declaration
public JPAParser.Like_expressionContext like_expression()
Returns
Type Description
JPAParser.Like_expressionContext
| Improve this Doc View Source

literal()

Declaration
public JPAParser.LiteralContext literal()
Returns
Type Description
JPAParser.LiteralContext
| Improve this Doc View Source

new_value()

Declaration
public JPAParser.New_valueContext new_value()
Returns
Type Description
JPAParser.New_valueContext
| Improve this Doc View Source

null_comparison_expression()

Declaration
public JPAParser.Null_comparison_expressionContext null_comparison_expression()
Returns
Type Description
JPAParser.Null_comparison_expressionContext
| Improve this Doc View Source

numeric_literal()

Declaration
public JPAParser.Numeric_literalContext numeric_literal()
Returns
Type Description
JPAParser.Numeric_literalContext
| Improve this Doc View Source

orderby_clause()

Declaration
public JPAParser.Orderby_clauseContext orderby_clause()
Returns
Type Description
JPAParser.Orderby_clauseContext
| Improve this Doc View Source

orderby_item()

Declaration
public JPAParser.Orderby_itemContext orderby_item()
Returns
Type Description
JPAParser.Orderby_itemContext
| Improve this Doc View Source

pattern_value()

Declaration
public JPAParser.Pattern_valueContext pattern_value()
Returns
Type Description
JPAParser.Pattern_valueContext
| Improve this Doc View Source

ql_statement()

Declaration
public JPAParser.Ql_statementContext ql_statement()
Returns
Type Description
JPAParser.Ql_statementContext
| Improve this Doc View Source

range_variable_declaration()

Declaration
public JPAParser.Range_variable_declarationContext range_variable_declaration()
Returns
Type Description
JPAParser.Range_variable_declarationContext
| Improve this Doc View Source

select_clause()

Declaration
public JPAParser.Select_clauseContext select_clause()
Returns
Type Description
JPAParser.Select_clauseContext
| Improve this Doc View Source

select_expression()

Declaration
public JPAParser.Select_expressionContext select_expression()
Returns
Type Description
JPAParser.Select_expressionContext
| Improve this Doc View Source

select_statement()

Declaration
public JPAParser.Select_statementContext select_statement()
Returns
Type Description
JPAParser.Select_statementContext
| Improve this Doc View Source

simple_arithmetic_expression()

Declaration
public JPAParser.Simple_arithmetic_expressionContext simple_arithmetic_expression()
Returns
Type Description
JPAParser.Simple_arithmetic_expressionContext
| Improve this Doc View Source

simple_cond_expression()

Declaration
public JPAParser.Simple_cond_expressionContext simple_cond_expression()
Returns
Type Description
JPAParser.Simple_cond_expressionContext
| Improve this Doc View Source

simple_entity_expression()

Declaration
public JPAParser.Simple_entity_expressionContext simple_entity_expression()
Returns
Type Description
JPAParser.Simple_entity_expressionContext
| Improve this Doc View Source

simple_select_clause()

Declaration
public JPAParser.Simple_select_clauseContext simple_select_clause()
Returns
Type Description
JPAParser.Simple_select_clauseContext
| Improve this Doc View Source

simple_select_expression()

Declaration
public JPAParser.Simple_select_expressionContext simple_select_expression()
Returns
Type Description
JPAParser.Simple_select_expressionContext
| Improve this Doc View Source

simple_state_field()

Declaration
public JPAParser.Simple_state_fieldContext simple_state_field()
Returns
Type Description
JPAParser.Simple_state_fieldContext
| Improve this Doc View Source

single_valued_association_field()

Declaration
public JPAParser.Single_valued_association_fieldContext single_valued_association_field()
Returns
Type Description
JPAParser.Single_valued_association_fieldContext
| Improve this Doc View Source

single_valued_association_path_expression()

Declaration
public JPAParser.Single_valued_association_path_expressionContext single_valued_association_path_expression()
Returns
Type Description
JPAParser.Single_valued_association_path_expressionContext
| Improve this Doc View Source

single_valued_path_expression()

Declaration
public JPAParser.Single_valued_path_expressionContext single_valued_path_expression()
Returns
Type Description
JPAParser.Single_valued_path_expressionContext
| Improve this Doc View Source

state_field()

Declaration
public JPAParser.State_fieldContext state_field()
Returns
Type Description
JPAParser.State_fieldContext
| Improve this Doc View Source

state_field_path_expression()

Declaration
public JPAParser.State_field_path_expressionContext state_field_path_expression()
Returns
Type Description
JPAParser.State_field_path_expressionContext
| Improve this Doc View Source

string_expression()

Declaration
public JPAParser.String_expressionContext string_expression()
Returns
Type Description
JPAParser.String_expressionContext
| Improve this Doc View Source

string_primary()

Declaration
public JPAParser.String_primaryContext string_primary()
Returns
Type Description
JPAParser.String_primaryContext
| Improve this Doc View Source

subquery()

Declaration
public JPAParser.SubqueryContext subquery()
Returns
Type Description
JPAParser.SubqueryContext
| Improve this Doc View Source

subquery_from_clause()

Declaration
public JPAParser.Subquery_from_clauseContext subquery_from_clause()
Returns
Type Description
JPAParser.Subquery_from_clauseContext
| Improve this Doc View Source

subselect_identification_variable_declaration()

Declaration
public JPAParser.Subselect_identification_variable_declarationContext subselect_identification_variable_declaration()
Returns
Type Description
JPAParser.Subselect_identification_variable_declarationContext
| Improve this Doc View Source

trim_specification()

Declaration
public JPAParser.Trim_specificationContext trim_specification()
Returns
Type Description
JPAParser.Trim_specificationContext
| Improve this Doc View Source

update_clause()

Declaration
public JPAParser.Update_clauseContext update_clause()
Returns
Type Description
JPAParser.Update_clauseContext
| Improve this Doc View Source

update_item()

Declaration
public JPAParser.Update_itemContext update_item()
Returns
Type Description
JPAParser.Update_itemContext
| Improve this Doc View Source

update_statement()

Declaration
public JPAParser.Update_statementContext update_statement()
Returns
Type Description
JPAParser.Update_statementContext
| Improve this Doc View Source

where_clause()

Declaration
public JPAParser.Where_clauseContext where_clause()
Returns
Type Description
JPAParser.Where_clauseContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX