{ "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": "byte_test", "decorators": [], "loc": { "start": { "line": 16, "column": 10 }, "end": { "line": 16, "column": 19 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "byte_test", "decorators": [], "loc": { "start": { "line": 16, "column": 10 }, "end": { "line": 16, "column": 19 } } }, "generator": false, "async": false, "expression": false, "params": [], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 16, "column": 23 }, "end": { "line": 16, "column": 27 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "byte_", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 17, "column": 14 }, "end": { "line": 17, "column": 18 } } }, "decorators": [], "loc": { "start": { "line": 17, "column": 7 }, "end": { "line": 17, "column": 12 } } }, "init": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 17, "column": 21 }, "end": { "line": 17, "column": 23 } } }, "loc": { "start": { "line": 17, "column": 7 }, "end": { "line": 17, "column": 23 } } } ], "kind": "let", "loc": { "start": { "line": 17, "column": 3 }, "end": { "line": 17, "column": 24 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Byte_", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Byte", "decorators": [], "loc": { "start": { "line": 18, "column": 14 }, "end": { "line": 18, "column": 18 } } }, "loc": { "start": { "line": 18, "column": 14 }, "end": { "line": 18, "column": 20 } } }, "loc": { "start": { "line": 18, "column": 14 }, "end": { "line": 18, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 18, "column": 7 }, "end": { "line": 18, "column": 12 } } }, "init": { "type": "ETSNewClassInstanceExpression", "typeReference": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Byte", "decorators": [], "loc": { "start": { "line": 18, "column": 25 }, "end": { "line": 18, "column": 29 } } }, "loc": { "start": { "line": 18, "column": 25 }, "end": { "line": 18, "column": 30 } } }, "loc": { "start": { "line": 18, "column": 25 }, "end": { "line": 18, "column": 30 } } }, "arguments": [ { "type": "TSAsExpression", "expression": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 18, "column": 30 }, "end": { "line": 18, "column": 32 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 18, "column": 36 }, "end": { "line": 18, "column": 40 } } }, "loc": { "start": { "line": 18, "column": 30 }, "end": { "line": 18, "column": 32 } } } ], "loc": { "start": { "line": 18, "column": 21 }, "end": { "line": 18, "column": 42 } } }, "loc": { "start": { "line": 18, "column": 7 }, "end": { "line": 18, "column": 42 } } } ], "kind": "let", "loc": { "start": { "line": 18, "column": 3 }, "end": { "line": 18, "column": 42 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "byte_byte", "decorators": [], "loc": { "start": { "line": 22, "column": 9 }, "end": { "line": 22, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "byte_", "decorators": [], "loc": { "start": { "line": 22, "column": 23 }, "end": { "line": 22, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 22, "column": 32 }, "end": { "line": 22, "column": 36 } } }, "loc": { "start": { "line": 22, "column": 23 }, "end": { "line": 22, "column": 28 } } }, "loc": { "start": { "line": 22, "column": 9 }, "end": { "line": 22, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 22, "column": 5 }, "end": { "line": 22, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "byte_short", "decorators": [], "loc": { "start": { "line": 23, "column": 9 }, "end": { "line": 23, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "byte_", "decorators": [], "loc": { "start": { "line": 23, "column": 23 }, "end": { "line": 23, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 23, "column": 32 }, "end": { "line": 23, "column": 37 } } }, "loc": { "start": { "line": 23, "column": 23 }, "end": { "line": 23, "column": 28 } } }, "loc": { "start": { "line": 23, "column": 9 }, "end": { "line": 23, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 23, "column": 5 }, "end": { "line": 23, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "byte_char", "decorators": [], "loc": { "start": { "line": 24, "column": 9 }, "end": { "line": 24, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "byte_", "decorators": [], "loc": { "start": { "line": 24, "column": 23 }, "end": { "line": 24, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 24, "column": 32 }, "end": { "line": 24, "column": 36 } } }, "loc": { "start": { "line": 24, "column": 23 }, "end": { "line": 24, "column": 28 } } }, "loc": { "start": { "line": 24, "column": 9 }, "end": { "line": 24, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 24, "column": 5 }, "end": { "line": 24, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "byte_int", "decorators": [], "loc": { "start": { "line": 25, "column": 9 }, "end": { "line": 25, "column": 17 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "byte_", "decorators": [], "loc": { "start": { "line": 25, "column": 23 }, "end": { "line": 25, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 25, "column": 32 }, "end": { "line": 25, "column": 35 } } }, "loc": { "start": { "line": 25, "column": 23 }, "end": { "line": 25, "column": 28 } } }, "loc": { "start": { "line": 25, "column": 9 }, "end": { "line": 25, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 25, "column": 5 }, "end": { "line": 25, "column": 36 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "byte_long", "decorators": [], "loc": { "start": { "line": 26, "column": 9 }, "end": { "line": 26, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "byte_", "decorators": [], "loc": { "start": { "line": 26, "column": 23 }, "end": { "line": 26, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 26, "column": 32 }, "end": { "line": 26, "column": 36 } } }, "loc": { "start": { "line": 26, "column": 23 }, "end": { "line": 26, "column": 28 } } }, "loc": { "start": { "line": 26, "column": 9 }, "end": { "line": 26, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 26, "column": 5 }, "end": { "line": 26, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "byte_float", "decorators": [], "loc": { "start": { "line": 27, "column": 9 }, "end": { "line": 27, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "byte_", "decorators": [], "loc": { "start": { "line": 27, "column": 23 }, "end": { "line": 27, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 27, "column": 32 }, "end": { "line": 27, "column": 37 } } }, "loc": { "start": { "line": 27, "column": 23 }, "end": { "line": 27, "column": 28 } } }, "loc": { "start": { "line": 27, "column": 9 }, "end": { "line": 27, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 27, "column": 5 }, "end": { "line": 27, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "byte_double", "decorators": [], "loc": { "start": { "line": 28, "column": 9 }, "end": { "line": 28, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "byte_", "decorators": [], "loc": { "start": { "line": 28, "column": 23 }, "end": { "line": 28, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 28, "column": 32 }, "end": { "line": 28, "column": 38 } } }, "loc": { "start": { "line": 28, "column": 23 }, "end": { "line": 28, "column": 28 } } }, "loc": { "start": { "line": 28, "column": 9 }, "end": { "line": 28, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 28, "column": 5 }, "end": { "line": 28, "column": 39 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Byte_byte", "decorators": [], "loc": { "start": { "line": 30, "column": 9 }, "end": { "line": 30, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Byte_", "decorators": [], "loc": { "start": { "line": 30, "column": 23 }, "end": { "line": 30, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 30, "column": 32 }, "end": { "line": 30, "column": 36 } } }, "loc": { "start": { "line": 30, "column": 23 }, "end": { "line": 30, "column": 28 } } }, "loc": { "start": { "line": 30, "column": 9 }, "end": { "line": 30, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 30, "column": 5 }, "end": { "line": 30, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Byte_short", "decorators": [], "loc": { "start": { "line": 31, "column": 9 }, "end": { "line": 31, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Byte_", "decorators": [], "loc": { "start": { "line": 31, "column": 23 }, "end": { "line": 31, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 31, "column": 32 }, "end": { "line": 31, "column": 37 } } }, "loc": { "start": { "line": 31, "column": 23 }, "end": { "line": 31, "column": 28 } } }, "loc": { "start": { "line": 31, "column": 9 }, "end": { "line": 31, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 31, "column": 5 }, "end": { "line": 31, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Byte_int", "decorators": [], "loc": { "start": { "line": 32, "column": 9 }, "end": { "line": 32, "column": 17 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Byte_", "decorators": [], "loc": { "start": { "line": 32, "column": 23 }, "end": { "line": 32, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 32, "column": 32 }, "end": { "line": 32, "column": 35 } } }, "loc": { "start": { "line": 32, "column": 23 }, "end": { "line": 32, "column": 28 } } }, "loc": { "start": { "line": 32, "column": 9 }, "end": { "line": 32, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 32, "column": 5 }, "end": { "line": 32, "column": 36 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Byte_long", "decorators": [], "loc": { "start": { "line": 33, "column": 9 }, "end": { "line": 33, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Byte_", "decorators": [], "loc": { "start": { "line": 33, "column": 23 }, "end": { "line": 33, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 33, "column": 32 }, "end": { "line": 33, "column": 36 } } }, "loc": { "start": { "line": 33, "column": 23 }, "end": { "line": 33, "column": 28 } } }, "loc": { "start": { "line": 33, "column": 9 }, "end": { "line": 33, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 33, "column": 5 }, "end": { "line": 33, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Byte_float", "decorators": [], "loc": { "start": { "line": 34, "column": 9 }, "end": { "line": 34, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Byte_", "decorators": [], "loc": { "start": { "line": 34, "column": 23 }, "end": { "line": 34, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 34, "column": 32 }, "end": { "line": 34, "column": 37 } } }, "loc": { "start": { "line": 34, "column": 23 }, "end": { "line": 34, "column": 28 } } }, "loc": { "start": { "line": 34, "column": 9 }, "end": { "line": 34, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 34, "column": 5 }, "end": { "line": 34, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Byte_double", "decorators": [], "loc": { "start": { "line": 35, "column": 9 }, "end": { "line": 35, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Byte_", "decorators": [], "loc": { "start": { "line": 35, "column": 23 }, "end": { "line": 35, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 35, "column": 32 }, "end": { "line": 35, "column": 38 } } }, "loc": { "start": { "line": 35, "column": 23 }, "end": { "line": 35, "column": 28 } } }, "loc": { "start": { "line": 35, "column": 9 }, "end": { "line": 35, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 35, "column": 5 }, "end": { "line": 35, "column": 39 } } } ], "loc": { "start": { "line": 20, "column": 3 }, "end": { "line": 36, "column": 4 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "byte_Byte", "decorators": [], "loc": { "start": { "line": 40, "column": 9 }, "end": { "line": 40, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "byte_", "decorators": [], "loc": { "start": { "line": 40, "column": 23 }, "end": { "line": 40, "column": 28 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Byte", "decorators": [], "loc": { "start": { "line": 40, "column": 32 }, "end": { "line": 40, "column": 36 } } }, "loc": { "start": { "line": 40, "column": 32 }, "end": { "line": 40, "column": 37 } } }, "loc": { "start": { "line": 40, "column": 32 }, "end": { "line": 40, "column": 37 } } }, "loc": { "start": { "line": 40, "column": 23 }, "end": { "line": 40, "column": 28 } } }, "loc": { "start": { "line": 40, "column": 9 }, "end": { "line": 40, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 40, "column": 5 }, "end": { "line": 40, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Byte_Byte", "decorators": [], "loc": { "start": { "line": 41, "column": 9 }, "end": { "line": 41, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Byte_", "decorators": [], "loc": { "start": { "line": 41, "column": 23 }, "end": { "line": 41, "column": 28 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Byte", "decorators": [], "loc": { "start": { "line": 41, "column": 32 }, "end": { "line": 41, "column": 36 } } }, "loc": { "start": { "line": 41, "column": 32 }, "end": { "line": 41, "column": 37 } } }, "loc": { "start": { "line": 41, "column": 32 }, "end": { "line": 41, "column": 37 } } }, "loc": { "start": { "line": 41, "column": 23 }, "end": { "line": 41, "column": 28 } } }, "loc": { "start": { "line": 41, "column": 9 }, "end": { "line": 41, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 41, "column": 5 }, "end": { "line": 41, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Byte_Object", "decorators": [], "loc": { "start": { "line": 42, "column": 9 }, "end": { "line": 42, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Byte_", "decorators": [], "loc": { "start": { "line": 42, "column": 23 }, "end": { "line": 42, "column": 28 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 42, "column": 32 }, "end": { "line": 42, "column": 38 } } }, "loc": { "start": { "line": 42, "column": 32 }, "end": { "line": 42, "column": 39 } } }, "loc": { "start": { "line": 42, "column": 32 }, "end": { "line": 42, "column": 39 } } }, "loc": { "start": { "line": 42, "column": 23 }, "end": { "line": 42, "column": 28 } } }, "loc": { "start": { "line": 42, "column": 9 }, "end": { "line": 42, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 42, "column": 5 }, "end": { "line": 42, "column": 39 } } } ], "loc": { "start": { "line": 38, "column": 3 }, "end": { "line": 43, "column": 4 } } } ], "loc": { "start": { "line": 16, "column": 28 }, "end": { "line": 44, "column": 2 } } }, "loc": { "start": { "line": 16, "column": 19 }, "end": { "line": 44, "column": 2 } } }, "loc": { "start": { "line": 16, "column": 19 }, "end": { "line": 44, "column": 2 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 16, "column": 1 }, "end": { "line": 44, "column": 2 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "short_test", "decorators": [], "loc": { "start": { "line": 46, "column": 10 }, "end": { "line": 46, "column": 20 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "short_test", "decorators": [], "loc": { "start": { "line": 46, "column": 10 }, "end": { "line": 46, "column": 20 } } }, "generator": false, "async": false, "expression": false, "params": [], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 46, "column": 24 }, "end": { "line": 46, "column": 28 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "short_", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 47, "column": 15 }, "end": { "line": 47, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 47, "column": 7 }, "end": { "line": 47, "column": 13 } } }, "init": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 47, "column": 23 }, "end": { "line": 47, "column": 25 } } }, "loc": { "start": { "line": 47, "column": 7 }, "end": { "line": 47, "column": 25 } } } ], "kind": "let", "loc": { "start": { "line": 47, "column": 3 }, "end": { "line": 47, "column": 26 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Short_", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Short", "decorators": [], "loc": { "start": { "line": 48, "column": 15 }, "end": { "line": 48, "column": 20 } } }, "loc": { "start": { "line": 48, "column": 15 }, "end": { "line": 48, "column": 22 } } }, "loc": { "start": { "line": 48, "column": 15 }, "end": { "line": 48, "column": 22 } } }, "decorators": [], "loc": { "start": { "line": 48, "column": 7 }, "end": { "line": 48, "column": 13 } } }, "init": { "type": "ETSNewClassInstanceExpression", "typeReference": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Short", "decorators": [], "loc": { "start": { "line": 48, "column": 27 }, "end": { "line": 48, "column": 32 } } }, "loc": { "start": { "line": 48, "column": 27 }, "end": { "line": 48, "column": 33 } } }, "loc": { "start": { "line": 48, "column": 27 }, "end": { "line": 48, "column": 33 } } }, "arguments": [ { "type": "TSAsExpression", "expression": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 48, "column": 33 }, "end": { "line": 48, "column": 35 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 48, "column": 39 }, "end": { "line": 48, "column": 44 } } }, "loc": { "start": { "line": 48, "column": 33 }, "end": { "line": 48, "column": 35 } } } ], "loc": { "start": { "line": 48, "column": 23 }, "end": { "line": 48, "column": 46 } } }, "loc": { "start": { "line": 48, "column": 7 }, "end": { "line": 48, "column": 46 } } } ], "kind": "let", "loc": { "start": { "line": 48, "column": 3 }, "end": { "line": 48, "column": 46 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "short_byte", "decorators": [], "loc": { "start": { "line": 52, "column": 9 }, "end": { "line": 52, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "short_", "decorators": [], "loc": { "start": { "line": 52, "column": 24 }, "end": { "line": 52, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 52, "column": 34 }, "end": { "line": 52, "column": 38 } } }, "loc": { "start": { "line": 52, "column": 24 }, "end": { "line": 52, "column": 30 } } }, "loc": { "start": { "line": 52, "column": 9 }, "end": { "line": 52, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 52, "column": 5 }, "end": { "line": 52, "column": 39 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "short_short", "decorators": [], "loc": { "start": { "line": 53, "column": 9 }, "end": { "line": 53, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "short_", "decorators": [], "loc": { "start": { "line": 53, "column": 24 }, "end": { "line": 53, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 53, "column": 34 }, "end": { "line": 53, "column": 39 } } }, "loc": { "start": { "line": 53, "column": 24 }, "end": { "line": 53, "column": 30 } } }, "loc": { "start": { "line": 53, "column": 9 }, "end": { "line": 53, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 53, "column": 5 }, "end": { "line": 53, "column": 40 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "short_char", "decorators": [], "loc": { "start": { "line": 54, "column": 9 }, "end": { "line": 54, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "short_", "decorators": [], "loc": { "start": { "line": 54, "column": 24 }, "end": { "line": 54, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 54, "column": 34 }, "end": { "line": 54, "column": 38 } } }, "loc": { "start": { "line": 54, "column": 24 }, "end": { "line": 54, "column": 30 } } }, "loc": { "start": { "line": 54, "column": 9 }, "end": { "line": 54, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 54, "column": 5 }, "end": { "line": 54, "column": 39 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "short_int", "decorators": [], "loc": { "start": { "line": 55, "column": 9 }, "end": { "line": 55, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "short_", "decorators": [], "loc": { "start": { "line": 55, "column": 24 }, "end": { "line": 55, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 55, "column": 34 }, "end": { "line": 55, "column": 37 } } }, "loc": { "start": { "line": 55, "column": 24 }, "end": { "line": 55, "column": 30 } } }, "loc": { "start": { "line": 55, "column": 9 }, "end": { "line": 55, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 55, "column": 5 }, "end": { "line": 55, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "short_long", "decorators": [], "loc": { "start": { "line": 56, "column": 9 }, "end": { "line": 56, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "short_", "decorators": [], "loc": { "start": { "line": 56, "column": 24 }, "end": { "line": 56, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 56, "column": 34 }, "end": { "line": 56, "column": 38 } } }, "loc": { "start": { "line": 56, "column": 24 }, "end": { "line": 56, "column": 30 } } }, "loc": { "start": { "line": 56, "column": 9 }, "end": { "line": 56, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 56, "column": 5 }, "end": { "line": 56, "column": 39 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "short_float", "decorators": [], "loc": { "start": { "line": 57, "column": 9 }, "end": { "line": 57, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "short_", "decorators": [], "loc": { "start": { "line": 57, "column": 24 }, "end": { "line": 57, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 57, "column": 34 }, "end": { "line": 57, "column": 39 } } }, "loc": { "start": { "line": 57, "column": 24 }, "end": { "line": 57, "column": 30 } } }, "loc": { "start": { "line": 57, "column": 9 }, "end": { "line": 57, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 57, "column": 5 }, "end": { "line": 57, "column": 40 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "short_double", "decorators": [], "loc": { "start": { "line": 58, "column": 9 }, "end": { "line": 58, "column": 21 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "short_", "decorators": [], "loc": { "start": { "line": 58, "column": 24 }, "end": { "line": 58, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 58, "column": 34 }, "end": { "line": 58, "column": 40 } } }, "loc": { "start": { "line": 58, "column": 24 }, "end": { "line": 58, "column": 30 } } }, "loc": { "start": { "line": 58, "column": 9 }, "end": { "line": 58, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 58, "column": 5 }, "end": { "line": 58, "column": 41 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Short_short", "decorators": [], "loc": { "start": { "line": 60, "column": 9 }, "end": { "line": 60, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Short_", "decorators": [], "loc": { "start": { "line": 60, "column": 24 }, "end": { "line": 60, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 60, "column": 34 }, "end": { "line": 60, "column": 39 } } }, "loc": { "start": { "line": 60, "column": 24 }, "end": { "line": 60, "column": 30 } } }, "loc": { "start": { "line": 60, "column": 9 }, "end": { "line": 60, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 60, "column": 5 }, "end": { "line": 60, "column": 40 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Short_int", "decorators": [], "loc": { "start": { "line": 61, "column": 9 }, "end": { "line": 61, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Short_", "decorators": [], "loc": { "start": { "line": 61, "column": 24 }, "end": { "line": 61, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 61, "column": 34 }, "end": { "line": 61, "column": 37 } } }, "loc": { "start": { "line": 61, "column": 24 }, "end": { "line": 61, "column": 30 } } }, "loc": { "start": { "line": 61, "column": 9 }, "end": { "line": 61, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 61, "column": 5 }, "end": { "line": 61, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Short_long", "decorators": [], "loc": { "start": { "line": 62, "column": 9 }, "end": { "line": 62, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Short_", "decorators": [], "loc": { "start": { "line": 62, "column": 24 }, "end": { "line": 62, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 62, "column": 34 }, "end": { "line": 62, "column": 38 } } }, "loc": { "start": { "line": 62, "column": 24 }, "end": { "line": 62, "column": 30 } } }, "loc": { "start": { "line": 62, "column": 9 }, "end": { "line": 62, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 62, "column": 5 }, "end": { "line": 62, "column": 39 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Short_float", "decorators": [], "loc": { "start": { "line": 63, "column": 9 }, "end": { "line": 63, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Short_", "decorators": [], "loc": { "start": { "line": 63, "column": 24 }, "end": { "line": 63, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 63, "column": 34 }, "end": { "line": 63, "column": 39 } } }, "loc": { "start": { "line": 63, "column": 24 }, "end": { "line": 63, "column": 30 } } }, "loc": { "start": { "line": 63, "column": 9 }, "end": { "line": 63, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 63, "column": 5 }, "end": { "line": 63, "column": 40 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Short_double", "decorators": [], "loc": { "start": { "line": 64, "column": 9 }, "end": { "line": 64, "column": 21 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Short_", "decorators": [], "loc": { "start": { "line": 64, "column": 24 }, "end": { "line": 64, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 64, "column": 34 }, "end": { "line": 64, "column": 40 } } }, "loc": { "start": { "line": 64, "column": 24 }, "end": { "line": 64, "column": 30 } } }, "loc": { "start": { "line": 64, "column": 9 }, "end": { "line": 64, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 64, "column": 5 }, "end": { "line": 64, "column": 41 } } } ], "loc": { "start": { "line": 50, "column": 3 }, "end": { "line": 65, "column": 4 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "short_Short", "decorators": [], "loc": { "start": { "line": 69, "column": 9 }, "end": { "line": 69, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "short_", "decorators": [], "loc": { "start": { "line": 69, "column": 25 }, "end": { "line": 69, "column": 31 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Short", "decorators": [], "loc": { "start": { "line": 69, "column": 35 }, "end": { "line": 69, "column": 40 } } }, "loc": { "start": { "line": 69, "column": 35 }, "end": { "line": 69, "column": 41 } } }, "loc": { "start": { "line": 69, "column": 35 }, "end": { "line": 69, "column": 41 } } }, "loc": { "start": { "line": 69, "column": 25 }, "end": { "line": 69, "column": 31 } } }, "loc": { "start": { "line": 69, "column": 9 }, "end": { "line": 69, "column": 31 } } } ], "kind": "let", "loc": { "start": { "line": 69, "column": 5 }, "end": { "line": 69, "column": 41 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Short_Short", "decorators": [], "loc": { "start": { "line": 70, "column": 9 }, "end": { "line": 70, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Short_", "decorators": [], "loc": { "start": { "line": 70, "column": 25 }, "end": { "line": 70, "column": 31 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Short", "decorators": [], "loc": { "start": { "line": 70, "column": 35 }, "end": { "line": 70, "column": 40 } } }, "loc": { "start": { "line": 70, "column": 35 }, "end": { "line": 70, "column": 41 } } }, "loc": { "start": { "line": 70, "column": 35 }, "end": { "line": 70, "column": 41 } } }, "loc": { "start": { "line": 70, "column": 25 }, "end": { "line": 70, "column": 31 } } }, "loc": { "start": { "line": 70, "column": 9 }, "end": { "line": 70, "column": 31 } } } ], "kind": "let", "loc": { "start": { "line": 70, "column": 5 }, "end": { "line": 70, "column": 41 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Short_Object", "decorators": [], "loc": { "start": { "line": 71, "column": 9 }, "end": { "line": 71, "column": 21 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Short_", "decorators": [], "loc": { "start": { "line": 71, "column": 25 }, "end": { "line": 71, "column": 31 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 71, "column": 35 }, "end": { "line": 71, "column": 41 } } }, "loc": { "start": { "line": 71, "column": 35 }, "end": { "line": 71, "column": 42 } } }, "loc": { "start": { "line": 71, "column": 35 }, "end": { "line": 71, "column": 42 } } }, "loc": { "start": { "line": 71, "column": 25 }, "end": { "line": 71, "column": 31 } } }, "loc": { "start": { "line": 71, "column": 9 }, "end": { "line": 71, "column": 31 } } } ], "kind": "let", "loc": { "start": { "line": 71, "column": 5 }, "end": { "line": 71, "column": 42 } } } ], "loc": { "start": { "line": 67, "column": 3 }, "end": { "line": 72, "column": 4 } } } ], "loc": { "start": { "line": 46, "column": 29 }, "end": { "line": 73, "column": 2 } } }, "loc": { "start": { "line": 46, "column": 20 }, "end": { "line": 73, "column": 2 } } }, "loc": { "start": { "line": 46, "column": 20 }, "end": { "line": 73, "column": 2 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 46, "column": 1 }, "end": { "line": 73, "column": 2 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "char_test", "decorators": [], "loc": { "start": { "line": 75, "column": 10 }, "end": { "line": 75, "column": 19 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "char_test", "decorators": [], "loc": { "start": { "line": 75, "column": 10 }, "end": { "line": 75, "column": 19 } } }, "generator": false, "async": false, "expression": false, "params": [], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 75, "column": 23 }, "end": { "line": 75, "column": 27 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "char_", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 76, "column": 14 }, "end": { "line": 76, "column": 18 } } }, "decorators": [], "loc": { "start": { "line": 76, "column": 7 }, "end": { "line": 76, "column": 12 } } }, "init": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 76, "column": 21 }, "end": { "line": 76, "column": 23 } } }, "loc": { "start": { "line": 76, "column": 7 }, "end": { "line": 76, "column": 23 } } } ], "kind": "let", "loc": { "start": { "line": 76, "column": 3 }, "end": { "line": 76, "column": 24 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Char_", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Char", "decorators": [], "loc": { "start": { "line": 77, "column": 14 }, "end": { "line": 77, "column": 18 } } }, "loc": { "start": { "line": 77, "column": 14 }, "end": { "line": 77, "column": 20 } } }, "loc": { "start": { "line": 77, "column": 14 }, "end": { "line": 77, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 77, "column": 7 }, "end": { "line": 77, "column": 12 } } }, "init": { "type": "ETSNewClassInstanceExpression", "typeReference": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Char", "decorators": [], "loc": { "start": { "line": 77, "column": 25 }, "end": { "line": 77, "column": 29 } } }, "loc": { "start": { "line": 77, "column": 25 }, "end": { "line": 77, "column": 30 } } }, "loc": { "start": { "line": 77, "column": 25 }, "end": { "line": 77, "column": 30 } } }, "arguments": [ { "type": "TSAsExpression", "expression": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 77, "column": 30 }, "end": { "line": 77, "column": 32 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 77, "column": 36 }, "end": { "line": 77, "column": 40 } } }, "loc": { "start": { "line": 77, "column": 30 }, "end": { "line": 77, "column": 32 } } } ], "loc": { "start": { "line": 77, "column": 21 }, "end": { "line": 77, "column": 42 } } }, "loc": { "start": { "line": 77, "column": 7 }, "end": { "line": 77, "column": 42 } } } ], "kind": "let", "loc": { "start": { "line": 77, "column": 3 }, "end": { "line": 77, "column": 42 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "char_byte", "decorators": [], "loc": { "start": { "line": 81, "column": 9 }, "end": { "line": 81, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "char_", "decorators": [], "loc": { "start": { "line": 81, "column": 23 }, "end": { "line": 81, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 81, "column": 32 }, "end": { "line": 81, "column": 36 } } }, "loc": { "start": { "line": 81, "column": 23 }, "end": { "line": 81, "column": 28 } } }, "loc": { "start": { "line": 81, "column": 9 }, "end": { "line": 81, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 81, "column": 5 }, "end": { "line": 81, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "char_short", "decorators": [], "loc": { "start": { "line": 82, "column": 9 }, "end": { "line": 82, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "char_", "decorators": [], "loc": { "start": { "line": 82, "column": 23 }, "end": { "line": 82, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 82, "column": 32 }, "end": { "line": 82, "column": 37 } } }, "loc": { "start": { "line": 82, "column": 23 }, "end": { "line": 82, "column": 28 } } }, "loc": { "start": { "line": 82, "column": 9 }, "end": { "line": 82, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 82, "column": 5 }, "end": { "line": 82, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "char_char", "decorators": [], "loc": { "start": { "line": 83, "column": 9 }, "end": { "line": 83, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "char_", "decorators": [], "loc": { "start": { "line": 83, "column": 23 }, "end": { "line": 83, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 83, "column": 32 }, "end": { "line": 83, "column": 36 } } }, "loc": { "start": { "line": 83, "column": 23 }, "end": { "line": 83, "column": 28 } } }, "loc": { "start": { "line": 83, "column": 9 }, "end": { "line": 83, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 83, "column": 5 }, "end": { "line": 83, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "char_int", "decorators": [], "loc": { "start": { "line": 84, "column": 9 }, "end": { "line": 84, "column": 17 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "char_", "decorators": [], "loc": { "start": { "line": 84, "column": 23 }, "end": { "line": 84, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 84, "column": 32 }, "end": { "line": 84, "column": 35 } } }, "loc": { "start": { "line": 84, "column": 23 }, "end": { "line": 84, "column": 28 } } }, "loc": { "start": { "line": 84, "column": 9 }, "end": { "line": 84, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 84, "column": 5 }, "end": { "line": 84, "column": 36 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "char_long", "decorators": [], "loc": { "start": { "line": 85, "column": 9 }, "end": { "line": 85, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "char_", "decorators": [], "loc": { "start": { "line": 85, "column": 23 }, "end": { "line": 85, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 85, "column": 32 }, "end": { "line": 85, "column": 36 } } }, "loc": { "start": { "line": 85, "column": 23 }, "end": { "line": 85, "column": 28 } } }, "loc": { "start": { "line": 85, "column": 9 }, "end": { "line": 85, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 85, "column": 5 }, "end": { "line": 85, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "char_float", "decorators": [], "loc": { "start": { "line": 86, "column": 9 }, "end": { "line": 86, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "char_", "decorators": [], "loc": { "start": { "line": 86, "column": 23 }, "end": { "line": 86, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 86, "column": 32 }, "end": { "line": 86, "column": 37 } } }, "loc": { "start": { "line": 86, "column": 23 }, "end": { "line": 86, "column": 28 } } }, "loc": { "start": { "line": 86, "column": 9 }, "end": { "line": 86, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 86, "column": 5 }, "end": { "line": 86, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "char_double", "decorators": [], "loc": { "start": { "line": 87, "column": 9 }, "end": { "line": 87, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "char_", "decorators": [], "loc": { "start": { "line": 87, "column": 23 }, "end": { "line": 87, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 87, "column": 32 }, "end": { "line": 87, "column": 38 } } }, "loc": { "start": { "line": 87, "column": 23 }, "end": { "line": 87, "column": 28 } } }, "loc": { "start": { "line": 87, "column": 9 }, "end": { "line": 87, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 87, "column": 5 }, "end": { "line": 87, "column": 39 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Char_char", "decorators": [], "loc": { "start": { "line": 89, "column": 9 }, "end": { "line": 89, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Char_", "decorators": [], "loc": { "start": { "line": 89, "column": 23 }, "end": { "line": 89, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 89, "column": 32 }, "end": { "line": 89, "column": 36 } } }, "loc": { "start": { "line": 89, "column": 23 }, "end": { "line": 89, "column": 28 } } }, "loc": { "start": { "line": 89, "column": 9 }, "end": { "line": 89, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 89, "column": 5 }, "end": { "line": 89, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Char_int", "decorators": [], "loc": { "start": { "line": 90, "column": 9 }, "end": { "line": 90, "column": 17 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Char_", "decorators": [], "loc": { "start": { "line": 90, "column": 23 }, "end": { "line": 90, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 90, "column": 32 }, "end": { "line": 90, "column": 35 } } }, "loc": { "start": { "line": 90, "column": 23 }, "end": { "line": 90, "column": 28 } } }, "loc": { "start": { "line": 90, "column": 9 }, "end": { "line": 90, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 90, "column": 5 }, "end": { "line": 90, "column": 36 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Char_long", "decorators": [], "loc": { "start": { "line": 91, "column": 9 }, "end": { "line": 91, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Char_", "decorators": [], "loc": { "start": { "line": 91, "column": 23 }, "end": { "line": 91, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 91, "column": 32 }, "end": { "line": 91, "column": 36 } } }, "loc": { "start": { "line": 91, "column": 23 }, "end": { "line": 91, "column": 28 } } }, "loc": { "start": { "line": 91, "column": 9 }, "end": { "line": 91, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 91, "column": 5 }, "end": { "line": 91, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Char_float", "decorators": [], "loc": { "start": { "line": 92, "column": 9 }, "end": { "line": 92, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Char_", "decorators": [], "loc": { "start": { "line": 92, "column": 23 }, "end": { "line": 92, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 92, "column": 32 }, "end": { "line": 92, "column": 37 } } }, "loc": { "start": { "line": 92, "column": 23 }, "end": { "line": 92, "column": 28 } } }, "loc": { "start": { "line": 92, "column": 9 }, "end": { "line": 92, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 92, "column": 5 }, "end": { "line": 92, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Char_double", "decorators": [], "loc": { "start": { "line": 93, "column": 9 }, "end": { "line": 93, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Char_", "decorators": [], "loc": { "start": { "line": 93, "column": 23 }, "end": { "line": 93, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 93, "column": 32 }, "end": { "line": 93, "column": 38 } } }, "loc": { "start": { "line": 93, "column": 23 }, "end": { "line": 93, "column": 28 } } }, "loc": { "start": { "line": 93, "column": 9 }, "end": { "line": 93, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 93, "column": 5 }, "end": { "line": 93, "column": 39 } } } ], "loc": { "start": { "line": 79, "column": 3 }, "end": { "line": 94, "column": 4 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "char_Char", "decorators": [], "loc": { "start": { "line": 98, "column": 9 }, "end": { "line": 98, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "char_", "decorators": [], "loc": { "start": { "line": 98, "column": 23 }, "end": { "line": 98, "column": 28 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Char", "decorators": [], "loc": { "start": { "line": 98, "column": 32 }, "end": { "line": 98, "column": 36 } } }, "loc": { "start": { "line": 98, "column": 32 }, "end": { "line": 98, "column": 37 } } }, "loc": { "start": { "line": 98, "column": 32 }, "end": { "line": 98, "column": 37 } } }, "loc": { "start": { "line": 98, "column": 23 }, "end": { "line": 98, "column": 28 } } }, "loc": { "start": { "line": 98, "column": 9 }, "end": { "line": 98, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 98, "column": 5 }, "end": { "line": 98, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Char_Char", "decorators": [], "loc": { "start": { "line": 99, "column": 9 }, "end": { "line": 99, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Char_", "decorators": [], "loc": { "start": { "line": 99, "column": 23 }, "end": { "line": 99, "column": 28 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Char", "decorators": [], "loc": { "start": { "line": 99, "column": 32 }, "end": { "line": 99, "column": 36 } } }, "loc": { "start": { "line": 99, "column": 32 }, "end": { "line": 99, "column": 37 } } }, "loc": { "start": { "line": 99, "column": 32 }, "end": { "line": 99, "column": 37 } } }, "loc": { "start": { "line": 99, "column": 23 }, "end": { "line": 99, "column": 28 } } }, "loc": { "start": { "line": 99, "column": 9 }, "end": { "line": 99, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 99, "column": 5 }, "end": { "line": 99, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Char_Object", "decorators": [], "loc": { "start": { "line": 100, "column": 9 }, "end": { "line": 100, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Char_", "decorators": [], "loc": { "start": { "line": 100, "column": 23 }, "end": { "line": 100, "column": 28 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 100, "column": 32 }, "end": { "line": 100, "column": 38 } } }, "loc": { "start": { "line": 100, "column": 32 }, "end": { "line": 100, "column": 39 } } }, "loc": { "start": { "line": 100, "column": 32 }, "end": { "line": 100, "column": 39 } } }, "loc": { "start": { "line": 100, "column": 23 }, "end": { "line": 100, "column": 28 } } }, "loc": { "start": { "line": 100, "column": 9 }, "end": { "line": 100, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 100, "column": 5 }, "end": { "line": 100, "column": 39 } } } ], "loc": { "start": { "line": 96, "column": 3 }, "end": { "line": 101, "column": 4 } } } ], "loc": { "start": { "line": 75, "column": 28 }, "end": { "line": 102, "column": 2 } } }, "loc": { "start": { "line": 75, "column": 19 }, "end": { "line": 102, "column": 2 } } }, "loc": { "start": { "line": 75, "column": 19 }, "end": { "line": 102, "column": 2 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 75, "column": 1 }, "end": { "line": 102, "column": 2 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "int_test", "decorators": [], "loc": { "start": { "line": 104, "column": 10 }, "end": { "line": 104, "column": 18 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "int_test", "decorators": [], "loc": { "start": { "line": 104, "column": 10 }, "end": { "line": 104, "column": 18 } } }, "generator": false, "async": false, "expression": false, "params": [], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 104, "column": 22 }, "end": { "line": 104, "column": 26 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "int_", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 105, "column": 13 }, "end": { "line": 105, "column": 16 } } }, "decorators": [], "loc": { "start": { "line": 105, "column": 7 }, "end": { "line": 105, "column": 11 } } }, "init": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 105, "column": 19 }, "end": { "line": 105, "column": 21 } } }, "loc": { "start": { "line": 105, "column": 7 }, "end": { "line": 105, "column": 21 } } } ], "kind": "let", "loc": { "start": { "line": 105, "column": 3 }, "end": { "line": 105, "column": 22 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Int_", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Int", "decorators": [], "loc": { "start": { "line": 106, "column": 13 }, "end": { "line": 106, "column": 16 } } }, "loc": { "start": { "line": 106, "column": 13 }, "end": { "line": 106, "column": 18 } } }, "loc": { "start": { "line": 106, "column": 13 }, "end": { "line": 106, "column": 18 } } }, "decorators": [], "loc": { "start": { "line": 106, "column": 7 }, "end": { "line": 106, "column": 11 } } }, "init": { "type": "ETSNewClassInstanceExpression", "typeReference": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Int", "decorators": [], "loc": { "start": { "line": 106, "column": 23 }, "end": { "line": 106, "column": 26 } } }, "loc": { "start": { "line": 106, "column": 23 }, "end": { "line": 106, "column": 27 } } }, "loc": { "start": { "line": 106, "column": 23 }, "end": { "line": 106, "column": 27 } } }, "arguments": [ { "type": "TSAsExpression", "expression": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 106, "column": 27 }, "end": { "line": 106, "column": 29 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 106, "column": 33 }, "end": { "line": 106, "column": 36 } } }, "loc": { "start": { "line": 106, "column": 27 }, "end": { "line": 106, "column": 29 } } } ], "loc": { "start": { "line": 106, "column": 19 }, "end": { "line": 106, "column": 38 } } }, "loc": { "start": { "line": 106, "column": 7 }, "end": { "line": 106, "column": 38 } } } ], "kind": "let", "loc": { "start": { "line": 106, "column": 3 }, "end": { "line": 106, "column": 38 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "int_byte", "decorators": [], "loc": { "start": { "line": 110, "column": 9 }, "end": { "line": 110, "column": 17 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "int_", "decorators": [], "loc": { "start": { "line": 110, "column": 23 }, "end": { "line": 110, "column": 27 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 110, "column": 31 }, "end": { "line": 110, "column": 35 } } }, "loc": { "start": { "line": 110, "column": 23 }, "end": { "line": 110, "column": 27 } } }, "loc": { "start": { "line": 110, "column": 9 }, "end": { "line": 110, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 110, "column": 5 }, "end": { "line": 110, "column": 36 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "int_short", "decorators": [], "loc": { "start": { "line": 111, "column": 9 }, "end": { "line": 111, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "int_", "decorators": [], "loc": { "start": { "line": 111, "column": 23 }, "end": { "line": 111, "column": 27 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 111, "column": 31 }, "end": { "line": 111, "column": 36 } } }, "loc": { "start": { "line": 111, "column": 23 }, "end": { "line": 111, "column": 27 } } }, "loc": { "start": { "line": 111, "column": 9 }, "end": { "line": 111, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 111, "column": 5 }, "end": { "line": 111, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "int_char", "decorators": [], "loc": { "start": { "line": 112, "column": 9 }, "end": { "line": 112, "column": 17 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "int_", "decorators": [], "loc": { "start": { "line": 112, "column": 23 }, "end": { "line": 112, "column": 27 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 112, "column": 31 }, "end": { "line": 112, "column": 35 } } }, "loc": { "start": { "line": 112, "column": 23 }, "end": { "line": 112, "column": 27 } } }, "loc": { "start": { "line": 112, "column": 9 }, "end": { "line": 112, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 112, "column": 5 }, "end": { "line": 112, "column": 36 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "int_int", "decorators": [], "loc": { "start": { "line": 113, "column": 9 }, "end": { "line": 113, "column": 16 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "int_", "decorators": [], "loc": { "start": { "line": 113, "column": 23 }, "end": { "line": 113, "column": 27 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 113, "column": 31 }, "end": { "line": 113, "column": 34 } } }, "loc": { "start": { "line": 113, "column": 23 }, "end": { "line": 113, "column": 27 } } }, "loc": { "start": { "line": 113, "column": 9 }, "end": { "line": 113, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 113, "column": 5 }, "end": { "line": 113, "column": 35 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "int_long", "decorators": [], "loc": { "start": { "line": 114, "column": 9 }, "end": { "line": 114, "column": 17 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "int_", "decorators": [], "loc": { "start": { "line": 114, "column": 23 }, "end": { "line": 114, "column": 27 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 114, "column": 31 }, "end": { "line": 114, "column": 35 } } }, "loc": { "start": { "line": 114, "column": 23 }, "end": { "line": 114, "column": 27 } } }, "loc": { "start": { "line": 114, "column": 9 }, "end": { "line": 114, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 114, "column": 5 }, "end": { "line": 114, "column": 36 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "int_float", "decorators": [], "loc": { "start": { "line": 115, "column": 9 }, "end": { "line": 115, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "int_", "decorators": [], "loc": { "start": { "line": 115, "column": 23 }, "end": { "line": 115, "column": 27 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 115, "column": 31 }, "end": { "line": 115, "column": 36 } } }, "loc": { "start": { "line": 115, "column": 23 }, "end": { "line": 115, "column": 27 } } }, "loc": { "start": { "line": 115, "column": 9 }, "end": { "line": 115, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 115, "column": 5 }, "end": { "line": 115, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "int_double", "decorators": [], "loc": { "start": { "line": 116, "column": 9 }, "end": { "line": 116, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "int_", "decorators": [], "loc": { "start": { "line": 116, "column": 23 }, "end": { "line": 116, "column": 27 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 116, "column": 31 }, "end": { "line": 116, "column": 37 } } }, "loc": { "start": { "line": 116, "column": 23 }, "end": { "line": 116, "column": 27 } } }, "loc": { "start": { "line": 116, "column": 9 }, "end": { "line": 116, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 116, "column": 5 }, "end": { "line": 116, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Int_int", "decorators": [], "loc": { "start": { "line": 118, "column": 9 }, "end": { "line": 118, "column": 16 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Int_", "decorators": [], "loc": { "start": { "line": 118, "column": 23 }, "end": { "line": 118, "column": 27 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 118, "column": 31 }, "end": { "line": 118, "column": 34 } } }, "loc": { "start": { "line": 118, "column": 23 }, "end": { "line": 118, "column": 27 } } }, "loc": { "start": { "line": 118, "column": 9 }, "end": { "line": 118, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 118, "column": 5 }, "end": { "line": 118, "column": 35 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Int_long", "decorators": [], "loc": { "start": { "line": 119, "column": 9 }, "end": { "line": 119, "column": 17 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Int_", "decorators": [], "loc": { "start": { "line": 119, "column": 23 }, "end": { "line": 119, "column": 27 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 119, "column": 31 }, "end": { "line": 119, "column": 35 } } }, "loc": { "start": { "line": 119, "column": 23 }, "end": { "line": 119, "column": 27 } } }, "loc": { "start": { "line": 119, "column": 9 }, "end": { "line": 119, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 119, "column": 5 }, "end": { "line": 119, "column": 36 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Int_float", "decorators": [], "loc": { "start": { "line": 120, "column": 9 }, "end": { "line": 120, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Int_", "decorators": [], "loc": { "start": { "line": 120, "column": 23 }, "end": { "line": 120, "column": 27 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 120, "column": 31 }, "end": { "line": 120, "column": 36 } } }, "loc": { "start": { "line": 120, "column": 23 }, "end": { "line": 120, "column": 27 } } }, "loc": { "start": { "line": 120, "column": 9 }, "end": { "line": 120, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 120, "column": 5 }, "end": { "line": 120, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Int_double", "decorators": [], "loc": { "start": { "line": 121, "column": 9 }, "end": { "line": 121, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Int_", "decorators": [], "loc": { "start": { "line": 121, "column": 23 }, "end": { "line": 121, "column": 27 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 121, "column": 31 }, "end": { "line": 121, "column": 37 } } }, "loc": { "start": { "line": 121, "column": 23 }, "end": { "line": 121, "column": 27 } } }, "loc": { "start": { "line": 121, "column": 9 }, "end": { "line": 121, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 121, "column": 5 }, "end": { "line": 121, "column": 38 } } } ], "loc": { "start": { "line": 108, "column": 3 }, "end": { "line": 122, "column": 4 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "int_Int", "decorators": [], "loc": { "start": { "line": 126, "column": 9 }, "end": { "line": 126, "column": 16 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "int_", "decorators": [], "loc": { "start": { "line": 126, "column": 23 }, "end": { "line": 126, "column": 27 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Int", "decorators": [], "loc": { "start": { "line": 126, "column": 31 }, "end": { "line": 126, "column": 34 } } }, "loc": { "start": { "line": 126, "column": 31 }, "end": { "line": 126, "column": 35 } } }, "loc": { "start": { "line": 126, "column": 31 }, "end": { "line": 126, "column": 35 } } }, "loc": { "start": { "line": 126, "column": 23 }, "end": { "line": 126, "column": 27 } } }, "loc": { "start": { "line": 126, "column": 9 }, "end": { "line": 126, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 126, "column": 5 }, "end": { "line": 126, "column": 35 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Int_Int", "decorators": [], "loc": { "start": { "line": 127, "column": 9 }, "end": { "line": 127, "column": 16 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Int_", "decorators": [], "loc": { "start": { "line": 127, "column": 23 }, "end": { "line": 127, "column": 27 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Int", "decorators": [], "loc": { "start": { "line": 127, "column": 31 }, "end": { "line": 127, "column": 34 } } }, "loc": { "start": { "line": 127, "column": 31 }, "end": { "line": 127, "column": 35 } } }, "loc": { "start": { "line": 127, "column": 31 }, "end": { "line": 127, "column": 35 } } }, "loc": { "start": { "line": 127, "column": 23 }, "end": { "line": 127, "column": 27 } } }, "loc": { "start": { "line": 127, "column": 9 }, "end": { "line": 127, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 127, "column": 5 }, "end": { "line": 127, "column": 35 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Int_Object", "decorators": [], "loc": { "start": { "line": 128, "column": 9 }, "end": { "line": 128, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Int_", "decorators": [], "loc": { "start": { "line": 128, "column": 23 }, "end": { "line": 128, "column": 27 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 128, "column": 31 }, "end": { "line": 128, "column": 37 } } }, "loc": { "start": { "line": 128, "column": 31 }, "end": { "line": 128, "column": 38 } } }, "loc": { "start": { "line": 128, "column": 31 }, "end": { "line": 128, "column": 38 } } }, "loc": { "start": { "line": 128, "column": 23 }, "end": { "line": 128, "column": 27 } } }, "loc": { "start": { "line": 128, "column": 9 }, "end": { "line": 128, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 128, "column": 5 }, "end": { "line": 128, "column": 38 } } } ], "loc": { "start": { "line": 124, "column": 3 }, "end": { "line": 129, "column": 4 } } } ], "loc": { "start": { "line": 104, "column": 27 }, "end": { "line": 130, "column": 2 } } }, "loc": { "start": { "line": 104, "column": 18 }, "end": { "line": 130, "column": 2 } } }, "loc": { "start": { "line": 104, "column": 18 }, "end": { "line": 130, "column": 2 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 104, "column": 1 }, "end": { "line": 130, "column": 2 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "long_test", "decorators": [], "loc": { "start": { "line": 132, "column": 10 }, "end": { "line": 132, "column": 19 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "long_test", "decorators": [], "loc": { "start": { "line": 132, "column": 10 }, "end": { "line": 132, "column": 19 } } }, "generator": false, "async": false, "expression": false, "params": [], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 132, "column": 23 }, "end": { "line": 132, "column": 27 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "long_", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 133, "column": 14 }, "end": { "line": 133, "column": 18 } } }, "decorators": [], "loc": { "start": { "line": 133, "column": 7 }, "end": { "line": 133, "column": 12 } } }, "init": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 133, "column": 21 }, "end": { "line": 133, "column": 23 } } }, "loc": { "start": { "line": 133, "column": 7 }, "end": { "line": 133, "column": 23 } } } ], "kind": "let", "loc": { "start": { "line": 133, "column": 3 }, "end": { "line": 133, "column": 24 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Long_", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Long", "decorators": [], "loc": { "start": { "line": 134, "column": 14 }, "end": { "line": 134, "column": 18 } } }, "loc": { "start": { "line": 134, "column": 14 }, "end": { "line": 134, "column": 20 } } }, "loc": { "start": { "line": 134, "column": 14 }, "end": { "line": 134, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 134, "column": 7 }, "end": { "line": 134, "column": 12 } } }, "init": { "type": "ETSNewClassInstanceExpression", "typeReference": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Long", "decorators": [], "loc": { "start": { "line": 134, "column": 25 }, "end": { "line": 134, "column": 29 } } }, "loc": { "start": { "line": 134, "column": 25 }, "end": { "line": 134, "column": 30 } } }, "loc": { "start": { "line": 134, "column": 25 }, "end": { "line": 134, "column": 30 } } }, "arguments": [ { "type": "TSAsExpression", "expression": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 134, "column": 30 }, "end": { "line": 134, "column": 32 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 134, "column": 36 }, "end": { "line": 134, "column": 40 } } }, "loc": { "start": { "line": 134, "column": 30 }, "end": { "line": 134, "column": 32 } } } ], "loc": { "start": { "line": 134, "column": 21 }, "end": { "line": 134, "column": 42 } } }, "loc": { "start": { "line": 134, "column": 7 }, "end": { "line": 134, "column": 42 } } } ], "kind": "let", "loc": { "start": { "line": 134, "column": 3 }, "end": { "line": 134, "column": 42 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "long_byte", "decorators": [], "loc": { "start": { "line": 138, "column": 9 }, "end": { "line": 138, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "long_", "decorators": [], "loc": { "start": { "line": 138, "column": 23 }, "end": { "line": 138, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 138, "column": 32 }, "end": { "line": 138, "column": 36 } } }, "loc": { "start": { "line": 138, "column": 23 }, "end": { "line": 138, "column": 28 } } }, "loc": { "start": { "line": 138, "column": 9 }, "end": { "line": 138, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 138, "column": 5 }, "end": { "line": 138, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "long_short", "decorators": [], "loc": { "start": { "line": 139, "column": 9 }, "end": { "line": 139, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "long_", "decorators": [], "loc": { "start": { "line": 139, "column": 23 }, "end": { "line": 139, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 139, "column": 32 }, "end": { "line": 139, "column": 37 } } }, "loc": { "start": { "line": 139, "column": 23 }, "end": { "line": 139, "column": 28 } } }, "loc": { "start": { "line": 139, "column": 9 }, "end": { "line": 139, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 139, "column": 5 }, "end": { "line": 139, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "long_char", "decorators": [], "loc": { "start": { "line": 140, "column": 9 }, "end": { "line": 140, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "long_", "decorators": [], "loc": { "start": { "line": 140, "column": 23 }, "end": { "line": 140, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 140, "column": 32 }, "end": { "line": 140, "column": 36 } } }, "loc": { "start": { "line": 140, "column": 23 }, "end": { "line": 140, "column": 28 } } }, "loc": { "start": { "line": 140, "column": 9 }, "end": { "line": 140, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 140, "column": 5 }, "end": { "line": 140, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "long_int", "decorators": [], "loc": { "start": { "line": 141, "column": 9 }, "end": { "line": 141, "column": 17 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "long_", "decorators": [], "loc": { "start": { "line": 141, "column": 23 }, "end": { "line": 141, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 141, "column": 32 }, "end": { "line": 141, "column": 35 } } }, "loc": { "start": { "line": 141, "column": 23 }, "end": { "line": 141, "column": 28 } } }, "loc": { "start": { "line": 141, "column": 9 }, "end": { "line": 141, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 141, "column": 5 }, "end": { "line": 141, "column": 36 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "long_long", "decorators": [], "loc": { "start": { "line": 142, "column": 9 }, "end": { "line": 142, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "long_", "decorators": [], "loc": { "start": { "line": 142, "column": 23 }, "end": { "line": 142, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 142, "column": 32 }, "end": { "line": 142, "column": 36 } } }, "loc": { "start": { "line": 142, "column": 23 }, "end": { "line": 142, "column": 28 } } }, "loc": { "start": { "line": 142, "column": 9 }, "end": { "line": 142, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 142, "column": 5 }, "end": { "line": 142, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "long_float", "decorators": [], "loc": { "start": { "line": 143, "column": 9 }, "end": { "line": 143, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "long_", "decorators": [], "loc": { "start": { "line": 143, "column": 23 }, "end": { "line": 143, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 143, "column": 32 }, "end": { "line": 143, "column": 37 } } }, "loc": { "start": { "line": 143, "column": 23 }, "end": { "line": 143, "column": 28 } } }, "loc": { "start": { "line": 143, "column": 9 }, "end": { "line": 143, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 143, "column": 5 }, "end": { "line": 143, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "long_double", "decorators": [], "loc": { "start": { "line": 144, "column": 9 }, "end": { "line": 144, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "long_", "decorators": [], "loc": { "start": { "line": 144, "column": 23 }, "end": { "line": 144, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 144, "column": 32 }, "end": { "line": 144, "column": 38 } } }, "loc": { "start": { "line": 144, "column": 23 }, "end": { "line": 144, "column": 28 } } }, "loc": { "start": { "line": 144, "column": 9 }, "end": { "line": 144, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 144, "column": 5 }, "end": { "line": 144, "column": 39 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Long_long", "decorators": [], "loc": { "start": { "line": 146, "column": 9 }, "end": { "line": 146, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Long_", "decorators": [], "loc": { "start": { "line": 146, "column": 23 }, "end": { "line": 146, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 146, "column": 32 }, "end": { "line": 146, "column": 36 } } }, "loc": { "start": { "line": 146, "column": 23 }, "end": { "line": 146, "column": 28 } } }, "loc": { "start": { "line": 146, "column": 9 }, "end": { "line": 146, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 146, "column": 5 }, "end": { "line": 146, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Long_float", "decorators": [], "loc": { "start": { "line": 147, "column": 9 }, "end": { "line": 147, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Long_", "decorators": [], "loc": { "start": { "line": 147, "column": 23 }, "end": { "line": 147, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 147, "column": 32 }, "end": { "line": 147, "column": 37 } } }, "loc": { "start": { "line": 147, "column": 23 }, "end": { "line": 147, "column": 28 } } }, "loc": { "start": { "line": 147, "column": 9 }, "end": { "line": 147, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 147, "column": 5 }, "end": { "line": 147, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Long_double", "decorators": [], "loc": { "start": { "line": 148, "column": 9 }, "end": { "line": 148, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Long_", "decorators": [], "loc": { "start": { "line": 148, "column": 23 }, "end": { "line": 148, "column": 28 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 148, "column": 32 }, "end": { "line": 148, "column": 38 } } }, "loc": { "start": { "line": 148, "column": 23 }, "end": { "line": 148, "column": 28 } } }, "loc": { "start": { "line": 148, "column": 9 }, "end": { "line": 148, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 148, "column": 5 }, "end": { "line": 148, "column": 39 } } } ], "loc": { "start": { "line": 136, "column": 3 }, "end": { "line": 149, "column": 4 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "long_Long", "decorators": [], "loc": { "start": { "line": 153, "column": 9 }, "end": { "line": 153, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "long_", "decorators": [], "loc": { "start": { "line": 153, "column": 23 }, "end": { "line": 153, "column": 28 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Long", "decorators": [], "loc": { "start": { "line": 153, "column": 32 }, "end": { "line": 153, "column": 36 } } }, "loc": { "start": { "line": 153, "column": 32 }, "end": { "line": 153, "column": 37 } } }, "loc": { "start": { "line": 153, "column": 32 }, "end": { "line": 153, "column": 37 } } }, "loc": { "start": { "line": 153, "column": 23 }, "end": { "line": 153, "column": 28 } } }, "loc": { "start": { "line": 153, "column": 9 }, "end": { "line": 153, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 153, "column": 5 }, "end": { "line": 153, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Long_Long", "decorators": [], "loc": { "start": { "line": 154, "column": 9 }, "end": { "line": 154, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Long_", "decorators": [], "loc": { "start": { "line": 154, "column": 23 }, "end": { "line": 154, "column": 28 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Long", "decorators": [], "loc": { "start": { "line": 154, "column": 32 }, "end": { "line": 154, "column": 36 } } }, "loc": { "start": { "line": 154, "column": 32 }, "end": { "line": 154, "column": 37 } } }, "loc": { "start": { "line": 154, "column": 32 }, "end": { "line": 154, "column": 37 } } }, "loc": { "start": { "line": 154, "column": 23 }, "end": { "line": 154, "column": 28 } } }, "loc": { "start": { "line": 154, "column": 9 }, "end": { "line": 154, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 154, "column": 5 }, "end": { "line": 154, "column": 37 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Long_Object", "decorators": [], "loc": { "start": { "line": 155, "column": 9 }, "end": { "line": 155, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Long_", "decorators": [], "loc": { "start": { "line": 155, "column": 23 }, "end": { "line": 155, "column": 28 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 155, "column": 32 }, "end": { "line": 155, "column": 38 } } }, "loc": { "start": { "line": 155, "column": 32 }, "end": { "line": 155, "column": 39 } } }, "loc": { "start": { "line": 155, "column": 32 }, "end": { "line": 155, "column": 39 } } }, "loc": { "start": { "line": 155, "column": 23 }, "end": { "line": 155, "column": 28 } } }, "loc": { "start": { "line": 155, "column": 9 }, "end": { "line": 155, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 155, "column": 5 }, "end": { "line": 155, "column": 39 } } } ], "loc": { "start": { "line": 151, "column": 3 }, "end": { "line": 156, "column": 4 } } } ], "loc": { "start": { "line": 132, "column": 28 }, "end": { "line": 157, "column": 2 } } }, "loc": { "start": { "line": 132, "column": 19 }, "end": { "line": 157, "column": 2 } } }, "loc": { "start": { "line": 132, "column": 19 }, "end": { "line": 157, "column": 2 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 132, "column": 1 }, "end": { "line": 157, "column": 2 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "float_test", "decorators": [], "loc": { "start": { "line": 159, "column": 10 }, "end": { "line": 159, "column": 20 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "float_test", "decorators": [], "loc": { "start": { "line": 159, "column": 10 }, "end": { "line": 159, "column": 20 } } }, "generator": false, "async": false, "expression": false, "params": [], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 28 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "float_", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 160, "column": 15 }, "end": { "line": 160, "column": 20 } } }, "decorators": [], "loc": { "start": { "line": 160, "column": 7 }, "end": { "line": 160, "column": 13 } } }, "init": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 160, "column": 23 }, "end": { "line": 160, "column": 25 } } }, "loc": { "start": { "line": 160, "column": 7 }, "end": { "line": 160, "column": 25 } } } ], "kind": "let", "loc": { "start": { "line": 160, "column": 3 }, "end": { "line": 160, "column": 26 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Float_", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Float", "decorators": [], "loc": { "start": { "line": 161, "column": 15 }, "end": { "line": 161, "column": 20 } } }, "loc": { "start": { "line": 161, "column": 15 }, "end": { "line": 161, "column": 22 } } }, "loc": { "start": { "line": 161, "column": 15 }, "end": { "line": 161, "column": 22 } } }, "decorators": [], "loc": { "start": { "line": 161, "column": 7 }, "end": { "line": 161, "column": 13 } } }, "init": { "type": "ETSNewClassInstanceExpression", "typeReference": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Float", "decorators": [], "loc": { "start": { "line": 161, "column": 27 }, "end": { "line": 161, "column": 32 } } }, "loc": { "start": { "line": 161, "column": 27 }, "end": { "line": 161, "column": 33 } } }, "loc": { "start": { "line": 161, "column": 27 }, "end": { "line": 161, "column": 33 } } }, "arguments": [ { "type": "TSAsExpression", "expression": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 161, "column": 33 }, "end": { "line": 161, "column": 35 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 161, "column": 39 }, "end": { "line": 161, "column": 44 } } }, "loc": { "start": { "line": 161, "column": 33 }, "end": { "line": 161, "column": 35 } } } ], "loc": { "start": { "line": 161, "column": 23 }, "end": { "line": 161, "column": 46 } } }, "loc": { "start": { "line": 161, "column": 7 }, "end": { "line": 161, "column": 46 } } } ], "kind": "let", "loc": { "start": { "line": 161, "column": 3 }, "end": { "line": 161, "column": 46 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "float_byte", "decorators": [], "loc": { "start": { "line": 165, "column": 9 }, "end": { "line": 165, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "float_", "decorators": [], "loc": { "start": { "line": 165, "column": 24 }, "end": { "line": 165, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 165, "column": 34 }, "end": { "line": 165, "column": 38 } } }, "loc": { "start": { "line": 165, "column": 24 }, "end": { "line": 165, "column": 30 } } }, "loc": { "start": { "line": 165, "column": 9 }, "end": { "line": 165, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 165, "column": 5 }, "end": { "line": 165, "column": 39 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "float_short", "decorators": [], "loc": { "start": { "line": 166, "column": 9 }, "end": { "line": 166, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "float_", "decorators": [], "loc": { "start": { "line": 166, "column": 24 }, "end": { "line": 166, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 166, "column": 34 }, "end": { "line": 166, "column": 39 } } }, "loc": { "start": { "line": 166, "column": 24 }, "end": { "line": 166, "column": 30 } } }, "loc": { "start": { "line": 166, "column": 9 }, "end": { "line": 166, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 166, "column": 5 }, "end": { "line": 166, "column": 40 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "float_char", "decorators": [], "loc": { "start": { "line": 167, "column": 9 }, "end": { "line": 167, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "float_", "decorators": [], "loc": { "start": { "line": 167, "column": 24 }, "end": { "line": 167, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 167, "column": 34 }, "end": { "line": 167, "column": 38 } } }, "loc": { "start": { "line": 167, "column": 24 }, "end": { "line": 167, "column": 30 } } }, "loc": { "start": { "line": 167, "column": 9 }, "end": { "line": 167, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 167, "column": 5 }, "end": { "line": 167, "column": 39 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "float_int", "decorators": [], "loc": { "start": { "line": 168, "column": 9 }, "end": { "line": 168, "column": 18 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "float_", "decorators": [], "loc": { "start": { "line": 168, "column": 24 }, "end": { "line": 168, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 168, "column": 34 }, "end": { "line": 168, "column": 37 } } }, "loc": { "start": { "line": 168, "column": 24 }, "end": { "line": 168, "column": 30 } } }, "loc": { "start": { "line": 168, "column": 9 }, "end": { "line": 168, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 168, "column": 5 }, "end": { "line": 168, "column": 38 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "float_long", "decorators": [], "loc": { "start": { "line": 169, "column": 9 }, "end": { "line": 169, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "float_", "decorators": [], "loc": { "start": { "line": 169, "column": 24 }, "end": { "line": 169, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 169, "column": 34 }, "end": { "line": 169, "column": 38 } } }, "loc": { "start": { "line": 169, "column": 24 }, "end": { "line": 169, "column": 30 } } }, "loc": { "start": { "line": 169, "column": 9 }, "end": { "line": 169, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 169, "column": 5 }, "end": { "line": 169, "column": 39 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "float_float", "decorators": [], "loc": { "start": { "line": 170, "column": 9 }, "end": { "line": 170, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "float_", "decorators": [], "loc": { "start": { "line": 170, "column": 24 }, "end": { "line": 170, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 170, "column": 34 }, "end": { "line": 170, "column": 39 } } }, "loc": { "start": { "line": 170, "column": 24 }, "end": { "line": 170, "column": 30 } } }, "loc": { "start": { "line": 170, "column": 9 }, "end": { "line": 170, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 170, "column": 5 }, "end": { "line": 170, "column": 40 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "float_double", "decorators": [], "loc": { "start": { "line": 171, "column": 9 }, "end": { "line": 171, "column": 21 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "float_", "decorators": [], "loc": { "start": { "line": 171, "column": 24 }, "end": { "line": 171, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 171, "column": 34 }, "end": { "line": 171, "column": 40 } } }, "loc": { "start": { "line": 171, "column": 24 }, "end": { "line": 171, "column": 30 } } }, "loc": { "start": { "line": 171, "column": 9 }, "end": { "line": 171, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 171, "column": 5 }, "end": { "line": 171, "column": 41 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Float_float", "decorators": [], "loc": { "start": { "line": 173, "column": 9 }, "end": { "line": 173, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Float_", "decorators": [], "loc": { "start": { "line": 173, "column": 24 }, "end": { "line": 173, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 173, "column": 34 }, "end": { "line": 173, "column": 39 } } }, "loc": { "start": { "line": 173, "column": 24 }, "end": { "line": 173, "column": 30 } } }, "loc": { "start": { "line": 173, "column": 9 }, "end": { "line": 173, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 173, "column": 5 }, "end": { "line": 173, "column": 40 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Float_double", "decorators": [], "loc": { "start": { "line": 174, "column": 9 }, "end": { "line": 174, "column": 21 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Float_", "decorators": [], "loc": { "start": { "line": 174, "column": 24 }, "end": { "line": 174, "column": 30 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 174, "column": 34 }, "end": { "line": 174, "column": 40 } } }, "loc": { "start": { "line": 174, "column": 24 }, "end": { "line": 174, "column": 30 } } }, "loc": { "start": { "line": 174, "column": 9 }, "end": { "line": 174, "column": 30 } } } ], "kind": "let", "loc": { "start": { "line": 174, "column": 5 }, "end": { "line": 174, "column": 41 } } } ], "loc": { "start": { "line": 163, "column": 3 }, "end": { "line": 175, "column": 4 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "float_Float", "decorators": [], "loc": { "start": { "line": 179, "column": 9 }, "end": { "line": 179, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "float_", "decorators": [], "loc": { "start": { "line": 179, "column": 25 }, "end": { "line": 179, "column": 31 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Float", "decorators": [], "loc": { "start": { "line": 179, "column": 35 }, "end": { "line": 179, "column": 40 } } }, "loc": { "start": { "line": 179, "column": 35 }, "end": { "line": 179, "column": 41 } } }, "loc": { "start": { "line": 179, "column": 35 }, "end": { "line": 179, "column": 41 } } }, "loc": { "start": { "line": 179, "column": 25 }, "end": { "line": 179, "column": 31 } } }, "loc": { "start": { "line": 179, "column": 9 }, "end": { "line": 179, "column": 31 } } } ], "kind": "let", "loc": { "start": { "line": 179, "column": 5 }, "end": { "line": 179, "column": 41 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Float_Float", "decorators": [], "loc": { "start": { "line": 180, "column": 9 }, "end": { "line": 180, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Float_", "decorators": [], "loc": { "start": { "line": 180, "column": 25 }, "end": { "line": 180, "column": 31 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Float", "decorators": [], "loc": { "start": { "line": 180, "column": 35 }, "end": { "line": 180, "column": 40 } } }, "loc": { "start": { "line": 180, "column": 35 }, "end": { "line": 180, "column": 41 } } }, "loc": { "start": { "line": 180, "column": 35 }, "end": { "line": 180, "column": 41 } } }, "loc": { "start": { "line": 180, "column": 25 }, "end": { "line": 180, "column": 31 } } }, "loc": { "start": { "line": 180, "column": 9 }, "end": { "line": 180, "column": 31 } } } ], "kind": "let", "loc": { "start": { "line": 180, "column": 5 }, "end": { "line": 180, "column": 41 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Float_Object", "decorators": [], "loc": { "start": { "line": 181, "column": 9 }, "end": { "line": 181, "column": 21 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Float_", "decorators": [], "loc": { "start": { "line": 181, "column": 25 }, "end": { "line": 181, "column": 31 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 181, "column": 35 }, "end": { "line": 181, "column": 41 } } }, "loc": { "start": { "line": 181, "column": 35 }, "end": { "line": 181, "column": 42 } } }, "loc": { "start": { "line": 181, "column": 35 }, "end": { "line": 181, "column": 42 } } }, "loc": { "start": { "line": 181, "column": 25 }, "end": { "line": 181, "column": 31 } } }, "loc": { "start": { "line": 181, "column": 9 }, "end": { "line": 181, "column": 31 } } } ], "kind": "let", "loc": { "start": { "line": 181, "column": 5 }, "end": { "line": 181, "column": 42 } } } ], "loc": { "start": { "line": 177, "column": 3 }, "end": { "line": 182, "column": 4 } } } ], "loc": { "start": { "line": 159, "column": 29 }, "end": { "line": 183, "column": 2 } } }, "loc": { "start": { "line": 159, "column": 20 }, "end": { "line": 183, "column": 2 } } }, "loc": { "start": { "line": 159, "column": 20 }, "end": { "line": 183, "column": 2 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 159, "column": 1 }, "end": { "line": 183, "column": 2 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "double_test", "decorators": [], "loc": { "start": { "line": 185, "column": 10 }, "end": { "line": 185, "column": 21 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "double_test", "decorators": [], "loc": { "start": { "line": 185, "column": 10 }, "end": { "line": 185, "column": 21 } } }, "generator": false, "async": false, "expression": false, "params": [], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 185, "column": 25 }, "end": { "line": 185, "column": 29 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "double_", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 186, "column": 16 }, "end": { "line": 186, "column": 22 } } }, "decorators": [], "loc": { "start": { "line": 186, "column": 7 }, "end": { "line": 186, "column": 14 } } }, "init": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 186, "column": 25 }, "end": { "line": 186, "column": 27 } } }, "loc": { "start": { "line": 186, "column": 7 }, "end": { "line": 186, "column": 27 } } } ], "kind": "let", "loc": { "start": { "line": 186, "column": 3 }, "end": { "line": 186, "column": 28 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Double_", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Double", "decorators": [], "loc": { "start": { "line": 187, "column": 16 }, "end": { "line": 187, "column": 22 } } }, "loc": { "start": { "line": 187, "column": 16 }, "end": { "line": 187, "column": 24 } } }, "loc": { "start": { "line": 187, "column": 16 }, "end": { "line": 187, "column": 24 } } }, "decorators": [], "loc": { "start": { "line": 187, "column": 7 }, "end": { "line": 187, "column": 14 } } }, "init": { "type": "ETSNewClassInstanceExpression", "typeReference": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Double", "decorators": [], "loc": { "start": { "line": 187, "column": 29 }, "end": { "line": 187, "column": 35 } } }, "loc": { "start": { "line": 187, "column": 29 }, "end": { "line": 187, "column": 36 } } }, "loc": { "start": { "line": 187, "column": 29 }, "end": { "line": 187, "column": 36 } } }, "arguments": [ { "type": "TSAsExpression", "expression": { "type": "NumberLiteral", "value": 42, "loc": { "start": { "line": 187, "column": 36 }, "end": { "line": 187, "column": 38 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 187, "column": 42 }, "end": { "line": 187, "column": 48 } } }, "loc": { "start": { "line": 187, "column": 36 }, "end": { "line": 187, "column": 38 } } } ], "loc": { "start": { "line": 187, "column": 25 }, "end": { "line": 187, "column": 50 } } }, "loc": { "start": { "line": 187, "column": 7 }, "end": { "line": 187, "column": 50 } } } ], "kind": "let", "loc": { "start": { "line": 187, "column": 3 }, "end": { "line": 187, "column": 50 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "double_byte", "decorators": [], "loc": { "start": { "line": 191, "column": 9 }, "end": { "line": 191, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "double_", "decorators": [], "loc": { "start": { "line": 191, "column": 25 }, "end": { "line": 191, "column": 32 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 191, "column": 36 }, "end": { "line": 191, "column": 40 } } }, "loc": { "start": { "line": 191, "column": 25 }, "end": { "line": 191, "column": 32 } } }, "loc": { "start": { "line": 191, "column": 9 }, "end": { "line": 191, "column": 32 } } } ], "kind": "let", "loc": { "start": { "line": 191, "column": 5 }, "end": { "line": 191, "column": 41 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "double_short", "decorators": [], "loc": { "start": { "line": 192, "column": 9 }, "end": { "line": 192, "column": 21 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "double_", "decorators": [], "loc": { "start": { "line": 192, "column": 25 }, "end": { "line": 192, "column": 32 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 192, "column": 36 }, "end": { "line": 192, "column": 41 } } }, "loc": { "start": { "line": 192, "column": 25 }, "end": { "line": 192, "column": 32 } } }, "loc": { "start": { "line": 192, "column": 9 }, "end": { "line": 192, "column": 32 } } } ], "kind": "let", "loc": { "start": { "line": 192, "column": 5 }, "end": { "line": 192, "column": 42 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "double_char", "decorators": [], "loc": { "start": { "line": 193, "column": 9 }, "end": { "line": 193, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "double_", "decorators": [], "loc": { "start": { "line": 193, "column": 25 }, "end": { "line": 193, "column": 32 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 193, "column": 36 }, "end": { "line": 193, "column": 40 } } }, "loc": { "start": { "line": 193, "column": 25 }, "end": { "line": 193, "column": 32 } } }, "loc": { "start": { "line": 193, "column": 9 }, "end": { "line": 193, "column": 32 } } } ], "kind": "let", "loc": { "start": { "line": 193, "column": 5 }, "end": { "line": 193, "column": 41 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "double_int", "decorators": [], "loc": { "start": { "line": 194, "column": 9 }, "end": { "line": 194, "column": 19 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "double_", "decorators": [], "loc": { "start": { "line": 194, "column": 25 }, "end": { "line": 194, "column": 32 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 194, "column": 36 }, "end": { "line": 194, "column": 39 } } }, "loc": { "start": { "line": 194, "column": 25 }, "end": { "line": 194, "column": 32 } } }, "loc": { "start": { "line": 194, "column": 9 }, "end": { "line": 194, "column": 32 } } } ], "kind": "let", "loc": { "start": { "line": 194, "column": 5 }, "end": { "line": 194, "column": 40 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "double_long", "decorators": [], "loc": { "start": { "line": 195, "column": 9 }, "end": { "line": 195, "column": 20 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "double_", "decorators": [], "loc": { "start": { "line": 195, "column": 25 }, "end": { "line": 195, "column": 32 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 195, "column": 36 }, "end": { "line": 195, "column": 40 } } }, "loc": { "start": { "line": 195, "column": 25 }, "end": { "line": 195, "column": 32 } } }, "loc": { "start": { "line": 195, "column": 9 }, "end": { "line": 195, "column": 32 } } } ], "kind": "let", "loc": { "start": { "line": 195, "column": 5 }, "end": { "line": 195, "column": 41 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "double_float", "decorators": [], "loc": { "start": { "line": 196, "column": 9 }, "end": { "line": 196, "column": 21 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "double_", "decorators": [], "loc": { "start": { "line": 196, "column": 25 }, "end": { "line": 196, "column": 32 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 196, "column": 36 }, "end": { "line": 196, "column": 41 } } }, "loc": { "start": { "line": 196, "column": 25 }, "end": { "line": 196, "column": 32 } } }, "loc": { "start": { "line": 196, "column": 9 }, "end": { "line": 196, "column": 32 } } } ], "kind": "let", "loc": { "start": { "line": 196, "column": 5 }, "end": { "line": 196, "column": 42 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "double_double", "decorators": [], "loc": { "start": { "line": 197, "column": 9 }, "end": { "line": 197, "column": 22 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "double_", "decorators": [], "loc": { "start": { "line": 197, "column": 25 }, "end": { "line": 197, "column": 32 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 197, "column": 36 }, "end": { "line": 197, "column": 42 } } }, "loc": { "start": { "line": 197, "column": 25 }, "end": { "line": 197, "column": 32 } } }, "loc": { "start": { "line": 197, "column": 9 }, "end": { "line": 197, "column": 32 } } } ], "kind": "let", "loc": { "start": { "line": 197, "column": 5 }, "end": { "line": 197, "column": 43 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Double_double", "decorators": [], "loc": { "start": { "line": 199, "column": 9 }, "end": { "line": 199, "column": 22 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Double_", "decorators": [], "loc": { "start": { "line": 199, "column": 25 }, "end": { "line": 199, "column": 32 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 199, "column": 36 }, "end": { "line": 199, "column": 42 } } }, "loc": { "start": { "line": 199, "column": 25 }, "end": { "line": 199, "column": 32 } } }, "loc": { "start": { "line": 199, "column": 9 }, "end": { "line": 199, "column": 32 } } } ], "kind": "let", "loc": { "start": { "line": 199, "column": 5 }, "end": { "line": 199, "column": 43 } } } ], "loc": { "start": { "line": 189, "column": 3 }, "end": { "line": 200, "column": 4 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "double_Double", "decorators": [], "loc": { "start": { "line": 204, "column": 9 }, "end": { "line": 204, "column": 22 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "double_", "decorators": [], "loc": { "start": { "line": 204, "column": 27 }, "end": { "line": 204, "column": 34 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Double", "decorators": [], "loc": { "start": { "line": 204, "column": 38 }, "end": { "line": 204, "column": 44 } } }, "loc": { "start": { "line": 204, "column": 38 }, "end": { "line": 204, "column": 45 } } }, "loc": { "start": { "line": 204, "column": 38 }, "end": { "line": 204, "column": 45 } } }, "loc": { "start": { "line": 204, "column": 27 }, "end": { "line": 204, "column": 34 } } }, "loc": { "start": { "line": 204, "column": 9 }, "end": { "line": 204, "column": 34 } } } ], "kind": "let", "loc": { "start": { "line": 204, "column": 5 }, "end": { "line": 204, "column": 45 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Double_Double", "decorators": [], "loc": { "start": { "line": 205, "column": 9 }, "end": { "line": 205, "column": 22 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Double_", "decorators": [], "loc": { "start": { "line": 205, "column": 27 }, "end": { "line": 205, "column": 34 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Double", "decorators": [], "loc": { "start": { "line": 205, "column": 38 }, "end": { "line": 205, "column": 44 } } }, "loc": { "start": { "line": 205, "column": 38 }, "end": { "line": 205, "column": 45 } } }, "loc": { "start": { "line": 205, "column": 38 }, "end": { "line": 205, "column": 45 } } }, "loc": { "start": { "line": 205, "column": 27 }, "end": { "line": 205, "column": 34 } } }, "loc": { "start": { "line": 205, "column": 9 }, "end": { "line": 205, "column": 34 } } } ], "kind": "let", "loc": { "start": { "line": 205, "column": 5 }, "end": { "line": 205, "column": 45 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Double_Object", "decorators": [], "loc": { "start": { "line": 206, "column": 9 }, "end": { "line": 206, "column": 22 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Double_", "decorators": [], "loc": { "start": { "line": 206, "column": 27 }, "end": { "line": 206, "column": 34 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 206, "column": 38 }, "end": { "line": 206, "column": 44 } } }, "loc": { "start": { "line": 206, "column": 38 }, "end": { "line": 206, "column": 45 } } }, "loc": { "start": { "line": 206, "column": 38 }, "end": { "line": 206, "column": 45 } } }, "loc": { "start": { "line": 206, "column": 27 }, "end": { "line": 206, "column": 34 } } }, "loc": { "start": { "line": 206, "column": 9 }, "end": { "line": 206, "column": 34 } } } ], "kind": "let", "loc": { "start": { "line": 206, "column": 5 }, "end": { "line": 206, "column": 45 } } } ], "loc": { "start": { "line": 202, "column": 3 }, "end": { "line": 207, "column": 4 } } } ], "loc": { "start": { "line": 185, "column": 30 }, "end": { "line": 208, "column": 2 } } }, "loc": { "start": { "line": 185, "column": 21 }, "end": { "line": 208, "column": 2 } } }, "loc": { "start": { "line": 185, "column": 21 }, "end": { "line": 208, "column": 2 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 185, "column": 1 }, "end": { "line": 208, "column": 2 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "boolean_test", "decorators": [], "loc": { "start": { "line": 210, "column": 10 }, "end": { "line": 210, "column": 22 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "boolean_test", "decorators": [], "loc": { "start": { "line": 210, "column": 10 }, "end": { "line": 210, "column": 22 } } }, "generator": false, "async": false, "expression": false, "params": [], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 210, "column": 26 }, "end": { "line": 210, "column": 30 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "boolean_", "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 211, "column": 17 }, "end": { "line": 211, "column": 24 } } }, "decorators": [], "loc": { "start": { "line": 211, "column": 7 }, "end": { "line": 211, "column": 15 } } }, "init": { "type": "BooleanLiteral", "value": true, "loc": { "start": { "line": 211, "column": 27 }, "end": { "line": 211, "column": 31 } } }, "loc": { "start": { "line": 211, "column": 7 }, "end": { "line": 211, "column": 31 } } } ], "kind": "let", "loc": { "start": { "line": 211, "column": 3 }, "end": { "line": 211, "column": 32 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Boolean_", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Boolean", "decorators": [], "loc": { "start": { "line": 212, "column": 17 }, "end": { "line": 212, "column": 24 } } }, "loc": { "start": { "line": 212, "column": 17 }, "end": { "line": 212, "column": 26 } } }, "loc": { "start": { "line": 212, "column": 17 }, "end": { "line": 212, "column": 26 } } }, "decorators": [], "loc": { "start": { "line": 212, "column": 7 }, "end": { "line": 212, "column": 15 } } }, "init": { "type": "ETSNewClassInstanceExpression", "typeReference": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Boolean", "decorators": [], "loc": { "start": { "line": 212, "column": 31 }, "end": { "line": 212, "column": 38 } } }, "loc": { "start": { "line": 212, "column": 31 }, "end": { "line": 212, "column": 39 } } }, "loc": { "start": { "line": 212, "column": 31 }, "end": { "line": 212, "column": 39 } } }, "arguments": [ { "type": "BooleanLiteral", "value": true, "loc": { "start": { "line": 212, "column": 39 }, "end": { "line": 212, "column": 43 } } } ], "loc": { "start": { "line": 212, "column": 27 }, "end": { "line": 212, "column": 45 } } }, "loc": { "start": { "line": 212, "column": 7 }, "end": { "line": 212, "column": 45 } } } ], "kind": "let", "loc": { "start": { "line": 212, "column": 3 }, "end": { "line": 212, "column": 45 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "boolean_boolean", "decorators": [], "loc": { "start": { "line": 216, "column": 9 }, "end": { "line": 216, "column": 24 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "boolean_", "decorators": [], "loc": { "start": { "line": 216, "column": 27 }, "end": { "line": 216, "column": 35 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 216, "column": 39 }, "end": { "line": 216, "column": 46 } } }, "loc": { "start": { "line": 216, "column": 27 }, "end": { "line": 216, "column": 35 } } }, "loc": { "start": { "line": 216, "column": 9 }, "end": { "line": 216, "column": 35 } } } ], "kind": "let", "loc": { "start": { "line": 216, "column": 5 }, "end": { "line": 216, "column": 47 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Boolean_boolean", "decorators": [], "loc": { "start": { "line": 217, "column": 9 }, "end": { "line": 217, "column": 24 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Boolean_", "decorators": [], "loc": { "start": { "line": 217, "column": 27 }, "end": { "line": 217, "column": 35 } } }, "typeAnnotation": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 217, "column": 39 }, "end": { "line": 217, "column": 46 } } }, "loc": { "start": { "line": 217, "column": 27 }, "end": { "line": 217, "column": 35 } } }, "loc": { "start": { "line": 217, "column": 9 }, "end": { "line": 217, "column": 35 } } } ], "kind": "let", "loc": { "start": { "line": 217, "column": 5 }, "end": { "line": 217, "column": 47 } } } ], "loc": { "start": { "line": 214, "column": 3 }, "end": { "line": 218, "column": 4 } } }, { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "boolean_Boolean", "decorators": [], "loc": { "start": { "line": 222, "column": 9 }, "end": { "line": 222, "column": 24 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "boolean_", "decorators": [], "loc": { "start": { "line": 222, "column": 27 }, "end": { "line": 222, "column": 35 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Boolean", "decorators": [], "loc": { "start": { "line": 222, "column": 39 }, "end": { "line": 222, "column": 46 } } }, "loc": { "start": { "line": 222, "column": 39 }, "end": { "line": 222, "column": 47 } } }, "loc": { "start": { "line": 222, "column": 39 }, "end": { "line": 222, "column": 47 } } }, "loc": { "start": { "line": 222, "column": 27 }, "end": { "line": 222, "column": 35 } } }, "loc": { "start": { "line": 222, "column": 9 }, "end": { "line": 222, "column": 35 } } } ], "kind": "let", "loc": { "start": { "line": 222, "column": 5 }, "end": { "line": 222, "column": 47 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Boolean_Boolean", "decorators": [], "loc": { "start": { "line": 223, "column": 9 }, "end": { "line": 223, "column": 24 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Boolean_", "decorators": [], "loc": { "start": { "line": 223, "column": 27 }, "end": { "line": 223, "column": 35 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Boolean", "decorators": [], "loc": { "start": { "line": 223, "column": 39 }, "end": { "line": 223, "column": 46 } } }, "loc": { "start": { "line": 223, "column": 39 }, "end": { "line": 223, "column": 47 } } }, "loc": { "start": { "line": 223, "column": 39 }, "end": { "line": 223, "column": 47 } } }, "loc": { "start": { "line": 223, "column": 27 }, "end": { "line": 223, "column": 35 } } }, "loc": { "start": { "line": 223, "column": 9 }, "end": { "line": 223, "column": 35 } } } ], "kind": "let", "loc": { "start": { "line": 223, "column": 5 }, "end": { "line": 223, "column": 47 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Boolean_Object", "decorators": [], "loc": { "start": { "line": 224, "column": 9 }, "end": { "line": 224, "column": 23 } } }, "init": { "type": "TSAsExpression", "expression": { "type": "Identifier", "name": "Boolean_", "decorators": [], "loc": { "start": { "line": 224, "column": 27 }, "end": { "line": 224, "column": 35 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Object", "decorators": [], "loc": { "start": { "line": 224, "column": 39 }, "end": { "line": 224, "column": 45 } } }, "loc": { "start": { "line": 224, "column": 39 }, "end": { "line": 224, "column": 46 } } }, "loc": { "start": { "line": 224, "column": 39 }, "end": { "line": 224, "column": 46 } } }, "loc": { "start": { "line": 224, "column": 27 }, "end": { "line": 224, "column": 35 } } }, "loc": { "start": { "line": 224, "column": 9 }, "end": { "line": 224, "column": 35 } } } ], "kind": "let", "loc": { "start": { "line": 224, "column": 5 }, "end": { "line": 224, "column": 46 } } } ], "loc": { "start": { "line": 220, "column": 3 }, "end": { "line": 225, "column": 4 } } } ], "loc": { "start": { "line": 210, "column": 31 }, "end": { "line": 226, "column": 2 } } }, "loc": { "start": { "line": 210, "column": 22 }, "end": { "line": 226, "column": 2 } } }, "loc": { "start": { "line": 210, "column": 22 }, "end": { "line": 226, "column": 2 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 210, "column": 1 }, "end": { "line": 226, "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": 227, "column": 1 } } }