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": "float_pont_format_1.ets" 16 }, 17 "end": { 18 "line": 1, 19 "column": 1, 20 "program": "float_pont_format_1.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": "float_pont_format_1.ets" 125 }, 126 "end": { 127 "line": 1, 128 "column": 1, 129 "program": "float_pont_format_1.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": "float_pont_format_1.ets" 144 }, 145 "end": { 146 "line": 16, 147 "column": 14, 148 "program": "float_pont_format_1.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": "float_pont_format_1.ets" 170 }, 171 "end": { 172 "line": 16, 173 "column": 14, 174 "program": "float_pont_format_1.ets" 175 } 176 } 177 }, 178 "generator": false, 179 "async": false, 180 "expression": false, 181 "params": [], 182 "body": { 183 "type": "BlockStatement", 184 "statements": [ 185 { 186 "type": "VariableDeclaration", 187 "declarations": [ 188 { 189 "type": "VariableDeclarator", 190 "id": { 191 "type": "Identifier", 192 "name": "a", 193 "decorators": [], 194 "loc": { 195 "start": { 196 "line": 17, 197 "column": 9, 198 "program": "float_pont_format_1.ets" 199 }, 200 "end": { 201 "line": 17, 202 "column": 10, 203 "program": "float_pont_format_1.ets" 204 } 205 } 206 }, 207 "init": { 208 "type": "NumberLiteral", 209 "value": 0.5, 210 "loc": { 211 "start": { 212 "line": 17, 213 "column": 13, 214 "program": "float_pont_format_1.ets" 215 }, 216 "end": { 217 "line": 17, 218 "column": 15, 219 "program": "float_pont_format_1.ets" 220 } 221 } 222 }, 223 "loc": { 224 "start": { 225 "line": 17, 226 "column": 9, 227 "program": "float_pont_format_1.ets" 228 }, 229 "end": { 230 "line": 17, 231 "column": 15, 232 "program": "float_pont_format_1.ets" 233 } 234 } 235 } 236 ], 237 "kind": "let", 238 "loc": { 239 "start": { 240 "line": 17, 241 "column": 5, 242 "program": "float_pont_format_1.ets" 243 }, 244 "end": { 245 "line": 17, 246 "column": 15, 247 "program": "float_pont_format_1.ets" 248 } 249 } 250 } 251 ], 252 "loc": { 253 "start": { 254 "line": 16, 255 "column": 17, 256 "program": "float_pont_format_1.ets" 257 }, 258 "end": { 259 "line": 18, 260 "column": 2, 261 "program": "float_pont_format_1.ets" 262 } 263 } 264 }, 265 "loc": { 266 "start": { 267 "line": 16, 268 "column": 10, 269 "program": "float_pont_format_1.ets" 270 }, 271 "end": { 272 "line": 18, 273 "column": 2, 274 "program": "float_pont_format_1.ets" 275 } 276 } 277 }, 278 "loc": { 279 "start": { 280 "line": 16, 281 "column": 10, 282 "program": "float_pont_format_1.ets" 283 }, 284 "end": { 285 "line": 18, 286 "column": 2, 287 "program": "float_pont_format_1.ets" 288 } 289 } 290 }, 291 "overloads": [], 292 "decorators": [], 293 "loc": { 294 "start": { 295 "line": 16, 296 "column": 1, 297 "program": "float_pont_format_1.ets" 298 }, 299 "end": { 300 "line": 18, 301 "column": 2, 302 "program": "float_pont_format_1.ets" 303 } 304 } 305 } 306 ], 307 "loc": { 308 "start": { 309 "line": 1, 310 "column": 1, 311 "program": "float_pont_format_1.ets" 312 }, 313 "end": { 314 "line": 1, 315 "column": 1, 316 "program": "float_pont_format_1.ets" 317 } 318 } 319 }, 320 "loc": { 321 "start": { 322 "line": 1, 323 "column": 1, 324 "program": "float_pont_format_1.ets" 325 }, 326 "end": { 327 "line": 1, 328 "column": 1, 329 "program": "float_pont_format_1.ets" 330 } 331 } 332 } 333 ], 334 "loc": { 335 "start": { 336 "line": 1, 337 "column": 1, 338 "program": "float_pont_format_1.ets" 339 }, 340 "end": { 341 "line": 19, 342 "column": 1, 343 "program": "float_pont_format_1.ets" 344 } 345 } 346} 347