@opra/client 0.17.0 → 0.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/cjs/client-error.js +17 -0
  2. package/cjs/constants.js +7 -0
  3. package/cjs/http/batch-request.js +90 -0
  4. package/cjs/http/http-client.js +232 -0
  5. package/cjs/http/http-collection-node.js +110 -0
  6. package/cjs/http/http-request-observable.js +36 -0
  7. package/cjs/http/http-request.js +88 -0
  8. package/cjs/http/http-response.js +24 -0
  9. package/cjs/http/http-service-base.js +9 -0
  10. package/cjs/http/http-singleton-node.js +63 -0
  11. package/cjs/http/http-types.js +2 -0
  12. package/cjs/index.js +12 -0
  13. package/cjs/package.json +3 -0
  14. package/esm/client-error.js +13 -0
  15. package/esm/constants.js +4 -0
  16. package/esm/http/batch-request.js +90 -0
  17. package/esm/http/http-client.js +228 -0
  18. package/esm/http/http-collection-node.js +106 -0
  19. package/esm/http/http-request-observable.js +32 -0
  20. package/esm/http/http-request.js +84 -0
  21. package/esm/http/http-response.js +20 -0
  22. package/esm/http/http-service-base.js +5 -0
  23. package/esm/http/http-singleton-node.js +59 -0
  24. package/esm/http/http-types.js +1 -0
  25. package/esm/index.js +9 -0
  26. package/package.json +32 -12
  27. package/types/client-error.d.ts +1 -1
  28. package/types/http/http-client.d.ts +1 -1
  29. package/types/http/http-collection-node.d.ts +5 -5
  30. package/types/http/http-request-observable.d.ts +1 -1
  31. package/types/http/http-request.d.ts +1 -1
  32. package/types/http/http-response.d.ts +3 -1
  33. package/types/http/http-singleton-node.d.ts +1 -1
  34. package/types/http/http-types.d.ts +1 -1
  35. package/types/index.d.ts +0 -6
  36. package/cjs/content-disposition-d575fee5.js +0 -473
  37. package/cjs/cookie-signature-3e974173.js +0 -64
  38. package/cjs/index.min.mjs +0 -9295
  39. package/cjs/mime-db-49f150d0.js +0 -10719
  40. package/cjs/mime-types-6e2bdb57.js +0 -201
  41. package/cjs/safe-buffer-8acd60c7.js +0 -78
  42. package/esm/content-disposition-65f281a9.js +0 -470
  43. package/esm/cookie-signature-bf274b6b.js +0 -62
  44. package/esm/index.min.mjs +0 -9174
  45. package/esm/mime-db-d0f15d8f.js +0 -10717
  46. package/esm/mime-types-79c091fd.js +0 -199
  47. package/esm/safe-buffer-63383356.js +0 -76
  48. package/types/common/document/api-document.d.ts +0 -102
  49. package/types/common/document/constants.d.ts +0 -3
  50. package/types/common/document/data-type/api-field.d.ts +0 -41
  51. package/types/common/document/data-type/builtin/any.type.d.ts +0 -2
  52. package/types/common/document/data-type/builtin/base64.type.d.ts +0 -6
  53. package/types/common/document/data-type/builtin/bigint.type.d.ts +0 -6
  54. package/types/common/document/data-type/builtin/boolean.type.d.ts +0 -5
  55. package/types/common/document/data-type/builtin/date.type.d.ts +0 -4
  56. package/types/common/document/data-type/builtin/guid.type.d.ts +0 -7
  57. package/types/common/document/data-type/builtin/index.d.ts +0 -10
  58. package/types/common/document/data-type/builtin/integer.type.d.ts +0 -6
  59. package/types/common/document/data-type/builtin/number.type.d.ts +0 -6
  60. package/types/common/document/data-type/builtin/object.type.d.ts +0 -3
  61. package/types/common/document/data-type/builtin/string.type.d.ts +0 -5
  62. package/types/common/document/data-type/builtin/time.type.d.ts +0 -7
  63. package/types/common/document/data-type/builtin/timestamp.type.d.ts +0 -5
  64. package/types/common/document/data-type/complex-type.d.ts +0 -56
  65. package/types/common/document/data-type/data-type.d.ts +0 -33
  66. package/types/common/document/data-type/enum-type.d.ts +0 -32
  67. package/types/common/document/data-type/mapped-type.d.ts +0 -53
  68. package/types/common/document/data-type/simple-type.d.ts +0 -33
  69. package/types/common/document/data-type/union-type.d.ts +0 -42
  70. package/types/common/document/factory/add-references.d.ts +0 -4
  71. package/types/common/document/factory/create-document.d.ts +0 -12
  72. package/types/common/document/factory/factory.d.ts +0 -61
  73. package/types/common/document/factory/import-resource-class.d.ts +0 -10
  74. package/types/common/document/factory/import-type-class.d.ts +0 -17
  75. package/types/common/document/factory/index.d.ts +0 -1
  76. package/types/common/document/factory/process-resources.d.ts +0 -7
  77. package/types/common/document/factory/process-types.d.ts +0 -6
  78. package/types/common/document/index.d.ts +0 -14
  79. package/types/common/document/resource/collection.d.ts +0 -69
  80. package/types/common/document/resource/resource.d.ts +0 -29
  81. package/types/common/document/resource/singleton.d.ts +0 -51
  82. package/types/common/document/utils/inspect.util.d.ts +0 -4
  83. package/types/common/document/utils/string-compare.util.d.ts +0 -1
  84. package/types/common/exception/enums/issue-severity.enum.d.ts +0 -13
  85. package/types/common/exception/error-issue.d.ts +0 -9
  86. package/types/common/exception/http-errors/bad-request.error.d.ts +0 -10
  87. package/types/common/exception/http-errors/failed-dependency.error.d.ts +0 -9
  88. package/types/common/exception/http-errors/forbidden.error.d.ts +0 -11
  89. package/types/common/exception/http-errors/internal-server.error.d.ts +0 -9
  90. package/types/common/exception/http-errors/method-not-allowed.error.d.ts +0 -10
  91. package/types/common/exception/http-errors/not-acceptable.error.d.ts +0 -10
  92. package/types/common/exception/http-errors/not-found.error.d.ts +0 -13
  93. package/types/common/exception/http-errors/unauthorized.error.d.ts +0 -10
  94. package/types/common/exception/http-errors/unprocessable-entity.error.d.ts +0 -9
  95. package/types/common/exception/index.d.ts +0 -15
  96. package/types/common/exception/opra-exception.d.ts +0 -15
  97. package/types/common/exception/resource-errors/resource-conflict.error.d.ts +0 -5
  98. package/types/common/exception/resource-errors/resource-not-found.error.d.ts +0 -8
  99. package/types/common/exception/wrap-exception.d.ts +0 -2
  100. package/types/common/filter/antlr/OpraFilterLexer.d.ts +0 -77
  101. package/types/common/filter/antlr/OpraFilterListener.d.ts +0 -430
  102. package/types/common/filter/antlr/OpraFilterParser.d.ts +0 -437
  103. package/types/common/filter/antlr/OpraFilterVisitor.d.ts +0 -260
  104. package/types/common/filter/ast/abstract/ast.d.ts +0 -5
  105. package/types/common/filter/ast/abstract/expression.d.ts +0 -3
  106. package/types/common/filter/ast/abstract/literal.d.ts +0 -6
  107. package/types/common/filter/ast/abstract/term.d.ts +0 -3
  108. package/types/common/filter/ast/expressions/arithmetic-expression.d.ts +0 -13
  109. package/types/common/filter/ast/expressions/array-expression.d.ts +0 -7
  110. package/types/common/filter/ast/expressions/comparison-expression.d.ts +0 -10
  111. package/types/common/filter/ast/expressions/logical-expression.d.ts +0 -8
  112. package/types/common/filter/ast/expressions/parentheses-expression.d.ts +0 -6
  113. package/types/common/filter/ast/index.d.ts +0 -16
  114. package/types/common/filter/ast/terms/boolean-literal.d.ts +0 -5
  115. package/types/common/filter/ast/terms/date-literal.d.ts +0 -6
  116. package/types/common/filter/ast/terms/external-constant.d.ts +0 -5
  117. package/types/common/filter/ast/terms/null-literal.d.ts +0 -5
  118. package/types/common/filter/ast/terms/number-literal.d.ts +0 -6
  119. package/types/common/filter/ast/terms/qualified-identifier.d.ts +0 -8
  120. package/types/common/filter/ast/terms/string-literal.d.ts +0 -5
  121. package/types/common/filter/ast/terms/time-literal.d.ts +0 -6
  122. package/types/common/filter/build.d.ts +0 -31
  123. package/types/common/filter/errors.d.ts +0 -20
  124. package/types/common/filter/filter-tree-visitor.d.ts +0 -33
  125. package/types/common/filter/index.d.ts +0 -5
  126. package/types/common/filter/opra-error-listener.d.ts +0 -8
  127. package/types/common/filter/parse.d.ts +0 -2
  128. package/types/common/filter/utils.d.ts +0 -2
  129. package/types/common/helpers/function-utils.d.ts +0 -4
  130. package/types/common/helpers/get-stack-filename.d.ts +0 -1
  131. package/types/common/helpers/index.d.ts +0 -8
  132. package/types/common/helpers/is-url.d.ts +0 -1
  133. package/types/common/helpers/mixin-utils.d.ts +0 -3
  134. package/types/common/helpers/object-utils.d.ts +0 -2
  135. package/types/common/helpers/path-to-object-tree.d.ts +0 -4
  136. package/types/common/helpers/responsive-map.d.ts +0 -34
  137. package/types/common/helpers/type-guards.d.ts +0 -11
  138. package/types/common/http/codecs/boolean-codec.d.ts +0 -5
  139. package/types/common/http/codecs/date-codec.d.ts +0 -16
  140. package/types/common/http/codecs/filter-codec.d.ts +0 -6
  141. package/types/common/http/codecs/integer-codec.d.ts +0 -11
  142. package/types/common/http/codecs/number-codec.d.ts +0 -14
  143. package/types/common/http/codecs/string-codec.d.ts +0 -16
  144. package/types/common/http/enums/http-headers-codes.enum.d.ts +0 -388
  145. package/types/common/http/enums/http-status-codes.enum.d.ts +0 -290
  146. package/types/common/http/enums/http-status-messages.d.ts +0 -65
  147. package/types/common/http/http-headers.d.ts +0 -86
  148. package/types/common/http/http-message.host.d.ts +0 -122
  149. package/types/common/http/http-params.d.ts +0 -114
  150. package/types/common/http/http-request-message.d.ts +0 -213
  151. package/types/common/http/http-response-message.d.ts +0 -318
  152. package/types/common/http/index.d.ts +0 -14
  153. package/types/common/http/interfaces/client-http-headers.interface.d.ts +0 -65
  154. package/types/common/http/interfaces/cookie-options.interface.d.ts +0 -4
  155. package/types/common/http/interfaces/server-http-headers.interface.d.ts +0 -1
  156. package/types/common/http/multipart/batch-multipart.d.ts +0 -0
  157. package/types/common/http/multipart/http-request-content.d.ts +0 -0
  158. package/types/common/http/multipart/http-response-content.d.ts +0 -0
  159. package/types/common/http/multipart/index.d.ts +0 -0
  160. package/types/common/i18n/i18n.d.ts +0 -28
  161. package/types/common/i18n/index.d.ts +0 -5
  162. package/types/common/i18n/string-utils.d.ts +0 -2
  163. package/types/common/i18n/translate.d.ts +0 -4
  164. package/types/common/index.d.ts +0 -11
  165. package/types/common/schema/constants.d.ts +0 -2
  166. package/types/common/schema/data-type/complex-type.interface.d.ts +0 -16
  167. package/types/common/schema/data-type/data-type.interface.d.ts +0 -14
  168. package/types/common/schema/data-type/enum-type.interface.d.ts +0 -15
  169. package/types/common/schema/data-type/field.interface.d.ts +0 -21
  170. package/types/common/schema/data-type/mapped-type.interface.d.ts +0 -11
  171. package/types/common/schema/data-type/simple-type.interface.d.ts +0 -18
  172. package/types/common/schema/data-type/union-type.interface.d.ts +0 -10
  173. package/types/common/schema/document.interface.d.ts +0 -34
  174. package/types/common/schema/index.d.ts +0 -51
  175. package/types/common/schema/resource/collection.interface.d.ts +0 -33
  176. package/types/common/schema/resource/container.interface.d.ts +0 -9
  177. package/types/common/schema/resource/endpoint.interface.d.ts +0 -29
  178. package/types/common/schema/resource/resource.interface.d.ts +0 -12
  179. package/types/common/schema/resource/singleton.interface.d.ts +0 -22
  180. package/types/common/schema/type-guards.d.ts +0 -20
  181. package/types/common/types.d.ts +0 -11
  182. package/types/common/url/index.d.ts +0 -5
  183. package/types/common/url/opra-url-path-component.d.ts +0 -15
  184. package/types/common/url/opra-url-path.d.ts +0 -36
  185. package/types/common/url/opra-url.d.ts +0 -70
  186. package/types/common/url/utils/decode-path-component.d.ts +0 -5
  187. package/types/common/url/utils/encode-path-component.d.ts +0 -1
  188. package/types/common/utils/path-utils.d.ts +0 -2
@@ -1,77 +0,0 @@
1
- import { ATN, CharStream, DFA, Lexer } from "@browsery/antlr4";
2
- export default class OpraFilterLexer extends Lexer {
3
- static readonly T__0 = 1;
4
- static readonly T__1 = 2;
5
- static readonly T__2 = 3;
6
- static readonly T__3 = 4;
7
- static readonly T__4 = 5;
8
- static readonly T__5 = 6;
9
- static readonly T__6 = 7;
10
- static readonly T__7 = 8;
11
- static readonly T__8 = 9;
12
- static readonly T__9 = 10;
13
- static readonly T__10 = 11;
14
- static readonly T__11 = 12;
15
- static readonly T__12 = 13;
16
- static readonly T__13 = 14;
17
- static readonly T__14 = 15;
18
- static readonly T__15 = 16;
19
- static readonly T__16 = 17;
20
- static readonly T__17 = 18;
21
- static readonly T__18 = 19;
22
- static readonly T__19 = 20;
23
- static readonly T__20 = 21;
24
- static readonly T__21 = 22;
25
- static readonly T__22 = 23;
26
- static readonly T__23 = 24;
27
- static readonly T__24 = 25;
28
- static readonly T__25 = 26;
29
- static readonly T__26 = 27;
30
- static readonly T__27 = 28;
31
- static readonly T__28 = 29;
32
- static readonly T__29 = 30;
33
- static readonly T__30 = 31;
34
- static readonly T__31 = 32;
35
- static readonly T__32 = 33;
36
- static readonly T__33 = 34;
37
- static readonly T__34 = 35;
38
- static readonly T__35 = 36;
39
- static readonly T__36 = 37;
40
- static readonly T__37 = 38;
41
- static readonly T__38 = 39;
42
- static readonly T__39 = 40;
43
- static readonly T__40 = 41;
44
- static readonly T__41 = 42;
45
- static readonly T__42 = 43;
46
- static readonly T__43 = 44;
47
- static readonly T__44 = 45;
48
- static readonly T__45 = 46;
49
- static readonly DATE = 47;
50
- static readonly DATETIME = 48;
51
- static readonly TIME = 49;
52
- static readonly IDENTIFIER = 50;
53
- static readonly STRING = 51;
54
- static readonly NUMBER = 52;
55
- static readonly INTEGER = 53;
56
- static readonly WHITESPACE = 54;
57
- static readonly COMMENT = 55;
58
- static readonly LINE_COMMENT = 56;
59
- static readonly EOF: number;
60
- static readonly channelNames: string[];
61
- static readonly literalNames: (string | null)[];
62
- static readonly symbolicNames: (string | null)[];
63
- static readonly modeNames: string[];
64
- static readonly ruleNames: string[];
65
- constructor(input: CharStream);
66
- get grammarFileName(): string;
67
- get literalNames(): (string | null)[];
68
- get symbolicNames(): (string | null)[];
69
- get ruleNames(): string[];
70
- get serializedATN(): number[];
71
- get channelNames(): string[];
72
- get modeNames(): string[];
73
- static readonly _serializedATN: number[];
74
- private static __ATN;
75
- static get _ATN(): ATN;
76
- static DecisionsToDFA: DFA[];
77
- }
@@ -1,430 +0,0 @@
1
- import { ParseTreeListener } from "@browsery/antlr4";
2
- import { ArithmeticExpressionContext, ArrayExpressionContext, ArthOpContext, BooleanContext, BooleanLiteralContext, ComparisonExpressionContext, CompOpContext, DateLiteralContext, DateTimeLiteralContext, DateTimePrecisionContext, ExternalConstantContext, ExternalConstantTermContext, FunctionContext, IdentifierContext, InfinityContext, InfinityLiteralContext, InvocableContext, LiteralTermContext, LogicalExpressionContext, LogOpContext, MemberIndexContext, MemberInvocationContext, NullContext, NullLiteralContext, NumberIndexContext, NumberLiteralContext, ParamListContext, ParenthesizedExpressionContext, PluralDateTimePrecisionContext, PolarityExpressionContext, PolarOpContext, QualifiedIdentifierContext, QualifiedIdentifierTermContext, RootContext, StringLiteralContext, TermExpressionContext, TimeLiteralContext, UnitContext } from "./OpraFilterParser.js";
3
- /**
4
- * This interface defines a complete listener for a parse tree produced by
5
- * `OpraFilterParser`.
6
- */
7
- export default class OpraFilterListener extends ParseTreeListener {
8
- /**
9
- * Enter a parse tree produced by `OpraFilterParser.root`.
10
- * @param ctx the parse tree
11
- */
12
- enterRoot?: (ctx: RootContext) => void;
13
- /**
14
- * Exit a parse tree produced by `OpraFilterParser.root`.
15
- * @param ctx the parse tree
16
- */
17
- exitRoot?: (ctx: RootContext) => void;
18
- /**
19
- * Enter a parse tree produced by the `parenthesizedExpression`
20
- * labeled alternative in `OpraFilterParser.expression`.
21
- * @param ctx the parse tree
22
- */
23
- enterParenthesizedExpression?: (ctx: ParenthesizedExpressionContext) => void;
24
- /**
25
- * Exit a parse tree produced by the `parenthesizedExpression`
26
- * labeled alternative in `OpraFilterParser.expression`.
27
- * @param ctx the parse tree
28
- */
29
- exitParenthesizedExpression?: (ctx: ParenthesizedExpressionContext) => void;
30
- /**
31
- * Enter a parse tree produced by the `arrayExpression`
32
- * labeled alternative in `OpraFilterParser.expression`.
33
- * @param ctx the parse tree
34
- */
35
- enterArrayExpression?: (ctx: ArrayExpressionContext) => void;
36
- /**
37
- * Exit a parse tree produced by the `arrayExpression`
38
- * labeled alternative in `OpraFilterParser.expression`.
39
- * @param ctx the parse tree
40
- */
41
- exitArrayExpression?: (ctx: ArrayExpressionContext) => void;
42
- /**
43
- * Enter a parse tree produced by the `polarityExpression`
44
- * labeled alternative in `OpraFilterParser.expression`.
45
- * @param ctx the parse tree
46
- */
47
- enterPolarityExpression?: (ctx: PolarityExpressionContext) => void;
48
- /**
49
- * Exit a parse tree produced by the `polarityExpression`
50
- * labeled alternative in `OpraFilterParser.expression`.
51
- * @param ctx the parse tree
52
- */
53
- exitPolarityExpression?: (ctx: PolarityExpressionContext) => void;
54
- /**
55
- * Enter a parse tree produced by the `comparisonExpression`
56
- * labeled alternative in `OpraFilterParser.expression`.
57
- * @param ctx the parse tree
58
- */
59
- enterComparisonExpression?: (ctx: ComparisonExpressionContext) => void;
60
- /**
61
- * Exit a parse tree produced by the `comparisonExpression`
62
- * labeled alternative in `OpraFilterParser.expression`.
63
- * @param ctx the parse tree
64
- */
65
- exitComparisonExpression?: (ctx: ComparisonExpressionContext) => void;
66
- /**
67
- * Enter a parse tree produced by the `arithmeticExpression`
68
- * labeled alternative in `OpraFilterParser.expression`.
69
- * @param ctx the parse tree
70
- */
71
- enterArithmeticExpression?: (ctx: ArithmeticExpressionContext) => void;
72
- /**
73
- * Exit a parse tree produced by the `arithmeticExpression`
74
- * labeled alternative in `OpraFilterParser.expression`.
75
- * @param ctx the parse tree
76
- */
77
- exitArithmeticExpression?: (ctx: ArithmeticExpressionContext) => void;
78
- /**
79
- * Enter a parse tree produced by the `logicalExpression`
80
- * labeled alternative in `OpraFilterParser.expression`.
81
- * @param ctx the parse tree
82
- */
83
- enterLogicalExpression?: (ctx: LogicalExpressionContext) => void;
84
- /**
85
- * Exit a parse tree produced by the `logicalExpression`
86
- * labeled alternative in `OpraFilterParser.expression`.
87
- * @param ctx the parse tree
88
- */
89
- exitLogicalExpression?: (ctx: LogicalExpressionContext) => void;
90
- /**
91
- * Enter a parse tree produced by the `termExpression`
92
- * labeled alternative in `OpraFilterParser.expression`.
93
- * @param ctx the parse tree
94
- */
95
- enterTermExpression?: (ctx: TermExpressionContext) => void;
96
- /**
97
- * Exit a parse tree produced by the `termExpression`
98
- * labeled alternative in `OpraFilterParser.expression`.
99
- * @param ctx the parse tree
100
- */
101
- exitTermExpression?: (ctx: TermExpressionContext) => void;
102
- /**
103
- * Enter a parse tree produced by the `literalTerm`
104
- * labeled alternative in `OpraFilterParser.term`.
105
- * @param ctx the parse tree
106
- */
107
- enterLiteralTerm?: (ctx: LiteralTermContext) => void;
108
- /**
109
- * Exit a parse tree produced by the `literalTerm`
110
- * labeled alternative in `OpraFilterParser.term`.
111
- * @param ctx the parse tree
112
- */
113
- exitLiteralTerm?: (ctx: LiteralTermContext) => void;
114
- /**
115
- * Enter a parse tree produced by the `qualifiedIdentifierTerm`
116
- * labeled alternative in `OpraFilterParser.term`.
117
- * @param ctx the parse tree
118
- */
119
- enterQualifiedIdentifierTerm?: (ctx: QualifiedIdentifierTermContext) => void;
120
- /**
121
- * Exit a parse tree produced by the `qualifiedIdentifierTerm`
122
- * labeled alternative in `OpraFilterParser.term`.
123
- * @param ctx the parse tree
124
- */
125
- exitQualifiedIdentifierTerm?: (ctx: QualifiedIdentifierTermContext) => void;
126
- /**
127
- * Enter a parse tree produced by the `externalConstantTerm`
128
- * labeled alternative in `OpraFilterParser.term`.
129
- * @param ctx the parse tree
130
- */
131
- enterExternalConstantTerm?: (ctx: ExternalConstantTermContext) => void;
132
- /**
133
- * Exit a parse tree produced by the `externalConstantTerm`
134
- * labeled alternative in `OpraFilterParser.term`.
135
- * @param ctx the parse tree
136
- */
137
- exitExternalConstantTerm?: (ctx: ExternalConstantTermContext) => void;
138
- /**
139
- * Enter a parse tree produced by `OpraFilterParser.invocable`.
140
- * @param ctx the parse tree
141
- */
142
- enterInvocable?: (ctx: InvocableContext) => void;
143
- /**
144
- * Exit a parse tree produced by `OpraFilterParser.invocable`.
145
- * @param ctx the parse tree
146
- */
147
- exitInvocable?: (ctx: InvocableContext) => void;
148
- /**
149
- * Enter a parse tree produced by the `memberInvocation`
150
- * labeled alternative in `OpraFilterParser.invocation`.
151
- * @param ctx the parse tree
152
- */
153
- enterMemberInvocation?: (ctx: MemberInvocationContext) => void;
154
- /**
155
- * Exit a parse tree produced by the `memberInvocation`
156
- * labeled alternative in `OpraFilterParser.invocation`.
157
- * @param ctx the parse tree
158
- */
159
- exitMemberInvocation?: (ctx: MemberInvocationContext) => void;
160
- /**
161
- * Enter a parse tree produced by the `memberIndex`
162
- * labeled alternative in `OpraFilterParser.indexer`.
163
- * @param ctx the parse tree
164
- */
165
- enterMemberIndex?: (ctx: MemberIndexContext) => void;
166
- /**
167
- * Exit a parse tree produced by the `memberIndex`
168
- * labeled alternative in `OpraFilterParser.indexer`.
169
- * @param ctx the parse tree
170
- */
171
- exitMemberIndex?: (ctx: MemberIndexContext) => void;
172
- /**
173
- * Enter a parse tree produced by the `numberIndex`
174
- * labeled alternative in `OpraFilterParser.indexer`.
175
- * @param ctx the parse tree
176
- */
177
- enterNumberIndex?: (ctx: NumberIndexContext) => void;
178
- /**
179
- * Exit a parse tree produced by the `numberIndex`
180
- * labeled alternative in `OpraFilterParser.indexer`.
181
- * @param ctx the parse tree
182
- */
183
- exitNumberIndex?: (ctx: NumberIndexContext) => void;
184
- /**
185
- * Enter a parse tree produced by `OpraFilterParser.function`.
186
- * @param ctx the parse tree
187
- */
188
- enterFunction?: (ctx: FunctionContext) => void;
189
- /**
190
- * Exit a parse tree produced by `OpraFilterParser.function`.
191
- * @param ctx the parse tree
192
- */
193
- exitFunction?: (ctx: FunctionContext) => void;
194
- /**
195
- * Enter a parse tree produced by `OpraFilterParser.paramList`.
196
- * @param ctx the parse tree
197
- */
198
- enterParamList?: (ctx: ParamListContext) => void;
199
- /**
200
- * Exit a parse tree produced by `OpraFilterParser.paramList`.
201
- * @param ctx the parse tree
202
- */
203
- exitParamList?: (ctx: ParamListContext) => void;
204
- /**
205
- * Enter a parse tree produced by `OpraFilterParser.unit`.
206
- * @param ctx the parse tree
207
- */
208
- enterUnit?: (ctx: UnitContext) => void;
209
- /**
210
- * Exit a parse tree produced by `OpraFilterParser.unit`.
211
- * @param ctx the parse tree
212
- */
213
- exitUnit?: (ctx: UnitContext) => void;
214
- /**
215
- * Enter a parse tree produced by `OpraFilterParser.dateTimePrecision`.
216
- * @param ctx the parse tree
217
- */
218
- enterDateTimePrecision?: (ctx: DateTimePrecisionContext) => void;
219
- /**
220
- * Exit a parse tree produced by `OpraFilterParser.dateTimePrecision`.
221
- * @param ctx the parse tree
222
- */
223
- exitDateTimePrecision?: (ctx: DateTimePrecisionContext) => void;
224
- /**
225
- * Enter a parse tree produced by `OpraFilterParser.pluralDateTimePrecision`.
226
- * @param ctx the parse tree
227
- */
228
- enterPluralDateTimePrecision?: (ctx: PluralDateTimePrecisionContext) => void;
229
- /**
230
- * Exit a parse tree produced by `OpraFilterParser.pluralDateTimePrecision`.
231
- * @param ctx the parse tree
232
- */
233
- exitPluralDateTimePrecision?: (ctx: PluralDateTimePrecisionContext) => void;
234
- /**
235
- * Enter a parse tree produced by `OpraFilterParser.qualifiedIdentifier`.
236
- * @param ctx the parse tree
237
- */
238
- enterQualifiedIdentifier?: (ctx: QualifiedIdentifierContext) => void;
239
- /**
240
- * Exit a parse tree produced by `OpraFilterParser.qualifiedIdentifier`.
241
- * @param ctx the parse tree
242
- */
243
- exitQualifiedIdentifier?: (ctx: QualifiedIdentifierContext) => void;
244
- /**
245
- * Enter a parse tree produced by `OpraFilterParser.externalConstant`.
246
- * @param ctx the parse tree
247
- */
248
- enterExternalConstant?: (ctx: ExternalConstantContext) => void;
249
- /**
250
- * Exit a parse tree produced by `OpraFilterParser.externalConstant`.
251
- * @param ctx the parse tree
252
- */
253
- exitExternalConstant?: (ctx: ExternalConstantContext) => void;
254
- /**
255
- * Enter a parse tree produced by `OpraFilterParser.identifier`.
256
- * @param ctx the parse tree
257
- */
258
- enterIdentifier?: (ctx: IdentifierContext) => void;
259
- /**
260
- * Exit a parse tree produced by `OpraFilterParser.identifier`.
261
- * @param ctx the parse tree
262
- */
263
- exitIdentifier?: (ctx: IdentifierContext) => void;
264
- /**
265
- * Enter a parse tree produced by the `numberLiteral`
266
- * labeled alternative in `OpraFilterParser.literal`.
267
- * @param ctx the parse tree
268
- */
269
- enterNumberLiteral?: (ctx: NumberLiteralContext) => void;
270
- /**
271
- * Exit a parse tree produced by the `numberLiteral`
272
- * labeled alternative in `OpraFilterParser.literal`.
273
- * @param ctx the parse tree
274
- */
275
- exitNumberLiteral?: (ctx: NumberLiteralContext) => void;
276
- /**
277
- * Enter a parse tree produced by the `infinityLiteral`
278
- * labeled alternative in `OpraFilterParser.literal`.
279
- * @param ctx the parse tree
280
- */
281
- enterInfinityLiteral?: (ctx: InfinityLiteralContext) => void;
282
- /**
283
- * Exit a parse tree produced by the `infinityLiteral`
284
- * labeled alternative in `OpraFilterParser.literal`.
285
- * @param ctx the parse tree
286
- */
287
- exitInfinityLiteral?: (ctx: InfinityLiteralContext) => void;
288
- /**
289
- * Enter a parse tree produced by the `booleanLiteral`
290
- * labeled alternative in `OpraFilterParser.literal`.
291
- * @param ctx the parse tree
292
- */
293
- enterBooleanLiteral?: (ctx: BooleanLiteralContext) => void;
294
- /**
295
- * Exit a parse tree produced by the `booleanLiteral`
296
- * labeled alternative in `OpraFilterParser.literal`.
297
- * @param ctx the parse tree
298
- */
299
- exitBooleanLiteral?: (ctx: BooleanLiteralContext) => void;
300
- /**
301
- * Enter a parse tree produced by the `nullLiteral`
302
- * labeled alternative in `OpraFilterParser.literal`.
303
- * @param ctx the parse tree
304
- */
305
- enterNullLiteral?: (ctx: NullLiteralContext) => void;
306
- /**
307
- * Exit a parse tree produced by the `nullLiteral`
308
- * labeled alternative in `OpraFilterParser.literal`.
309
- * @param ctx the parse tree
310
- */
311
- exitNullLiteral?: (ctx: NullLiteralContext) => void;
312
- /**
313
- * Enter a parse tree produced by the `dateLiteral`
314
- * labeled alternative in `OpraFilterParser.literal`.
315
- * @param ctx the parse tree
316
- */
317
- enterDateLiteral?: (ctx: DateLiteralContext) => void;
318
- /**
319
- * Exit a parse tree produced by the `dateLiteral`
320
- * labeled alternative in `OpraFilterParser.literal`.
321
- * @param ctx the parse tree
322
- */
323
- exitDateLiteral?: (ctx: DateLiteralContext) => void;
324
- /**
325
- * Enter a parse tree produced by the `dateTimeLiteral`
326
- * labeled alternative in `OpraFilterParser.literal`.
327
- * @param ctx the parse tree
328
- */
329
- enterDateTimeLiteral?: (ctx: DateTimeLiteralContext) => void;
330
- /**
331
- * Exit a parse tree produced by the `dateTimeLiteral`
332
- * labeled alternative in `OpraFilterParser.literal`.
333
- * @param ctx the parse tree
334
- */
335
- exitDateTimeLiteral?: (ctx: DateTimeLiteralContext) => void;
336
- /**
337
- * Enter a parse tree produced by the `timeLiteral`
338
- * labeled alternative in `OpraFilterParser.literal`.
339
- * @param ctx the parse tree
340
- */
341
- enterTimeLiteral?: (ctx: TimeLiteralContext) => void;
342
- /**
343
- * Exit a parse tree produced by the `timeLiteral`
344
- * labeled alternative in `OpraFilterParser.literal`.
345
- * @param ctx the parse tree
346
- */
347
- exitTimeLiteral?: (ctx: TimeLiteralContext) => void;
348
- /**
349
- * Enter a parse tree produced by the `stringLiteral`
350
- * labeled alternative in `OpraFilterParser.literal`.
351
- * @param ctx the parse tree
352
- */
353
- enterStringLiteral?: (ctx: StringLiteralContext) => void;
354
- /**
355
- * Exit a parse tree produced by the `stringLiteral`
356
- * labeled alternative in `OpraFilterParser.literal`.
357
- * @param ctx the parse tree
358
- */
359
- exitStringLiteral?: (ctx: StringLiteralContext) => void;
360
- /**
361
- * Enter a parse tree produced by `OpraFilterParser.compOp`.
362
- * @param ctx the parse tree
363
- */
364
- enterCompOp?: (ctx: CompOpContext) => void;
365
- /**
366
- * Exit a parse tree produced by `OpraFilterParser.compOp`.
367
- * @param ctx the parse tree
368
- */
369
- exitCompOp?: (ctx: CompOpContext) => void;
370
- /**
371
- * Enter a parse tree produced by `OpraFilterParser.arthOp`.
372
- * @param ctx the parse tree
373
- */
374
- enterArthOp?: (ctx: ArthOpContext) => void;
375
- /**
376
- * Exit a parse tree produced by `OpraFilterParser.arthOp`.
377
- * @param ctx the parse tree
378
- */
379
- exitArthOp?: (ctx: ArthOpContext) => void;
380
- /**
381
- * Enter a parse tree produced by `OpraFilterParser.polarOp`.
382
- * @param ctx the parse tree
383
- */
384
- enterPolarOp?: (ctx: PolarOpContext) => void;
385
- /**
386
- * Exit a parse tree produced by `OpraFilterParser.polarOp`.
387
- * @param ctx the parse tree
388
- */
389
- exitPolarOp?: (ctx: PolarOpContext) => void;
390
- /**
391
- * Enter a parse tree produced by `OpraFilterParser.logOp`.
392
- * @param ctx the parse tree
393
- */
394
- enterLogOp?: (ctx: LogOpContext) => void;
395
- /**
396
- * Exit a parse tree produced by `OpraFilterParser.logOp`.
397
- * @param ctx the parse tree
398
- */
399
- exitLogOp?: (ctx: LogOpContext) => void;
400
- /**
401
- * Enter a parse tree produced by `OpraFilterParser.boolean`.
402
- * @param ctx the parse tree
403
- */
404
- enterBoolean?: (ctx: BooleanContext) => void;
405
- /**
406
- * Exit a parse tree produced by `OpraFilterParser.boolean`.
407
- * @param ctx the parse tree
408
- */
409
- exitBoolean?: (ctx: BooleanContext) => void;
410
- /**
411
- * Enter a parse tree produced by `OpraFilterParser.null`.
412
- * @param ctx the parse tree
413
- */
414
- enterNull?: (ctx: NullContext) => void;
415
- /**
416
- * Exit a parse tree produced by `OpraFilterParser.null`.
417
- * @param ctx the parse tree
418
- */
419
- exitNull?: (ctx: NullContext) => void;
420
- /**
421
- * Enter a parse tree produced by `OpraFilterParser.infinity`.
422
- * @param ctx the parse tree
423
- */
424
- enterInfinity?: (ctx: InfinityContext) => void;
425
- /**
426
- * Exit a parse tree produced by `OpraFilterParser.infinity`.
427
- * @param ctx the parse tree
428
- */
429
- exitInfinity?: (ctx: InfinityContext) => void;
430
- }