{ "type": "Program", "statements": [ { "type": "ClassDeclaration", "definition": { "id": { "type": "Identifier", "name": "ETSGLOBAL", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "superClass": null, "implements": [], "body": [ { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "_$init$_", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "_$init$_", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "generator": false, "async": false, "expression": false, "params": [], "body": { "type": "BlockStatement", "statements": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "main", "decorators": [], "loc": { "start": { "line": 16, "column": 10 }, "end": { "line": 16, "column": 14 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "main", "decorators": [], "loc": { "start": { "line": 16, "column": 10 }, "end": { "line": 16, "column": 14 } } }, "generator": false, "async": false, "expression": false, "params": [], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 16, "column": 19 }, "end": { "line": 16, "column": 23 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 17, "column": 12 }, "end": { "line": 17, "column": 19 } } }, "decorators": [], "loc": { "start": { "line": 17, "column": 9 }, "end": { "line": 17, "column": 10 } } }, "init": { "type": "BooleanLiteral", "value": true, "loc": { "start": { "line": 17, "column": 22 }, "end": { "line": 17, "column": 26 } } }, "loc": { "start": { "line": 17, "column": 9 }, "end": { "line": 17, "column": 26 } } } ], "kind": "let", "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 27 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "b", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 18, "column": 12 }, "end": { "line": 18, "column": 16 } } }, "decorators": [], "loc": { "start": { "line": 18, "column": 9 }, "end": { "line": 18, "column": 10 } } }, "init": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 18, "column": 19 }, "end": { "line": 18, "column": 20 } } }, "loc": { "start": { "line": 18, "column": 9 }, "end": { "line": 18, "column": 20 } } } ], "kind": "let", "loc": { "start": { "line": 18, "column": 5 }, "end": { "line": 18, "column": 21 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "c", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 19, "column": 12 }, "end": { "line": 19, "column": 17 } } }, "decorators": [], "loc": { "start": { "line": 19, "column": 9 }, "end": { "line": 19, "column": 10 } } }, "init": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 19, "column": 20 }, "end": { "line": 19, "column": 21 } } }, "loc": { "start": { "line": 19, "column": 9 }, "end": { "line": 19, "column": 21 } } } ], "kind": "let", "loc": { "start": { "line": 19, "column": 5 }, "end": { "line": 19, "column": 22 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "d", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 20, "column": 12 }, "end": { "line": 20, "column": 16 } } }, "decorators": [], "loc": { "start": { "line": 20, "column": 9 }, "end": { "line": 20, "column": 10 } } }, "init": { "type": "CharLiteral", "value": "3", "loc": { "start": { "line": 20, "column": 19 }, "end": { "line": 20, "column": 23 } } }, "loc": { "start": { "line": 20, "column": 9 }, "end": { "line": 20, "column": 23 } } } ], "kind": "let", "loc": { "start": { "line": 20, "column": 5 }, "end": { "line": 20, "column": 24 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "e", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 21, "column": 12 }, "end": { "line": 21, "column": 15 } } }, "decorators": [], "loc": { "start": { "line": 21, "column": 9 }, "end": { "line": 21, "column": 10 } } }, "init": { "type": "NumberLiteral", "value": 4, "loc": { "start": { "line": 21, "column": 18 }, "end": { "line": 21, "column": 19 } } }, "loc": { "start": { "line": 21, "column": 9 }, "end": { "line": 21, "column": 19 } } } ], "kind": "let", "loc": { "start": { "line": 21, "column": 5 }, "end": { "line": 21, "column": 20 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "f", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 22, "column": 16 } } }, "decorators": [], "loc": { "start": { "line": 22, "column": 9 }, "end": { "line": 22, "column": 10 } } }, "init": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 22, "column": 19 }, "end": { "line": 22, "column": 20 } } }, "loc": { "start": { "line": 22, "column": 9 }, "end": { "line": 22, "column": 20 } } } ], "kind": "let", "loc": { "start": { "line": 22, "column": 5 }, "end": { "line": 22, "column": 21 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "g", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 23, "column": 12 }, "end": { "line": 23, "column": 17 } } }, "decorators": [], "loc": { "start": { "line": 23, "column": 9 }, "end": { "line": 23, "column": 10 } } }, "init": { "type": "NumberLiteral", "value": 6, "loc": { "start": { "line": 23, "column": 20 }, "end": { "line": 23, "column": 23 } } }, "loc": { "start": { "line": 23, "column": 9 }, "end": { "line": 23, "column": 23 } } } ], "kind": "let", "loc": { "start": { "line": 23, "column": 5 }, "end": { "line": 23, "column": 24 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "h", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 24, "column": 12 }, "end": { "line": 24, "column": 18 } } }, "decorators": [], "loc": { "start": { "line": 24, "column": 9 }, "end": { "line": 24, "column": 10 } } }, "init": { "type": "NumberLiteral", "value": 7, "loc": { "start": { "line": 24, "column": 21 }, "end": { "line": 24, "column": 24 } } }, "loc": { "start": { "line": 24, "column": 9 }, "end": { "line": 24, "column": 24 } } } ], "kind": "let", "loc": { "start": { "line": 24, "column": 5 }, "end": { "line": 24, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "i", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 25, "column": 12 }, "end": { "line": 25, "column": 18 } } }, "loc": { "start": { "line": 25, "column": 12 }, "end": { "line": 25, "column": 20 } } }, "loc": { "start": { "line": 25, "column": 12 }, "end": { "line": 25, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 25, "column": 9 }, "end": { "line": 25, "column": 10 } } }, "init": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 25, "column": 21 }, "end": { "line": 25, "column": 22 } } }, "loc": { "start": { "line": 25, "column": 9 }, "end": { "line": 25, "column": 22 } } } ], "kind": "let", "loc": { "start": { "line": 25, "column": 5 }, "end": { "line": 25, "column": 23 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "j", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 26, "column": 12 }, "end": { "line": 26, "column": 18 } } }, "loc": { "start": { "line": 26, "column": 12 }, "end": { "line": 26, "column": 20 } } }, "loc": { "start": { "line": 26, "column": 12 }, "end": { "line": 26, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 26, "column": 9 }, "end": { "line": 26, "column": 10 } } }, "init": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 26, "column": 21 }, "end": { "line": 26, "column": 22 } } }, "loc": { "start": { "line": 26, "column": 9 }, "end": { "line": 26, "column": 22 } } } ], "kind": "let", "loc": { "start": { "line": 26, "column": 5 }, "end": { "line": 26, "column": 23 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "k", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 27, "column": 12 }, "end": { "line": 27, "column": 18 } } }, "loc": { "start": { "line": 27, "column": 12 }, "end": { "line": 27, "column": 20 } } }, "loc": { "start": { "line": 27, "column": 12 }, "end": { "line": 27, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 27, "column": 9 }, "end": { "line": 27, "column": 10 } } }, "init": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 27, "column": 21 }, "end": { "line": 27, "column": 22 } } }, "loc": { "start": { "line": 27, "column": 9 }, "end": { "line": 27, "column": 22 } } } ], "kind": "let", "loc": { "start": { "line": 27, "column": 5 }, "end": { "line": 27, "column": 23 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "l", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 28, "column": 12 }, "end": { "line": 28, "column": 18 } } }, "loc": { "start": { "line": 28, "column": 12 }, "end": { "line": 28, "column": 20 } } }, "loc": { "start": { "line": 28, "column": 12 }, "end": { "line": 28, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 28, "column": 9 }, "end": { "line": 28, "column": 10 } } }, "init": { "type": "Identifier", "name": "d", "decorators": [], "loc": { "start": { "line": 28, "column": 21 }, "end": { "line": 28, "column": 22 } } }, "loc": { "start": { "line": 28, "column": 9 }, "end": { "line": 28, "column": 22 } } } ], "kind": "let", "loc": { "start": { "line": 28, "column": 5 }, "end": { "line": 28, "column": 23 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "m", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 29, "column": 12 }, "end": { "line": 29, "column": 18 } } }, "loc": { "start": { "line": 29, "column": 12 }, "end": { "line": 29, "column": 20 } } }, "loc": { "start": { "line": 29, "column": 12 }, "end": { "line": 29, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 29, "column": 9 }, "end": { "line": 29, "column": 10 } } }, "init": { "type": "Identifier", "name": "e", "decorators": [], "loc": { "start": { "line": 29, "column": 21 }, "end": { "line": 29, "column": 22 } } }, "loc": { "start": { "line": 29, "column": 9 }, "end": { "line": 29, "column": 22 } } } ], "kind": "let", "loc": { "start": { "line": 29, "column": 5 }, "end": { "line": 29, "column": 23 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "n", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 30, "column": 12 }, "end": { "line": 30, "column": 18 } } }, "loc": { "start": { "line": 30, "column": 12 }, "end": { "line": 30, "column": 20 } } }, "loc": { "start": { "line": 30, "column": 12 }, "end": { "line": 30, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 30, "column": 9 }, "end": { "line": 30, "column": 10 } } }, "init": { "type": "Identifier", "name": "f", "decorators": [], "loc": { "start": { "line": 30, "column": 21 }, "end": { "line": 30, "column": 22 } } }, "loc": { "start": { "line": 30, "column": 9 }, "end": { "line": 30, "column": 22 } } } ], "kind": "let", "loc": { "start": { "line": 30, "column": 5 }, "end": { "line": 30, "column": 23 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "o", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 31, "column": 12 }, "end": { "line": 31, "column": 18 } } }, "loc": { "start": { "line": 31, "column": 12 }, "end": { "line": 31, "column": 20 } } }, "loc": { "start": { "line": 31, "column": 12 }, "end": { "line": 31, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 31, "column": 9 }, "end": { "line": 31, "column": 10 } } }, "init": { "type": "Identifier", "name": "g", "decorators": [], "loc": { "start": { "line": 31, "column": 21 }, "end": { "line": 31, "column": 22 } } }, "loc": { "start": { "line": 31, "column": 9 }, "end": { "line": 31, "column": 22 } } } ], "kind": "let", "loc": { "start": { "line": 31, "column": 5 }, "end": { "line": 31, "column": 23 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "p", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 32, "column": 12 }, "end": { "line": 32, "column": 18 } } }, "loc": { "start": { "line": 32, "column": 12 }, "end": { "line": 32, "column": 20 } } }, "loc": { "start": { "line": 32, "column": 12 }, "end": { "line": 32, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 32, "column": 9 }, "end": { "line": 32, "column": 10 } } }, "init": { "type": "Identifier", "name": "h", "decorators": [], "loc": { "start": { "line": 32, "column": 21 }, "end": { "line": 32, "column": 22 } } }, "loc": { "start": { "line": 32, "column": 9 }, "end": { "line": 32, "column": 22 } } } ], "kind": "let", "loc": { "start": { "line": 32, "column": 5 }, "end": { "line": 32, "column": 23 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "q", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 18 } } }, "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 20 } } }, "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 33, "column": 9 }, "end": { "line": 33, "column": 10 } } }, "init": { "type": "NumberLiteral", "value": 8, "loc": { "start": { "line": 33, "column": 21 }, "end": { "line": 33, "column": 22 } } }, "loc": { "start": { "line": 33, "column": 9 }, "end": { "line": 33, "column": 22 } } } ], "kind": "let", "loc": { "start": { "line": 33, "column": 5 }, "end": { "line": 33, "column": 23 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "r", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 34, "column": 12 }, "end": { "line": 34, "column": 18 } } }, "loc": { "start": { "line": 34, "column": 12 }, "end": { "line": 34, "column": 20 } } }, "loc": { "start": { "line": 34, "column": 12 }, "end": { "line": 34, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 34, "column": 9 }, "end": { "line": 34, "column": 10 } } }, "init": { "type": "NumberLiteral", "value": 9, "loc": { "start": { "line": 34, "column": 21 }, "end": { "line": 34, "column": 24 } } }, "loc": { "start": { "line": 34, "column": 9 }, "end": { "line": 34, "column": 24 } } } ], "kind": "let", "loc": { "start": { "line": 34, "column": 5 }, "end": { "line": 34, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "s", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Float", "decorators": [], "loc": { "start": { "line": 35, "column": 12 }, "end": { "line": 35, "column": 17 } } }, "loc": { "start": { "line": 35, "column": 12 }, "end": { "line": 35, "column": 19 } } }, "loc": { "start": { "line": 35, "column": 12 }, "end": { "line": 35, "column": 19 } } }, "decorators": [], "loc": { "start": { "line": 35, "column": 9 }, "end": { "line": 35, "column": 10 } } }, "init": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 35, "column": 20 }, "end": { "line": 35, "column": 23 } } }, "loc": { "start": { "line": 35, "column": 9 }, "end": { "line": 35, "column": 23 } } } ], "kind": "let", "loc": { "start": { "line": 35, "column": 5 }, "end": { "line": 35, "column": 24 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "t", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Int", "decorators": [], "loc": { "start": { "line": 36, "column": 12 }, "end": { "line": 36, "column": 15 } } }, "loc": { "start": { "line": 36, "column": 12 }, "end": { "line": 36, "column": 17 } } }, "loc": { "start": { "line": 36, "column": 12 }, "end": { "line": 36, "column": 17 } } }, "decorators": [], "loc": { "start": { "line": 36, "column": 9 }, "end": { "line": 36, "column": 10 } } }, "init": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 36, "column": 18 }, "end": { "line": 36, "column": 21 } } }, "loc": { "start": { "line": 36, "column": 9 }, "end": { "line": 36, "column": 21 } } } ], "kind": "let", "loc": { "start": { "line": 36, "column": 5 }, "end": { "line": 36, "column": 22 } } } ], "loc": { "start": { "line": 16, "column": 24 }, "end": { "line": 37, "column": 2 } } }, "loc": { "start": { "line": 16, "column": 14 }, "end": { "line": 37, "column": 2 } } }, "loc": { "start": { "line": 16, "column": 14 }, "end": { "line": 37, "column": 2 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 16, "column": 1 }, "end": { "line": 37, "column": 2 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 38, "column": 1 } } }