{
"type": "Program",
"statements": [
{
"type": "ClassDeclaration",
"definition": {
"id": {
"type": "Identifier",
"name": "ETSGLOBAL",
"loc": {
"start": {
"line": 1,
"column": 1,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 1,
"column": 1,
"program": "conversion-w-ASExpr.ets"
}
}
},
"superClass": null,
"implements": [],
"body": [
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "main",
"loc": {
"start": {
"line": 16,
"column": 10,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 16,
"column": 14,
"program": "conversion-w-ASExpr.ets"
}
}
},
"kind": "method",
"accessibility": "public",
"static": true,
"optional": false,
"computed": false,
"value": {
"type": "FunctionExpression",
"function": {
"type": "ScriptFunction",
"id": {
"type": "Identifier",
"name": "main",
"loc": {
"start": {
"line": 16,
"column": 10,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 16,
"column": 14,
"program": "conversion-w-ASExpr.ets"
}
}
},
"generator": false,
"async": false,
"expression": false,
"params": [],
"returnType": {
"type": "ETSPrimitiveType",
"loc": {
"start": {
"line": 16,
"column": 18,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 16,
"column": 22,
"program": "conversion-w-ASExpr.ets"
}
}
},
"body": {
"type": "BlockStatement",
"statements": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "apple",
"typeAnnotation": {
"type": "ETSTypeReference",
"part": {
"type": "ETSTypeReferencePart",
"name": {
"type": "Identifier",
"name": "Byte",
"loc": {
"start": {
"line": 17,
"column": 17,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 17,
"column": 21,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 17,
"column": 17,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 17,
"column": 21,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 17,
"column": 17,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 17,
"column": 21,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 17,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 17,
"column": 14,
"program": "conversion-w-ASExpr.ets"
}
}
},
"init": {
"type": "NumberLiteral",
"value": 0,
"loc": {
"start": {
"line": 17,
"column": 24,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 17,
"column": 33,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 17,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 17,
"column": 33,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"kind": "let",
"loc": {
"start": {
"line": 17,
"column": 5,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 17,
"column": 34,
"program": "conversion-w-ASExpr.ets"
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "banana",
"typeAnnotation": {
"type": "ETSTypeReference",
"part": {
"type": "ETSTypeReferencePart",
"name": {
"type": "Identifier",
"name": "Short",
"loc": {
"start": {
"line": 18,
"column": 18,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 18,
"column": 23,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 18,
"column": 18,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 18,
"column": 23,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 18,
"column": 18,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 18,
"column": 23,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 18,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 18,
"column": 15,
"program": "conversion-w-ASExpr.ets"
}
}
},
"init": {
"type": "NumberLiteral",
"value": 1,
"loc": {
"start": {
"line": 18,
"column": 26,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 18,
"column": 36,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 18,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 18,
"column": 36,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"kind": "let",
"loc": {
"start": {
"line": 18,
"column": 5,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 18,
"column": 37,
"program": "conversion-w-ASExpr.ets"
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "cherry",
"typeAnnotation": {
"type": "ETSTypeReference",
"part": {
"type": "ETSTypeReferencePart",
"name": {
"type": "Identifier",
"name": "Int",
"loc": {
"start": {
"line": 19,
"column": 18,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 19,
"column": 21,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 19,
"column": 18,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 19,
"column": 21,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 19,
"column": 18,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 19,
"column": 21,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 19,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 19,
"column": 15,
"program": "conversion-w-ASExpr.ets"
}
}
},
"init": {
"type": "NumberLiteral",
"value": 2,
"loc": {
"start": {
"line": 19,
"column": 24,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 19,
"column": 32,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 19,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 19,
"column": 32,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"kind": "let",
"loc": {
"start": {
"line": 19,
"column": 5,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 19,
"column": 33,
"program": "conversion-w-ASExpr.ets"
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "date",
"typeAnnotation": {
"type": "ETSTypeReference",
"part": {
"type": "ETSTypeReferencePart",
"name": {
"type": "Identifier",
"name": "Long",
"loc": {
"start": {
"line": 20,
"column": 16,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 20,
"column": 20,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 20,
"column": 16,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 20,
"column": 20,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 20,
"column": 16,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 20,
"column": 20,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 20,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 20,
"column": 13,
"program": "conversion-w-ASExpr.ets"
}
}
},
"init": {
"type": "NumberLiteral",
"value": 3,
"loc": {
"start": {
"line": 20,
"column": 23,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 20,
"column": 32,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 20,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 20,
"column": 32,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"kind": "let",
"loc": {
"start": {
"line": 20,
"column": 5,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 20,
"column": 33,
"program": "conversion-w-ASExpr.ets"
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "elderberry",
"typeAnnotation": {
"type": "ETSTypeReference",
"part": {
"type": "ETSTypeReferencePart",
"name": {
"type": "Identifier",
"name": "Float",
"loc": {
"start": {
"line": 21,
"column": 22,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 21,
"column": 27,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 21,
"column": 22,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 21,
"column": 27,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 21,
"column": 22,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 21,
"column": 27,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 21,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 21,
"column": 19,
"program": "conversion-w-ASExpr.ets"
}
}
},
"init": {
"type": "NumberLiteral",
"value": 4,
"loc": {
"start": {
"line": 21,
"column": 30,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 21,
"column": 40,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 21,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 21,
"column": 40,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"kind": "let",
"loc": {
"start": {
"line": 21,
"column": 5,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 21,
"column": 41,
"program": "conversion-w-ASExpr.ets"
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "fig",
"typeAnnotation": {
"type": "ETSTypeReference",
"part": {
"type": "ETSTypeReferencePart",
"name": {
"type": "Identifier",
"name": "Float",
"loc": {
"start": {
"line": 22,
"column": 15,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 22,
"column": 20,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 22,
"column": 15,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 22,
"column": 20,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 22,
"column": 15,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 22,
"column": 20,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 22,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 22,
"column": 12,
"program": "conversion-w-ASExpr.ets"
}
}
},
"init": {
"type": "NumberLiteral",
"value": 4,
"loc": {
"start": {
"line": 22,
"column": 23,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 22,
"column": 27,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 22,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 22,
"column": 27,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"kind": "let",
"loc": {
"start": {
"line": 22,
"column": 5,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 22,
"column": 28,
"program": "conversion-w-ASExpr.ets"
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "grape",
"typeAnnotation": {
"type": "ETSTypeReference",
"part": {
"type": "ETSTypeReferencePart",
"name": {
"type": "Identifier",
"name": "Double",
"loc": {
"start": {
"line": 23,
"column": 17,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 23,
"column": 23,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 23,
"column": 17,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 23,
"column": 23,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 23,
"column": 17,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 23,
"column": 23,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 23,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 23,
"column": 14,
"program": "conversion-w-ASExpr.ets"
}
}
},
"init": {
"type": "NumberLiteral",
"value": 5,
"loc": {
"start": {
"line": 23,
"column": 26,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 23,
"column": 37,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 23,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 23,
"column": 37,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"kind": "let",
"loc": {
"start": {
"line": 23,
"column": 5,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 23,
"column": 38,
"program": "conversion-w-ASExpr.ets"
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "honeydewmelon",
"typeAnnotation": {
"type": "ETSTypeReference",
"part": {
"type": "ETSTypeReferencePart",
"name": {
"type": "Identifier",
"name": "Double",
"loc": {
"start": {
"line": 24,
"column": 25,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 24,
"column": 31,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 24,
"column": 25,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 24,
"column": 31,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 24,
"column": 25,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 24,
"column": 31,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 24,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 24,
"column": 22,
"program": "conversion-w-ASExpr.ets"
}
}
},
"init": {
"type": "NumberLiteral",
"value": 5,
"loc": {
"start": {
"line": 24,
"column": 34,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 24,
"column": 47,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 24,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 24,
"column": 47,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"kind": "let",
"loc": {
"start": {
"line": 24,
"column": 5,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 24,
"column": 48,
"program": "conversion-w-ASExpr.ets"
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "indian_fig",
"typeAnnotation": {
"type": "ETSTypeReference",
"part": {
"type": "ETSTypeReferencePart",
"name": {
"type": "Identifier",
"name": "Char",
"loc": {
"start": {
"line": 25,
"column": 22,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 25,
"column": 26,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 25,
"column": 22,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 25,
"column": 26,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 25,
"column": 22,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 25,
"column": 26,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 25,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 25,
"column": 19,
"program": "conversion-w-ASExpr.ets"
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "Int",
"loc": {
"start": {
"line": 25,
"column": 29,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 25,
"column": 32,
"program": "conversion-w-ASExpr.ets"
}
}
},
"property": {
"type": "Identifier",
"name": "toChar",
"loc": {
"start": {
"line": 25,
"column": 33,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 25,
"column": 39,
"program": "conversion-w-ASExpr.ets"
}
}
},
"computed": false,
"optional": false,
"loc": {
"start": {
"line": 25,
"column": 29,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 25,
"column": 39,
"program": "conversion-w-ASExpr.ets"
}
}
},
"arguments": [
{
"type": "NumberLiteral",
"value": 65,
"loc": {
"start": {
"line": 25,
"column": 40,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 25,
"column": 42,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"optional": false,
"loc": {
"start": {
"line": 25,
"column": 29,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 25,
"column": 43,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 25,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 25,
"column": 43,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"kind": "let",
"loc": {
"start": {
"line": 25,
"column": 5,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 25,
"column": 44,
"program": "conversion-w-ASExpr.ets"
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "raspberry",
"typeAnnotation": {
"type": "ETSTypeReference",
"part": {
"type": "ETSTypeReferencePart",
"name": {
"type": "Identifier",
"name": "Short",
"loc": {
"start": {
"line": 28,
"column": 21,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 28,
"column": 26,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 28,
"column": 21,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 28,
"column": 26,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 28,
"column": 21,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 28,
"column": 26,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 28,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 28,
"column": 18,
"program": "conversion-w-ASExpr.ets"
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"object": {
"type": "NumberLiteral",
"value": 1,
"loc": {
"start": {
"line": 28,
"column": 29,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 28,
"column": 34,
"program": "conversion-w-ASExpr.ets"
}
}
},
"property": {
"type": "Identifier",
"name": "toShort",
"loc": {
"start": {
"line": 28,
"column": 35,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 28,
"column": 42,
"program": "conversion-w-ASExpr.ets"
}
}
},
"computed": false,
"optional": false,
"loc": {
"start": {
"line": 28,
"column": 29,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 28,
"column": 42,
"program": "conversion-w-ASExpr.ets"
}
}
},
"arguments": [],
"optional": false,
"loc": {
"start": {
"line": 28,
"column": 29,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 28,
"column": 44,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 28,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 28,
"column": 44,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"kind": "let",
"loc": {
"start": {
"line": 28,
"column": 5,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 28,
"column": 45,
"program": "conversion-w-ASExpr.ets"
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "strawberry",
"typeAnnotation": {
"type": "ETSTypeReference",
"part": {
"type": "ETSTypeReferencePart",
"name": {
"type": "Identifier",
"name": "Int",
"loc": {
"start": {
"line": 29,
"column": 22,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 29,
"column": 25,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 29,
"column": 22,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 29,
"column": 25,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 29,
"column": 22,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 29,
"column": 25,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 29,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 29,
"column": 19,
"program": "conversion-w-ASExpr.ets"
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"object": {
"type": "NumberLiteral",
"value": 2,
"loc": {
"start": {
"line": 29,
"column": 28,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 29,
"column": 33,
"program": "conversion-w-ASExpr.ets"
}
}
},
"property": {
"type": "Identifier",
"name": "toInt",
"loc": {
"start": {
"line": 29,
"column": 34,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 29,
"column": 39,
"program": "conversion-w-ASExpr.ets"
}
}
},
"computed": false,
"optional": false,
"loc": {
"start": {
"line": 29,
"column": 28,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 29,
"column": 39,
"program": "conversion-w-ASExpr.ets"
}
}
},
"arguments": [],
"optional": false,
"loc": {
"start": {
"line": 29,
"column": 28,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 29,
"column": 41,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 29,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 29,
"column": 41,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"kind": "let",
"loc": {
"start": {
"line": 29,
"column": 5,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 29,
"column": 42,
"program": "conversion-w-ASExpr.ets"
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tomato",
"typeAnnotation": {
"type": "ETSTypeReference",
"part": {
"type": "ETSTypeReferencePart",
"name": {
"type": "Identifier",
"name": "Long",
"loc": {
"start": {
"line": 30,
"column": 18,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 30,
"column": 22,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 30,
"column": 18,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 30,
"column": 22,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 30,
"column": 18,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 30,
"column": 22,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 30,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 30,
"column": 15,
"program": "conversion-w-ASExpr.ets"
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"object": {
"type": "NumberLiteral",
"value": 3,
"loc": {
"start": {
"line": 30,
"column": 25,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 30,
"column": 30,
"program": "conversion-w-ASExpr.ets"
}
}
},
"property": {
"type": "Identifier",
"name": "toLong",
"loc": {
"start": {
"line": 30,
"column": 31,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 30,
"column": 37,
"program": "conversion-w-ASExpr.ets"
}
}
},
"computed": false,
"optional": false,
"loc": {
"start": {
"line": 30,
"column": 25,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 30,
"column": 37,
"program": "conversion-w-ASExpr.ets"
}
}
},
"arguments": [],
"optional": false,
"loc": {
"start": {
"line": 30,
"column": 25,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 30,
"column": 39,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 30,
"column": 9,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 30,
"column": 39,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"kind": "let",
"loc": {
"start": {
"line": 30,
"column": 5,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 30,
"column": 40,
"program": "conversion-w-ASExpr.ets"
}
}
},
{
"type": "ReturnStatement",
"argument": null,
"loc": {
"start": {
"line": 31,
"column": 3,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 31,
"column": 10,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"loc": {
"start": {
"line": 16,
"column": 23,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 32,
"column": 2,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 16,
"column": 10,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 32,
"column": 2,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 16,
"column": 10,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 32,
"column": 2,
"program": "conversion-w-ASExpr.ets"
}
}
},
"overloads": [],
"loc": {
"start": {
"line": 16,
"column": 1,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 32,
"column": 2,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"loc": {
"start": {
"line": 1,
"column": 1,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 1,
"column": 1,
"program": "conversion-w-ASExpr.ets"
}
}
},
"loc": {
"start": {
"line": 1,
"column": 1,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 1,
"column": 1,
"program": "conversion-w-ASExpr.ets"
}
}
}
],
"loc": {
"start": {
"line": 1,
"column": 1,
"program": "conversion-w-ASExpr.ets"
},
"end": {
"line": 34,
"column": 1,
"program": "conversion-w-ASExpr.ets"
}
}
}