jaseci 1.4.2.5__py3-none-any.whl → 2.0.0__py3-none-any.whl

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.

Potentially problematic release.


This version of jaseci might be problematic. Click here for more details.

Files changed (186) hide show
  1. jaseci/__init__.py +3 -37
  2. jaseci-2.0.0.dist-info/METADATA +65 -0
  3. jaseci-2.0.0.dist-info/RECORD +4 -0
  4. {jaseci-1.4.2.5.dist-info → jaseci-2.0.0.dist-info}/WHEEL +1 -2
  5. jaseci/VERSION +0 -1
  6. jaseci/cli_tools/__init__.py +0 -0
  7. jaseci/cli_tools/book_tools.py +0 -457
  8. jaseci/cli_tools/jsctl.py +0 -500
  9. jaseci/cli_tools/tests/__init__.py +0 -0
  10. jaseci/cli_tools/tests/test_jsctl.py +0 -556
  11. jaseci/extens/__init__.py +0 -0
  12. jaseci/extens/act_lib/__init__.py +0 -0
  13. jaseci/extens/act_lib/date.py +0 -117
  14. jaseci/extens/act_lib/elastic.py +0 -87
  15. jaseci/extens/act_lib/file.py +0 -76
  16. jaseci/extens/act_lib/file_handler.py +0 -189
  17. jaseci/extens/act_lib/internal.py +0 -18
  18. jaseci/extens/act_lib/jaseci.py +0 -61
  19. jaseci/extens/act_lib/mail.py +0 -10
  20. jaseci/extens/act_lib/maths.py +0 -168
  21. jaseci/extens/act_lib/net.py +0 -191
  22. jaseci/extens/act_lib/rand.py +0 -82
  23. jaseci/extens/act_lib/regex.py +0 -85
  24. jaseci/extens/act_lib/request.py +0 -169
  25. jaseci/extens/act_lib/std.py +0 -235
  26. jaseci/extens/act_lib/storage.py +0 -53
  27. jaseci/extens/act_lib/stripe.py +0 -337
  28. jaseci/extens/act_lib/task.py +0 -13
  29. jaseci/extens/act_lib/tests/__init__.py +0 -0
  30. jaseci/extens/act_lib/tests/std_test_code.py +0 -37
  31. jaseci/extens/act_lib/tests/test_date.py +0 -26
  32. jaseci/extens/act_lib/tests/test_elastic.py +0 -159
  33. jaseci/extens/act_lib/tests/test_file.py +0 -116
  34. jaseci/extens/act_lib/tests/test_file_lib.py +0 -40
  35. jaseci/extens/act_lib/tests/test_mail_lib.py +0 -33
  36. jaseci/extens/act_lib/tests/test_maths.py +0 -147
  37. jaseci/extens/act_lib/tests/test_net_lib.py +0 -62
  38. jaseci/extens/act_lib/tests/test_regex.py +0 -61
  39. jaseci/extens/act_lib/tests/test_std.py +0 -51
  40. jaseci/extens/act_lib/tests/test_std_lib.py +0 -36
  41. jaseci/extens/act_lib/tests/test_url.py +0 -32
  42. jaseci/extens/act_lib/tests/test_vector.py +0 -36
  43. jaseci/extens/act_lib/tests/test_webtool.py +0 -44
  44. jaseci/extens/act_lib/tests/test_zlib.py +0 -24
  45. jaseci/extens/act_lib/url.py +0 -79
  46. jaseci/extens/act_lib/vector.py +0 -157
  47. jaseci/extens/act_lib/webtool.py +0 -28
  48. jaseci/extens/act_lib/zip.py +0 -33
  49. jaseci/extens/api/__init__.py +0 -0
  50. jaseci/extens/api/actions_api.py +0 -170
  51. jaseci/extens/api/alias_api.py +0 -139
  52. jaseci/extens/api/architype_api.py +0 -196
  53. jaseci/extens/api/config_api.py +0 -129
  54. jaseci/extens/api/global_api.py +0 -84
  55. jaseci/extens/api/graph_api.py +0 -167
  56. jaseci/extens/api/health_api.py +0 -20
  57. jaseci/extens/api/interface.py +0 -268
  58. jaseci/extens/api/jac_api.py +0 -171
  59. jaseci/extens/api/jsorc_api.py +0 -316
  60. jaseci/extens/api/logger_api.py +0 -89
  61. jaseci/extens/api/master_api.py +0 -133
  62. jaseci/extens/api/object_api.py +0 -101
  63. jaseci/extens/api/prometheus_api.py +0 -74
  64. jaseci/extens/api/queue_api.py +0 -140
  65. jaseci/extens/api/sentinel_api.py +0 -270
  66. jaseci/extens/api/super_api.py +0 -64
  67. jaseci/extens/api/tests/__init__.py +0 -0
  68. jaseci/extens/api/tests/test_architype_api.py +0 -66
  69. jaseci/extens/api/tests/test_global_api.py +0 -179
  70. jaseci/extens/api/tests/test_graph_api.py +0 -64
  71. jaseci/extens/api/tests/test_logger_api.py +0 -43
  72. jaseci/extens/api/tests/test_object_api.py +0 -20
  73. jaseci/extens/api/tests/test_sentinel_api.py +0 -66
  74. jaseci/extens/api/tests/test_uncommon.py +0 -107
  75. jaseci/extens/api/tests/test_user_api.py +0 -32
  76. jaseci/extens/api/tests/test_walker_api.py +0 -316
  77. jaseci/extens/api/user_api.py +0 -144
  78. jaseci/extens/api/walker_api.py +0 -298
  79. jaseci/extens/api/webhook_api.py +0 -74
  80. jaseci/extens/svc/__init__.py +0 -0
  81. jaseci/extens/svc/elastic_svc.py +0 -366
  82. jaseci/extens/svc/kube_svc.py +0 -432
  83. jaseci/extens/svc/mail_svc.py +0 -156
  84. jaseci/extens/svc/prome_svc.py +0 -378
  85. jaseci/extens/svc/redis_svc.py +0 -63
  86. jaseci/extens/svc/storage_svc.py +0 -193
  87. jaseci/extens/svc/stripe_svc.py +0 -51
  88. jaseci/extens/svc/task_svc.py +0 -155
  89. jaseci/extens/svc/tasks.py +0 -302
  90. jaseci/jac/__init__.py +0 -0
  91. jaseci/jac/interpreter/__init__.py +0 -0
  92. jaseci/jac/interpreter/architype_interp.py +0 -214
  93. jaseci/jac/interpreter/interp.py +0 -1783
  94. jaseci/jac/interpreter/sentinel_interp.py +0 -257
  95. jaseci/jac/interpreter/tests/__init__.py +0 -0
  96. jaseci/jac/interpreter/tests/test_interp.py +0 -42
  97. jaseci/jac/interpreter/walker_interp.py +0 -248
  98. jaseci/jac/ir/__init__.py +0 -0
  99. jaseci/jac/ir/ast.py +0 -73
  100. jaseci/jac/ir/ast_builder.py +0 -249
  101. jaseci/jac/ir/jac_code.py +0 -152
  102. jaseci/jac/ir/passes/__init__.py +0 -6
  103. jaseci/jac/ir/passes/ast_prune_pass.py +0 -9
  104. jaseci/jac/ir/passes/codegen_pass.py +0 -244
  105. jaseci/jac/ir/passes/ir_pass.py +0 -29
  106. jaseci/jac/ir/passes/printer_pass.py +0 -23
  107. jaseci/jac/ir/passes/pt_prune_pass.py +0 -29
  108. jaseci/jac/ir/passes/schedule.py +0 -23
  109. jaseci/jac/ir/passes/stats_pass.py +0 -16
  110. jaseci/jac/jac.g4 +0 -450
  111. jaseci/jac/jac_parse/__init__.py +0 -0
  112. jaseci/jac/jac_parse/jacLexer.py +0 -809
  113. jaseci/jac/jac_parse/jacListener.py +0 -853
  114. jaseci/jac/jac_parse/jacParser.py +0 -9192
  115. jaseci/jac/jac_set.py +0 -119
  116. jaseci/jac/jsci_vm/__init__.py +0 -0
  117. jaseci/jac/jsci_vm/disasm.py +0 -94
  118. jaseci/jac/jsci_vm/inst_ptr.py +0 -31
  119. jaseci/jac/jsci_vm/machine.py +0 -188
  120. jaseci/jac/jsci_vm/op_codes.py +0 -82
  121. jaseci/jac/jsci_vm/tests/__init__.py +0 -0
  122. jaseci/jac/jsci_vm/tests/test_codegen.py +0 -31
  123. jaseci/jac/machine/__init__.py +0 -0
  124. jaseci/jac/machine/jac_scope.py +0 -85
  125. jaseci/jac/machine/jac_value.py +0 -226
  126. jaseci/jac/machine/machine_state.py +0 -383
  127. jaseci/jac/tests/__init__.py +0 -0
  128. jaseci/jac/tests/book_code.py +0 -624
  129. jaseci/jac/tests/test_book.py +0 -380
  130. jaseci/jac/tests/test_lang_14.py +0 -49
  131. jaseci/jsorc/__init__.py +0 -7
  132. jaseci/jsorc/jsorc.py +0 -642
  133. jaseci/jsorc/jsorc_settings.py +0 -211
  134. jaseci/jsorc/jsorc_utils.py +0 -298
  135. jaseci/jsorc/live_actions.py +0 -364
  136. jaseci/jsorc/manifests/__init__.py +0 -0
  137. jaseci/jsorc/manifests/database.yaml +0 -109
  138. jaseci/jsorc/manifests/elastic.yaml +0 -6024
  139. jaseci/jsorc/manifests/prometheus.yaml +0 -1383
  140. jaseci/jsorc/manifests/redis.yaml +0 -64
  141. jaseci/jsorc/memory.py +0 -258
  142. jaseci/jsorc/redis.py +0 -139
  143. jaseci/jsorc/remote_actions.py +0 -157
  144. jaseci/jsorc/tests/__init__.py +0 -0
  145. jaseci/jsorc/tests/test_actions.py +0 -542
  146. jaseci/jsorc/tests/test_jsorc.py +0 -112
  147. jaseci/prim/__init__.py +0 -0
  148. jaseci/prim/ability.py +0 -93
  149. jaseci/prim/architype.py +0 -89
  150. jaseci/prim/edge.py +0 -172
  151. jaseci/prim/element.py +0 -233
  152. jaseci/prim/graph.py +0 -26
  153. jaseci/prim/master.py +0 -64
  154. jaseci/prim/node.py +0 -532
  155. jaseci/prim/obj_mixins.py +0 -235
  156. jaseci/prim/sentinel.py +0 -281
  157. jaseci/prim/super_master.py +0 -31
  158. jaseci/prim/walker.py +0 -261
  159. jaseci/svc/__init__.py +0 -0
  160. jaseci/tests/__init__.py +0 -0
  161. jaseci/tests/infer.py +0 -39
  162. jaseci/tests/jac_test_code.py +0 -1293
  163. jaseci/tests/jac_test_progs.py +0 -774
  164. jaseci/tests/test_core.py +0 -153
  165. jaseci/tests/test_jac.py +0 -824
  166. jaseci/tests/test_node.py +0 -89
  167. jaseci/tests/test_progs.py +0 -702
  168. jaseci/tests/test_stack.py +0 -220
  169. jaseci/tests/test_stripe.py +0 -225
  170. jaseci/utils/__init__.py +0 -0
  171. jaseci/utils/actions/__init__.py +0 -0
  172. jaseci/utils/actions/actions_manager.py +0 -254
  173. jaseci/utils/actions/actions_optimizer.py +0 -516
  174. jaseci/utils/actions/actions_state.py +0 -95
  175. jaseci/utils/file_handler.py +0 -171
  176. jaseci/utils/gprof2dot.py +0 -3786
  177. jaseci/utils/id_list.py +0 -168
  178. jaseci/utils/json_handler.py +0 -70
  179. jaseci/utils/log_utils.py +0 -57
  180. jaseci/utils/test_core.py +0 -62
  181. jaseci/utils/utils.py +0 -387
  182. jaseci-1.4.2.5.dist-info/LICENSE +0 -21
  183. jaseci-1.4.2.5.dist-info/METADATA +0 -39
  184. jaseci-1.4.2.5.dist-info/RECORD +0 -184
  185. jaseci-1.4.2.5.dist-info/entry_points.txt +0 -3
  186. jaseci-1.4.2.5.dist-info/top_level.txt +0 -1
@@ -1,853 +0,0 @@
1
- # Generated from jac.g4 by ANTLR 4.9.2
2
- from antlr4 import *
3
-
4
- if __name__ is not None and "." in __name__:
5
- from .jacParser import jacParser
6
- else:
7
- from jacParser import jacParser
8
-
9
-
10
- # This class defines a complete listener for a parse tree produced by jacParser.
11
- class jacListener(ParseTreeListener):
12
- # Enter a parse tree produced by jacParser#start.
13
- def enterStart(self, ctx: jacParser.StartContext):
14
- pass
15
-
16
- # Exit a parse tree produced by jacParser#start.
17
- def exitStart(self, ctx: jacParser.StartContext):
18
- pass
19
-
20
- # Enter a parse tree produced by jacParser#ver_label.
21
- def enterVer_label(self, ctx: jacParser.Ver_labelContext):
22
- pass
23
-
24
- # Exit a parse tree produced by jacParser#ver_label.
25
- def exitVer_label(self, ctx: jacParser.Ver_labelContext):
26
- pass
27
-
28
- # Enter a parse tree produced by jacParser#import_module.
29
- def enterImport_module(self, ctx: jacParser.Import_moduleContext):
30
- pass
31
-
32
- # Exit a parse tree produced by jacParser#import_module.
33
- def exitImport_module(self, ctx: jacParser.Import_moduleContext):
34
- pass
35
-
36
- # Enter a parse tree produced by jacParser#import_items.
37
- def enterImport_items(self, ctx: jacParser.Import_itemsContext):
38
- pass
39
-
40
- # Exit a parse tree produced by jacParser#import_items.
41
- def exitImport_items(self, ctx: jacParser.Import_itemsContext):
42
- pass
43
-
44
- # Enter a parse tree produced by jacParser#import_names.
45
- def enterImport_names(self, ctx: jacParser.Import_namesContext):
46
- pass
47
-
48
- # Exit a parse tree produced by jacParser#import_names.
49
- def exitImport_names(self, ctx: jacParser.Import_namesContext):
50
- pass
51
-
52
- # Enter a parse tree produced by jacParser#element.
53
- def enterElement(self, ctx: jacParser.ElementContext):
54
- pass
55
-
56
- # Exit a parse tree produced by jacParser#element.
57
- def exitElement(self, ctx: jacParser.ElementContext):
58
- pass
59
-
60
- # Enter a parse tree produced by jacParser#global_var.
61
- def enterGlobal_var(self, ctx: jacParser.Global_varContext):
62
- pass
63
-
64
- # Exit a parse tree produced by jacParser#global_var.
65
- def exitGlobal_var(self, ctx: jacParser.Global_varContext):
66
- pass
67
-
68
- # Enter a parse tree produced by jacParser#architype.
69
- def enterArchitype(self, ctx: jacParser.ArchitypeContext):
70
- pass
71
-
72
- # Exit a parse tree produced by jacParser#architype.
73
- def exitArchitype(self, ctx: jacParser.ArchitypeContext):
74
- pass
75
-
76
- # Enter a parse tree produced by jacParser#walker_block.
77
- def enterWalker_block(self, ctx: jacParser.Walker_blockContext):
78
- pass
79
-
80
- # Exit a parse tree produced by jacParser#walker_block.
81
- def exitWalker_block(self, ctx: jacParser.Walker_blockContext):
82
- pass
83
-
84
- # Enter a parse tree produced by jacParser#test.
85
- def enterTest(self, ctx: jacParser.TestContext):
86
- pass
87
-
88
- # Exit a parse tree produced by jacParser#test.
89
- def exitTest(self, ctx: jacParser.TestContext):
90
- pass
91
-
92
- # Enter a parse tree produced by jacParser#namespaces.
93
- def enterNamespaces(self, ctx: jacParser.NamespacesContext):
94
- pass
95
-
96
- # Exit a parse tree produced by jacParser#namespaces.
97
- def exitNamespaces(self, ctx: jacParser.NamespacesContext):
98
- pass
99
-
100
- # Enter a parse tree produced by jacParser#walk_entry_block.
101
- def enterWalk_entry_block(self, ctx: jacParser.Walk_entry_blockContext):
102
- pass
103
-
104
- # Exit a parse tree produced by jacParser#walk_entry_block.
105
- def exitWalk_entry_block(self, ctx: jacParser.Walk_entry_blockContext):
106
- pass
107
-
108
- # Enter a parse tree produced by jacParser#walk_exit_block.
109
- def enterWalk_exit_block(self, ctx: jacParser.Walk_exit_blockContext):
110
- pass
111
-
112
- # Exit a parse tree produced by jacParser#walk_exit_block.
113
- def exitWalk_exit_block(self, ctx: jacParser.Walk_exit_blockContext):
114
- pass
115
-
116
- # Enter a parse tree produced by jacParser#walk_activity_block.
117
- def enterWalk_activity_block(self, ctx: jacParser.Walk_activity_blockContext):
118
- pass
119
-
120
- # Exit a parse tree produced by jacParser#walk_activity_block.
121
- def exitWalk_activity_block(self, ctx: jacParser.Walk_activity_blockContext):
122
- pass
123
-
124
- # Enter a parse tree produced by jacParser#attr_block.
125
- def enterAttr_block(self, ctx: jacParser.Attr_blockContext):
126
- pass
127
-
128
- # Exit a parse tree produced by jacParser#attr_block.
129
- def exitAttr_block(self, ctx: jacParser.Attr_blockContext):
130
- pass
131
-
132
- # Enter a parse tree produced by jacParser#attr_stmt.
133
- def enterAttr_stmt(self, ctx: jacParser.Attr_stmtContext):
134
- pass
135
-
136
- # Exit a parse tree produced by jacParser#attr_stmt.
137
- def exitAttr_stmt(self, ctx: jacParser.Attr_stmtContext):
138
- pass
139
-
140
- # Enter a parse tree produced by jacParser#struct_block.
141
- def enterStruct_block(self, ctx: jacParser.Struct_blockContext):
142
- pass
143
-
144
- # Exit a parse tree produced by jacParser#struct_block.
145
- def exitStruct_block(self, ctx: jacParser.Struct_blockContext):
146
- pass
147
-
148
- # Enter a parse tree produced by jacParser#can_block.
149
- def enterCan_block(self, ctx: jacParser.Can_blockContext):
150
- pass
151
-
152
- # Exit a parse tree produced by jacParser#can_block.
153
- def exitCan_block(self, ctx: jacParser.Can_blockContext):
154
- pass
155
-
156
- # Enter a parse tree produced by jacParser#graph_block.
157
- def enterGraph_block(self, ctx: jacParser.Graph_blockContext):
158
- pass
159
-
160
- # Exit a parse tree produced by jacParser#graph_block.
161
- def exitGraph_block(self, ctx: jacParser.Graph_blockContext):
162
- pass
163
-
164
- # Enter a parse tree produced by jacParser#has_root.
165
- def enterHas_root(self, ctx: jacParser.Has_rootContext):
166
- pass
167
-
168
- # Exit a parse tree produced by jacParser#has_root.
169
- def exitHas_root(self, ctx: jacParser.Has_rootContext):
170
- pass
171
-
172
- # Enter a parse tree produced by jacParser#has_stmt.
173
- def enterHas_stmt(self, ctx: jacParser.Has_stmtContext):
174
- pass
175
-
176
- # Exit a parse tree produced by jacParser#has_stmt.
177
- def exitHas_stmt(self, ctx: jacParser.Has_stmtContext):
178
- pass
179
-
180
- # Enter a parse tree produced by jacParser#has_assign.
181
- def enterHas_assign(self, ctx: jacParser.Has_assignContext):
182
- pass
183
-
184
- # Exit a parse tree produced by jacParser#has_assign.
185
- def exitHas_assign(self, ctx: jacParser.Has_assignContext):
186
- pass
187
-
188
- # Enter a parse tree produced by jacParser#can_stmt.
189
- def enterCan_stmt(self, ctx: jacParser.Can_stmtContext):
190
- pass
191
-
192
- # Exit a parse tree produced by jacParser#can_stmt.
193
- def exitCan_stmt(self, ctx: jacParser.Can_stmtContext):
194
- pass
195
-
196
- # Enter a parse tree produced by jacParser#event_clause.
197
- def enterEvent_clause(self, ctx: jacParser.Event_clauseContext):
198
- pass
199
-
200
- # Exit a parse tree produced by jacParser#event_clause.
201
- def exitEvent_clause(self, ctx: jacParser.Event_clauseContext):
202
- pass
203
-
204
- # Enter a parse tree produced by jacParser#preset_in_out.
205
- def enterPreset_in_out(self, ctx: jacParser.Preset_in_outContext):
206
- pass
207
-
208
- # Exit a parse tree produced by jacParser#preset_in_out.
209
- def exitPreset_in_out(self, ctx: jacParser.Preset_in_outContext):
210
- pass
211
-
212
- # Enter a parse tree produced by jacParser#dotted_name.
213
- def enterDotted_name(self, ctx: jacParser.Dotted_nameContext):
214
- pass
215
-
216
- # Exit a parse tree produced by jacParser#dotted_name.
217
- def exitDotted_name(self, ctx: jacParser.Dotted_nameContext):
218
- pass
219
-
220
- # Enter a parse tree produced by jacParser#name_list.
221
- def enterName_list(self, ctx: jacParser.Name_listContext):
222
- pass
223
-
224
- # Exit a parse tree produced by jacParser#name_list.
225
- def exitName_list(self, ctx: jacParser.Name_listContext):
226
- pass
227
-
228
- # Enter a parse tree produced by jacParser#param_list.
229
- def enterParam_list(self, ctx: jacParser.Param_listContext):
230
- pass
231
-
232
- # Exit a parse tree produced by jacParser#param_list.
233
- def exitParam_list(self, ctx: jacParser.Param_listContext):
234
- pass
235
-
236
- # Enter a parse tree produced by jacParser#expr_list.
237
- def enterExpr_list(self, ctx: jacParser.Expr_listContext):
238
- pass
239
-
240
- # Exit a parse tree produced by jacParser#expr_list.
241
- def exitExpr_list(self, ctx: jacParser.Expr_listContext):
242
- pass
243
-
244
- # Enter a parse tree produced by jacParser#kw_expr_list.
245
- def enterKw_expr_list(self, ctx: jacParser.Kw_expr_listContext):
246
- pass
247
-
248
- # Exit a parse tree produced by jacParser#kw_expr_list.
249
- def exitKw_expr_list(self, ctx: jacParser.Kw_expr_listContext):
250
- pass
251
-
252
- # Enter a parse tree produced by jacParser#code_block.
253
- def enterCode_block(self, ctx: jacParser.Code_blockContext):
254
- pass
255
-
256
- # Exit a parse tree produced by jacParser#code_block.
257
- def exitCode_block(self, ctx: jacParser.Code_blockContext):
258
- pass
259
-
260
- # Enter a parse tree produced by jacParser#node_ctx_block.
261
- def enterNode_ctx_block(self, ctx: jacParser.Node_ctx_blockContext):
262
- pass
263
-
264
- # Exit a parse tree produced by jacParser#node_ctx_block.
265
- def exitNode_ctx_block(self, ctx: jacParser.Node_ctx_blockContext):
266
- pass
267
-
268
- # Enter a parse tree produced by jacParser#statement.
269
- def enterStatement(self, ctx: jacParser.StatementContext):
270
- pass
271
-
272
- # Exit a parse tree produced by jacParser#statement.
273
- def exitStatement(self, ctx: jacParser.StatementContext):
274
- pass
275
-
276
- # Enter a parse tree produced by jacParser#if_stmt.
277
- def enterIf_stmt(self, ctx: jacParser.If_stmtContext):
278
- pass
279
-
280
- # Exit a parse tree produced by jacParser#if_stmt.
281
- def exitIf_stmt(self, ctx: jacParser.If_stmtContext):
282
- pass
283
-
284
- # Enter a parse tree produced by jacParser#try_stmt.
285
- def enterTry_stmt(self, ctx: jacParser.Try_stmtContext):
286
- pass
287
-
288
- # Exit a parse tree produced by jacParser#try_stmt.
289
- def exitTry_stmt(self, ctx: jacParser.Try_stmtContext):
290
- pass
291
-
292
- # Enter a parse tree produced by jacParser#else_from_try.
293
- def enterElse_from_try(self, ctx: jacParser.Else_from_tryContext):
294
- pass
295
-
296
- # Exit a parse tree produced by jacParser#else_from_try.
297
- def exitElse_from_try(self, ctx: jacParser.Else_from_tryContext):
298
- pass
299
-
300
- # Enter a parse tree produced by jacParser#elif_stmt.
301
- def enterElif_stmt(self, ctx: jacParser.Elif_stmtContext):
302
- pass
303
-
304
- # Exit a parse tree produced by jacParser#elif_stmt.
305
- def exitElif_stmt(self, ctx: jacParser.Elif_stmtContext):
306
- pass
307
-
308
- # Enter a parse tree produced by jacParser#else_stmt.
309
- def enterElse_stmt(self, ctx: jacParser.Else_stmtContext):
310
- pass
311
-
312
- # Exit a parse tree produced by jacParser#else_stmt.
313
- def exitElse_stmt(self, ctx: jacParser.Else_stmtContext):
314
- pass
315
-
316
- # Enter a parse tree produced by jacParser#for_stmt.
317
- def enterFor_stmt(self, ctx: jacParser.For_stmtContext):
318
- pass
319
-
320
- # Exit a parse tree produced by jacParser#for_stmt.
321
- def exitFor_stmt(self, ctx: jacParser.For_stmtContext):
322
- pass
323
-
324
- # Enter a parse tree produced by jacParser#while_stmt.
325
- def enterWhile_stmt(self, ctx: jacParser.While_stmtContext):
326
- pass
327
-
328
- # Exit a parse tree produced by jacParser#while_stmt.
329
- def exitWhile_stmt(self, ctx: jacParser.While_stmtContext):
330
- pass
331
-
332
- # Enter a parse tree produced by jacParser#ctrl_stmt.
333
- def enterCtrl_stmt(self, ctx: jacParser.Ctrl_stmtContext):
334
- pass
335
-
336
- # Exit a parse tree produced by jacParser#ctrl_stmt.
337
- def exitCtrl_stmt(self, ctx: jacParser.Ctrl_stmtContext):
338
- pass
339
-
340
- # Enter a parse tree produced by jacParser#assert_stmt.
341
- def enterAssert_stmt(self, ctx: jacParser.Assert_stmtContext):
342
- pass
343
-
344
- # Exit a parse tree produced by jacParser#assert_stmt.
345
- def exitAssert_stmt(self, ctx: jacParser.Assert_stmtContext):
346
- pass
347
-
348
- # Enter a parse tree produced by jacParser#destroy_action.
349
- def enterDestroy_action(self, ctx: jacParser.Destroy_actionContext):
350
- pass
351
-
352
- # Exit a parse tree produced by jacParser#destroy_action.
353
- def exitDestroy_action(self, ctx: jacParser.Destroy_actionContext):
354
- pass
355
-
356
- # Enter a parse tree produced by jacParser#report_action.
357
- def enterReport_action(self, ctx: jacParser.Report_actionContext):
358
- pass
359
-
360
- # Exit a parse tree produced by jacParser#report_action.
361
- def exitReport_action(self, ctx: jacParser.Report_actionContext):
362
- pass
363
-
364
- # Enter a parse tree produced by jacParser#walker_action.
365
- def enterWalker_action(self, ctx: jacParser.Walker_actionContext):
366
- pass
367
-
368
- # Exit a parse tree produced by jacParser#walker_action.
369
- def exitWalker_action(self, ctx: jacParser.Walker_actionContext):
370
- pass
371
-
372
- # Enter a parse tree produced by jacParser#ignore_action.
373
- def enterIgnore_action(self, ctx: jacParser.Ignore_actionContext):
374
- pass
375
-
376
- # Exit a parse tree produced by jacParser#ignore_action.
377
- def exitIgnore_action(self, ctx: jacParser.Ignore_actionContext):
378
- pass
379
-
380
- # Enter a parse tree produced by jacParser#take_action.
381
- def enterTake_action(self, ctx: jacParser.Take_actionContext):
382
- pass
383
-
384
- # Exit a parse tree produced by jacParser#take_action.
385
- def exitTake_action(self, ctx: jacParser.Take_actionContext):
386
- pass
387
-
388
- # Enter a parse tree produced by jacParser#disengage_action.
389
- def enterDisengage_action(self, ctx: jacParser.Disengage_actionContext):
390
- pass
391
-
392
- # Exit a parse tree produced by jacParser#disengage_action.
393
- def exitDisengage_action(self, ctx: jacParser.Disengage_actionContext):
394
- pass
395
-
396
- # Enter a parse tree produced by jacParser#yield_action.
397
- def enterYield_action(self, ctx: jacParser.Yield_actionContext):
398
- pass
399
-
400
- # Exit a parse tree produced by jacParser#yield_action.
401
- def exitYield_action(self, ctx: jacParser.Yield_actionContext):
402
- pass
403
-
404
- # Enter a parse tree produced by jacParser#expression.
405
- def enterExpression(self, ctx: jacParser.ExpressionContext):
406
- pass
407
-
408
- # Exit a parse tree produced by jacParser#expression.
409
- def exitExpression(self, ctx: jacParser.ExpressionContext):
410
- pass
411
-
412
- # Enter a parse tree produced by jacParser#assignment.
413
- def enterAssignment(self, ctx: jacParser.AssignmentContext):
414
- pass
415
-
416
- # Exit a parse tree produced by jacParser#assignment.
417
- def exitAssignment(self, ctx: jacParser.AssignmentContext):
418
- pass
419
-
420
- # Enter a parse tree produced by jacParser#copy_assign.
421
- def enterCopy_assign(self, ctx: jacParser.Copy_assignContext):
422
- pass
423
-
424
- # Exit a parse tree produced by jacParser#copy_assign.
425
- def exitCopy_assign(self, ctx: jacParser.Copy_assignContext):
426
- pass
427
-
428
- # Enter a parse tree produced by jacParser#inc_assign.
429
- def enterInc_assign(self, ctx: jacParser.Inc_assignContext):
430
- pass
431
-
432
- # Exit a parse tree produced by jacParser#inc_assign.
433
- def exitInc_assign(self, ctx: jacParser.Inc_assignContext):
434
- pass
435
-
436
- # Enter a parse tree produced by jacParser#connect.
437
- def enterConnect(self, ctx: jacParser.ConnectContext):
438
- pass
439
-
440
- # Exit a parse tree produced by jacParser#connect.
441
- def exitConnect(self, ctx: jacParser.ConnectContext):
442
- pass
443
-
444
- # Enter a parse tree produced by jacParser#logical.
445
- def enterLogical(self, ctx: jacParser.LogicalContext):
446
- pass
447
-
448
- # Exit a parse tree produced by jacParser#logical.
449
- def exitLogical(self, ctx: jacParser.LogicalContext):
450
- pass
451
-
452
- # Enter a parse tree produced by jacParser#compare.
453
- def enterCompare(self, ctx: jacParser.CompareContext):
454
- pass
455
-
456
- # Exit a parse tree produced by jacParser#compare.
457
- def exitCompare(self, ctx: jacParser.CompareContext):
458
- pass
459
-
460
- # Enter a parse tree produced by jacParser#cmp_op.
461
- def enterCmp_op(self, ctx: jacParser.Cmp_opContext):
462
- pass
463
-
464
- # Exit a parse tree produced by jacParser#cmp_op.
465
- def exitCmp_op(self, ctx: jacParser.Cmp_opContext):
466
- pass
467
-
468
- # Enter a parse tree produced by jacParser#nin.
469
- def enterNin(self, ctx: jacParser.NinContext):
470
- pass
471
-
472
- # Exit a parse tree produced by jacParser#nin.
473
- def exitNin(self, ctx: jacParser.NinContext):
474
- pass
475
-
476
- # Enter a parse tree produced by jacParser#arithmetic.
477
- def enterArithmetic(self, ctx: jacParser.ArithmeticContext):
478
- pass
479
-
480
- # Exit a parse tree produced by jacParser#arithmetic.
481
- def exitArithmetic(self, ctx: jacParser.ArithmeticContext):
482
- pass
483
-
484
- # Enter a parse tree produced by jacParser#term.
485
- def enterTerm(self, ctx: jacParser.TermContext):
486
- pass
487
-
488
- # Exit a parse tree produced by jacParser#term.
489
- def exitTerm(self, ctx: jacParser.TermContext):
490
- pass
491
-
492
- # Enter a parse tree produced by jacParser#factor.
493
- def enterFactor(self, ctx: jacParser.FactorContext):
494
- pass
495
-
496
- # Exit a parse tree produced by jacParser#factor.
497
- def exitFactor(self, ctx: jacParser.FactorContext):
498
- pass
499
-
500
- # Enter a parse tree produced by jacParser#power.
501
- def enterPower(self, ctx: jacParser.PowerContext):
502
- pass
503
-
504
- # Exit a parse tree produced by jacParser#power.
505
- def exitPower(self, ctx: jacParser.PowerContext):
506
- pass
507
-
508
- # Enter a parse tree produced by jacParser#global_ref.
509
- def enterGlobal_ref(self, ctx: jacParser.Global_refContext):
510
- pass
511
-
512
- # Exit a parse tree produced by jacParser#global_ref.
513
- def exitGlobal_ref(self, ctx: jacParser.Global_refContext):
514
- pass
515
-
516
- # Enter a parse tree produced by jacParser#atom.
517
- def enterAtom(self, ctx: jacParser.AtomContext):
518
- pass
519
-
520
- # Exit a parse tree produced by jacParser#atom.
521
- def exitAtom(self, ctx: jacParser.AtomContext):
522
- pass
523
-
524
- # Enter a parse tree produced by jacParser#atom_trailer.
525
- def enterAtom_trailer(self, ctx: jacParser.Atom_trailerContext):
526
- pass
527
-
528
- # Exit a parse tree produced by jacParser#atom_trailer.
529
- def exitAtom_trailer(self, ctx: jacParser.Atom_trailerContext):
530
- pass
531
-
532
- # Enter a parse tree produced by jacParser#ability_call.
533
- def enterAbility_call(self, ctx: jacParser.Ability_callContext):
534
- pass
535
-
536
- # Exit a parse tree produced by jacParser#ability_call.
537
- def exitAbility_call(self, ctx: jacParser.Ability_callContext):
538
- pass
539
-
540
- # Enter a parse tree produced by jacParser#ability_op.
541
- def enterAbility_op(self, ctx: jacParser.Ability_opContext):
542
- pass
543
-
544
- # Exit a parse tree produced by jacParser#ability_op.
545
- def exitAbility_op(self, ctx: jacParser.Ability_opContext):
546
- pass
547
-
548
- # Enter a parse tree produced by jacParser#ref.
549
- def enterRef(self, ctx: jacParser.RefContext):
550
- pass
551
-
552
- # Exit a parse tree produced by jacParser#ref.
553
- def exitRef(self, ctx: jacParser.RefContext):
554
- pass
555
-
556
- # Enter a parse tree produced by jacParser#deref.
557
- def enterDeref(self, ctx: jacParser.DerefContext):
558
- pass
559
-
560
- # Exit a parse tree produced by jacParser#deref.
561
- def exitDeref(self, ctx: jacParser.DerefContext):
562
- pass
563
-
564
- # Enter a parse tree produced by jacParser#built_in.
565
- def enterBuilt_in(self, ctx: jacParser.Built_inContext):
566
- pass
567
-
568
- # Exit a parse tree produced by jacParser#built_in.
569
- def exitBuilt_in(self, ctx: jacParser.Built_inContext):
570
- pass
571
-
572
- # Enter a parse tree produced by jacParser#cast_built_in.
573
- def enterCast_built_in(self, ctx: jacParser.Cast_built_inContext):
574
- pass
575
-
576
- # Exit a parse tree produced by jacParser#cast_built_in.
577
- def exitCast_built_in(self, ctx: jacParser.Cast_built_inContext):
578
- pass
579
-
580
- # Enter a parse tree produced by jacParser#obj_built_in.
581
- def enterObj_built_in(self, ctx: jacParser.Obj_built_inContext):
582
- pass
583
-
584
- # Exit a parse tree produced by jacParser#obj_built_in.
585
- def exitObj_built_in(self, ctx: jacParser.Obj_built_inContext):
586
- pass
587
-
588
- # Enter a parse tree produced by jacParser#dict_built_in.
589
- def enterDict_built_in(self, ctx: jacParser.Dict_built_inContext):
590
- pass
591
-
592
- # Exit a parse tree produced by jacParser#dict_built_in.
593
- def exitDict_built_in(self, ctx: jacParser.Dict_built_inContext):
594
- pass
595
-
596
- # Enter a parse tree produced by jacParser#list_built_in.
597
- def enterList_built_in(self, ctx: jacParser.List_built_inContext):
598
- pass
599
-
600
- # Exit a parse tree produced by jacParser#list_built_in.
601
- def exitList_built_in(self, ctx: jacParser.List_built_inContext):
602
- pass
603
-
604
- # Enter a parse tree produced by jacParser#string_built_in.
605
- def enterString_built_in(self, ctx: jacParser.String_built_inContext):
606
- pass
607
-
608
- # Exit a parse tree produced by jacParser#string_built_in.
609
- def exitString_built_in(self, ctx: jacParser.String_built_inContext):
610
- pass
611
-
612
- # Enter a parse tree produced by jacParser#node_edge_ref.
613
- def enterNode_edge_ref(self, ctx: jacParser.Node_edge_refContext):
614
- pass
615
-
616
- # Exit a parse tree produced by jacParser#node_edge_ref.
617
- def exitNode_edge_ref(self, ctx: jacParser.Node_edge_refContext):
618
- pass
619
-
620
- # Enter a parse tree produced by jacParser#node_ref.
621
- def enterNode_ref(self, ctx: jacParser.Node_refContext):
622
- pass
623
-
624
- # Exit a parse tree produced by jacParser#node_ref.
625
- def exitNode_ref(self, ctx: jacParser.Node_refContext):
626
- pass
627
-
628
- # Enter a parse tree produced by jacParser#walker_ref.
629
- def enterWalker_ref(self, ctx: jacParser.Walker_refContext):
630
- pass
631
-
632
- # Exit a parse tree produced by jacParser#walker_ref.
633
- def exitWalker_ref(self, ctx: jacParser.Walker_refContext):
634
- pass
635
-
636
- # Enter a parse tree produced by jacParser#graph_ref.
637
- def enterGraph_ref(self, ctx: jacParser.Graph_refContext):
638
- pass
639
-
640
- # Exit a parse tree produced by jacParser#graph_ref.
641
- def exitGraph_ref(self, ctx: jacParser.Graph_refContext):
642
- pass
643
-
644
- # Enter a parse tree produced by jacParser#type_ref.
645
- def enterType_ref(self, ctx: jacParser.Type_refContext):
646
- pass
647
-
648
- # Exit a parse tree produced by jacParser#type_ref.
649
- def exitType_ref(self, ctx: jacParser.Type_refContext):
650
- pass
651
-
652
- # Enter a parse tree produced by jacParser#edge_ref.
653
- def enterEdge_ref(self, ctx: jacParser.Edge_refContext):
654
- pass
655
-
656
- # Exit a parse tree produced by jacParser#edge_ref.
657
- def exitEdge_ref(self, ctx: jacParser.Edge_refContext):
658
- pass
659
-
660
- # Enter a parse tree produced by jacParser#edge_to.
661
- def enterEdge_to(self, ctx: jacParser.Edge_toContext):
662
- pass
663
-
664
- # Exit a parse tree produced by jacParser#edge_to.
665
- def exitEdge_to(self, ctx: jacParser.Edge_toContext):
666
- pass
667
-
668
- # Enter a parse tree produced by jacParser#edge_from.
669
- def enterEdge_from(self, ctx: jacParser.Edge_fromContext):
670
- pass
671
-
672
- # Exit a parse tree produced by jacParser#edge_from.
673
- def exitEdge_from(self, ctx: jacParser.Edge_fromContext):
674
- pass
675
-
676
- # Enter a parse tree produced by jacParser#edge_any.
677
- def enterEdge_any(self, ctx: jacParser.Edge_anyContext):
678
- pass
679
-
680
- # Exit a parse tree produced by jacParser#edge_any.
681
- def exitEdge_any(self, ctx: jacParser.Edge_anyContext):
682
- pass
683
-
684
- # Enter a parse tree produced by jacParser#connect_op.
685
- def enterConnect_op(self, ctx: jacParser.Connect_opContext):
686
- pass
687
-
688
- # Exit a parse tree produced by jacParser#connect_op.
689
- def exitConnect_op(self, ctx: jacParser.Connect_opContext):
690
- pass
691
-
692
- # Enter a parse tree produced by jacParser#connect_to.
693
- def enterConnect_to(self, ctx: jacParser.Connect_toContext):
694
- pass
695
-
696
- # Exit a parse tree produced by jacParser#connect_to.
697
- def exitConnect_to(self, ctx: jacParser.Connect_toContext):
698
- pass
699
-
700
- # Enter a parse tree produced by jacParser#connect_from.
701
- def enterConnect_from(self, ctx: jacParser.Connect_fromContext):
702
- pass
703
-
704
- # Exit a parse tree produced by jacParser#connect_from.
705
- def exitConnect_from(self, ctx: jacParser.Connect_fromContext):
706
- pass
707
-
708
- # Enter a parse tree produced by jacParser#connect_any.
709
- def enterConnect_any(self, ctx: jacParser.Connect_anyContext):
710
- pass
711
-
712
- # Exit a parse tree produced by jacParser#connect_any.
713
- def exitConnect_any(self, ctx: jacParser.Connect_anyContext):
714
- pass
715
-
716
- # Enter a parse tree produced by jacParser#list_val.
717
- def enterList_val(self, ctx: jacParser.List_valContext):
718
- pass
719
-
720
- # Exit a parse tree produced by jacParser#list_val.
721
- def exitList_val(self, ctx: jacParser.List_valContext):
722
- pass
723
-
724
- # Enter a parse tree produced by jacParser#index_slice.
725
- def enterIndex_slice(self, ctx: jacParser.Index_sliceContext):
726
- pass
727
-
728
- # Exit a parse tree produced by jacParser#index_slice.
729
- def exitIndex_slice(self, ctx: jacParser.Index_sliceContext):
730
- pass
731
-
732
- # Enter a parse tree produced by jacParser#dict_val.
733
- def enterDict_val(self, ctx: jacParser.Dict_valContext):
734
- pass
735
-
736
- # Exit a parse tree produced by jacParser#dict_val.
737
- def exitDict_val(self, ctx: jacParser.Dict_valContext):
738
- pass
739
-
740
- # Enter a parse tree produced by jacParser#kv_pair.
741
- def enterKv_pair(self, ctx: jacParser.Kv_pairContext):
742
- pass
743
-
744
- # Exit a parse tree produced by jacParser#kv_pair.
745
- def exitKv_pair(self, ctx: jacParser.Kv_pairContext):
746
- pass
747
-
748
- # Enter a parse tree produced by jacParser#spawn.
749
- def enterSpawn(self, ctx: jacParser.SpawnContext):
750
- pass
751
-
752
- # Exit a parse tree produced by jacParser#spawn.
753
- def exitSpawn(self, ctx: jacParser.SpawnContext):
754
- pass
755
-
756
- # Enter a parse tree produced by jacParser#spawn_object.
757
- def enterSpawn_object(self, ctx: jacParser.Spawn_objectContext):
758
- pass
759
-
760
- # Exit a parse tree produced by jacParser#spawn_object.
761
- def exitSpawn_object(self, ctx: jacParser.Spawn_objectContext):
762
- pass
763
-
764
- # Enter a parse tree produced by jacParser#spawn_edge.
765
- def enterSpawn_edge(self, ctx: jacParser.Spawn_edgeContext):
766
- pass
767
-
768
- # Exit a parse tree produced by jacParser#spawn_edge.
769
- def exitSpawn_edge(self, ctx: jacParser.Spawn_edgeContext):
770
- pass
771
-
772
- # Enter a parse tree produced by jacParser#node_spawn.
773
- def enterNode_spawn(self, ctx: jacParser.Node_spawnContext):
774
- pass
775
-
776
- # Exit a parse tree produced by jacParser#node_spawn.
777
- def exitNode_spawn(self, ctx: jacParser.Node_spawnContext):
778
- pass
779
-
780
- # Enter a parse tree produced by jacParser#graph_spawn.
781
- def enterGraph_spawn(self, ctx: jacParser.Graph_spawnContext):
782
- pass
783
-
784
- # Exit a parse tree produced by jacParser#graph_spawn.
785
- def exitGraph_spawn(self, ctx: jacParser.Graph_spawnContext):
786
- pass
787
-
788
- # Enter a parse tree produced by jacParser#walker_spawn.
789
- def enterWalker_spawn(self, ctx: jacParser.Walker_spawnContext):
790
- pass
791
-
792
- # Exit a parse tree produced by jacParser#walker_spawn.
793
- def exitWalker_spawn(self, ctx: jacParser.Walker_spawnContext):
794
- pass
795
-
796
- # Enter a parse tree produced by jacParser#type_spawn.
797
- def enterType_spawn(self, ctx: jacParser.Type_spawnContext):
798
- pass
799
-
800
- # Exit a parse tree produced by jacParser#type_spawn.
801
- def exitType_spawn(self, ctx: jacParser.Type_spawnContext):
802
- pass
803
-
804
- # Enter a parse tree produced by jacParser#spawn_ctx.
805
- def enterSpawn_ctx(self, ctx: jacParser.Spawn_ctxContext):
806
- pass
807
-
808
- # Exit a parse tree produced by jacParser#spawn_ctx.
809
- def exitSpawn_ctx(self, ctx: jacParser.Spawn_ctxContext):
810
- pass
811
-
812
- # Enter a parse tree produced by jacParser#filter_ctx.
813
- def enterFilter_ctx(self, ctx: jacParser.Filter_ctxContext):
814
- pass
815
-
816
- # Exit a parse tree produced by jacParser#filter_ctx.
817
- def exitFilter_ctx(self, ctx: jacParser.Filter_ctxContext):
818
- pass
819
-
820
- # Enter a parse tree produced by jacParser#spawn_assign.
821
- def enterSpawn_assign(self, ctx: jacParser.Spawn_assignContext):
822
- pass
823
-
824
- # Exit a parse tree produced by jacParser#spawn_assign.
825
- def exitSpawn_assign(self, ctx: jacParser.Spawn_assignContext):
826
- pass
827
-
828
- # Enter a parse tree produced by jacParser#filter_compare.
829
- def enterFilter_compare(self, ctx: jacParser.Filter_compareContext):
830
- pass
831
-
832
- # Exit a parse tree produced by jacParser#filter_compare.
833
- def exitFilter_compare(self, ctx: jacParser.Filter_compareContext):
834
- pass
835
-
836
- # Enter a parse tree produced by jacParser#any_type.
837
- def enterAny_type(self, ctx: jacParser.Any_typeContext):
838
- pass
839
-
840
- # Exit a parse tree produced by jacParser#any_type.
841
- def exitAny_type(self, ctx: jacParser.Any_typeContext):
842
- pass
843
-
844
- # Enter a parse tree produced by jacParser#multistring.
845
- def enterMultistring(self, ctx: jacParser.MultistringContext):
846
- pass
847
-
848
- # Exit a parse tree produced by jacParser#multistring.
849
- def exitMultistring(self, ctx: jacParser.MultistringContext):
850
- pass
851
-
852
-
853
- del jacParser