• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "ClassDeclaration",
6      "definition": {
7        "id": {
8          "type": "Identifier",
9          "name": "ETSGLOBAL",
10          "decorators": [],
11          "loc": {
12            "start": {
13              "line": 1,
14              "column": 1,
15              "program": "main_entry_point_6.ets"
16            },
17            "end": {
18              "line": 1,
19              "column": 1,
20              "program": "main_entry_point_6.ets"
21            }
22          }
23        },
24        "superClass": null,
25        "implements": [],
26        "body": [
27          {
28            "type": "MethodDefinition",
29            "key": {
30              "type": "Identifier",
31              "name": "_$init$_",
32              "decorators": [],
33              "loc": {
34                "start": {
35                  "line": 1,
36                  "column": 1,
37                  "program": null
38                },
39                "end": {
40                  "line": 1,
41                  "column": 1,
42                  "program": null
43                }
44              }
45            },
46            "kind": "method",
47            "accessibility": "public",
48            "static": true,
49            "optional": false,
50            "computed": false,
51            "value": {
52              "type": "FunctionExpression",
53              "function": {
54                "type": "ScriptFunction",
55                "id": {
56                  "type": "Identifier",
57                  "name": "_$init$_",
58                  "decorators": [],
59                  "loc": {
60                    "start": {
61                      "line": 1,
62                      "column": 1,
63                      "program": null
64                    },
65                    "end": {
66                      "line": 1,
67                      "column": 1,
68                      "program": null
69                    }
70                  }
71                },
72                "generator": false,
73                "async": false,
74                "expression": false,
75                "params": [],
76                "body": {
77                  "type": "BlockStatement",
78                  "statements": [],
79                  "loc": {
80                    "start": {
81                      "line": 1,
82                      "column": 1,
83                      "program": null
84                    },
85                    "end": {
86                      "line": 1,
87                      "column": 1,
88                      "program": null
89                    }
90                  }
91                },
92                "loc": {
93                  "start": {
94                    "line": 1,
95                    "column": 1,
96                    "program": null
97                  },
98                  "end": {
99                    "line": 1,
100                    "column": 1,
101                    "program": null
102                  }
103                }
104              },
105              "loc": {
106                "start": {
107                  "line": 1,
108                  "column": 1,
109                  "program": null
110                },
111                "end": {
112                  "line": 1,
113                  "column": 1,
114                  "program": null
115                }
116              }
117            },
118            "overloads": [],
119            "decorators": [],
120            "loc": {
121              "start": {
122                "line": 1,
123                "column": 1,
124                "program": "main_entry_point_6.ets"
125              },
126              "end": {
127                "line": 1,
128                "column": 1,
129                "program": "main_entry_point_6.ets"
130              }
131            }
132          },
133          {
134            "type": "MethodDefinition",
135            "key": {
136              "type": "Identifier",
137              "name": "main",
138              "decorators": [],
139              "loc": {
140                "start": {
141                  "line": 16,
142                  "column": 10,
143                  "program": "main_entry_point_6.ets"
144                },
145                "end": {
146                  "line": 16,
147                  "column": 14,
148                  "program": "main_entry_point_6.ets"
149                }
150              }
151            },
152            "kind": "method",
153            "accessibility": "public",
154            "static": true,
155            "optional": false,
156            "computed": false,
157            "value": {
158              "type": "FunctionExpression",
159              "function": {
160                "type": "ScriptFunction",
161                "id": {
162                  "type": "Identifier",
163                  "name": "main",
164                  "decorators": [],
165                  "loc": {
166                    "start": {
167                      "line": 16,
168                      "column": 10,
169                      "program": "main_entry_point_6.ets"
170                    },
171                    "end": {
172                      "line": 16,
173                      "column": 14,
174                      "program": "main_entry_point_6.ets"
175                    }
176                  }
177                },
178                "generator": false,
179                "async": false,
180                "expression": false,
181                "params": [
182                  {
183                    "type": "ETSParameterExpression",
184                    "name": {
185                      "type": "Identifier",
186                      "name": "i",
187                      "typeAnnotation": {
188                        "type": "ETSTypeReference",
189                        "part": {
190                          "type": "ETSTypeReferencePart",
191                          "name": {
192                            "type": "Identifier",
193                            "name": "FixedArray",
194                            "decorators": [],
195                            "loc": {
196                              "start": {
197                                "line": 16,
198                                "column": 19,
199                                "program": "main_entry_point_6.ets"
200                              },
201                              "end": {
202                                "line": 16,
203                                "column": 29,
204                                "program": "main_entry_point_6.ets"
205                              }
206                            }
207                          },
208                          "typeParams": {
209                            "type": "TSTypeParameterInstantiation",
210                            "params": [
211                              {
212                                "type": "ETSTypeReference",
213                                "part": {
214                                  "type": "ETSTypeReferencePart",
215                                  "name": {
216                                    "type": "Identifier",
217                                    "name": "string",
218                                    "decorators": [],
219                                    "loc": {
220                                      "start": {
221                                        "line": 16,
222                                        "column": 30,
223                                        "program": "main_entry_point_6.ets"
224                                      },
225                                      "end": {
226                                        "line": 16,
227                                        "column": 36,
228                                        "program": "main_entry_point_6.ets"
229                                      }
230                                    }
231                                  },
232                                  "loc": {
233                                    "start": {
234                                      "line": 16,
235                                      "column": 30,
236                                      "program": "main_entry_point_6.ets"
237                                    },
238                                    "end": {
239                                      "line": 16,
240                                      "column": 37,
241                                      "program": "main_entry_point_6.ets"
242                                    }
243                                  }
244                                },
245                                "loc": {
246                                  "start": {
247                                    "line": 16,
248                                    "column": 30,
249                                    "program": "main_entry_point_6.ets"
250                                  },
251                                  "end": {
252                                    "line": 16,
253                                    "column": 37,
254                                    "program": "main_entry_point_6.ets"
255                                  }
256                                }
257                              }
258                            ],
259                            "loc": {
260                              "start": {
261                                "line": 16,
262                                "column": 29,
263                                "program": "main_entry_point_6.ets"
264                              },
265                              "end": {
266                                "line": 16,
267                                "column": 37,
268                                "program": "main_entry_point_6.ets"
269                              }
270                            }
271                          },
272                          "loc": {
273                            "start": {
274                              "line": 16,
275                              "column": 19,
276                              "program": "main_entry_point_6.ets"
277                            },
278                            "end": {
279                              "line": 16,
280                              "column": 38,
281                              "program": "main_entry_point_6.ets"
282                            }
283                          }
284                        },
285                        "loc": {
286                          "start": {
287                            "line": 16,
288                            "column": 19,
289                            "program": "main_entry_point_6.ets"
290                          },
291                          "end": {
292                            "line": 16,
293                            "column": 38,
294                            "program": "main_entry_point_6.ets"
295                          }
296                        }
297                      },
298                      "decorators": [],
299                      "loc": {
300                        "start": {
301                          "line": 16,
302                          "column": 15,
303                          "program": "main_entry_point_6.ets"
304                        },
305                        "end": {
306                          "line": 16,
307                          "column": 38,
308                          "program": "main_entry_point_6.ets"
309                        }
310                      }
311                    },
312                    "loc": {
313                      "start": {
314                        "line": 16,
315                        "column": 15,
316                        "program": "main_entry_point_6.ets"
317                      },
318                      "end": {
319                        "line": 16,
320                        "column": 38,
321                        "program": "main_entry_point_6.ets"
322                      }
323                    }
324                  }
325                ],
326                "returnType": {
327                  "type": "ETSPrimitiveType",
328                  "loc": {
329                    "start": {
330                      "line": 16,
331                      "column": 40,
332                      "program": "main_entry_point_6.ets"
333                    },
334                    "end": {
335                      "line": 16,
336                      "column": 44,
337                      "program": "main_entry_point_6.ets"
338                    }
339                  }
340                },
341                "body": {
342                  "type": "BlockStatement",
343                  "statements": [
344                    {
345                      "type": "ReturnStatement",
346                      "argument": null,
347                      "loc": {
348                        "start": {
349                          "line": 17,
350                          "column": 5,
351                          "program": "main_entry_point_6.ets"
352                        },
353                        "end": {
354                          "line": 17,
355                          "column": 12,
356                          "program": "main_entry_point_6.ets"
357                        }
358                      }
359                    }
360                  ],
361                  "loc": {
362                    "start": {
363                      "line": 16,
364                      "column": 45,
365                      "program": "main_entry_point_6.ets"
366                    },
367                    "end": {
368                      "line": 18,
369                      "column": 2,
370                      "program": "main_entry_point_6.ets"
371                    }
372                  }
373                },
374                "loc": {
375                  "start": {
376                    "line": 16,
377                    "column": 10,
378                    "program": "main_entry_point_6.ets"
379                  },
380                  "end": {
381                    "line": 18,
382                    "column": 2,
383                    "program": "main_entry_point_6.ets"
384                  }
385                }
386              },
387              "loc": {
388                "start": {
389                  "line": 16,
390                  "column": 10,
391                  "program": "main_entry_point_6.ets"
392                },
393                "end": {
394                  "line": 18,
395                  "column": 2,
396                  "program": "main_entry_point_6.ets"
397                }
398              }
399            },
400            "overloads": [],
401            "decorators": [],
402            "loc": {
403              "start": {
404                "line": 16,
405                "column": 1,
406                "program": "main_entry_point_6.ets"
407              },
408              "end": {
409                "line": 18,
410                "column": 2,
411                "program": "main_entry_point_6.ets"
412              }
413            }
414          }
415        ],
416        "loc": {
417          "start": {
418            "line": 1,
419            "column": 1,
420            "program": "main_entry_point_6.ets"
421          },
422          "end": {
423            "line": 1,
424            "column": 1,
425            "program": "main_entry_point_6.ets"
426          }
427        }
428      },
429      "loc": {
430        "start": {
431          "line": 1,
432          "column": 1,
433          "program": "main_entry_point_6.ets"
434        },
435        "end": {
436          "line": 1,
437          "column": 1,
438          "program": "main_entry_point_6.ets"
439        }
440      }
441    }
442  ],
443  "loc": {
444    "start": {
445      "line": 1,
446      "column": 1,
447      "program": "main_entry_point_6.ets"
448    },
449    "end": {
450      "line": 19,
451      "column": 1,
452      "program": "main_entry_point_6.ets"
453    }
454  }
455}
456