{ "type": "Program", "body": [ { "type": "ClassDeclaration", "id": { "type": "Identifier", "name": "A", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, "superClass": null, "body": { "type": "ClassBody", "body": [ { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "a", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, "computed": false, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [], "range": [ 19, 21 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 21 } } }, "generator": false, "expression": false, "async": false, "range": [ 17, 21 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 21 } } }, "kind": "method", "static": true, "range": [ 9, 21 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 21 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "a", "range": [ 33, 34 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 34 } } }, "computed": false, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [], "range": [ 36, 38 ], "loc": { "start": { "line": 1, "column": 36 }, "end": { "line": 1, "column": 38 } } }, "generator": false, "expression": false, "async": false, "range": [ 34, 38 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 38 } } }, "kind": "get", "static": true, "range": [ 22, 38 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 38 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "a", "range": [ 50, 51 ], "loc": { "start": { "line": 1, "column": 50 }, "end": { "line": 1, "column": 51 } } }, "computed": false, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "b", "range": [ 52, 53 ], "loc": { "start": { "line": 1, "column": 52 }, "end": { "line": 1, "column": 53 } } } ], "body": { "type": "BlockStatement", "body": [], "range": [ 54, 56 ], "loc": { "start": { "line": 1, "column": 54 }, "end": { "line": 1, "column": 56 } } }, "generator": false, "expression": false, "async": false, "range": [ 51, 56 ], "loc": { "start": { "line": 1, "column": 51 }, "end": { "line": 1, "column": 56 } } }, "kind": "set", "static": true, "range": [ 39, 56 ], "loc": { "start": { "line": 1, "column": 39 }, "end": { "line": 1, "column": 56 } } } ], "range": [ 8, 58 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 58 } } }, "range": [ 0, 58 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 58 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "class", "range": [ 0, 5 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": "Identifier", "value": "A", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Punctuator", "value": "{", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 } } }, { "type": "Keyword", "value": "static", "range": [ 9, 15 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 15 } } }, { "type": "Identifier", "value": "a", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, { "type": "Punctuator", "value": "(", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": ")", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } }, { "type": "Punctuator", "value": "{", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } }, { "type": "Punctuator", "value": "}", "range": [ 20, 21 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 21 } } }, { "type": "Keyword", "value": "static", "range": [ 22, 28 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 28 } } }, { "type": "Identifier", "value": "get", "range": [ 29, 32 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 32 } } }, { "type": "Identifier", "value": "a", "range": [ 33, 34 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 34 } } }, { "type": "Punctuator", "value": "(", "range": [ 34, 35 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 35 } } }, { "type": "Punctuator", "value": ")", "range": [ 35, 36 ], "loc": { "start": { "line": 1, "column": 35 }, "end": { "line": 1, "column": 36 } } }, { "type": "Punctuator", "value": "{", "range": [ 36, 37 ], "loc": { "start": { "line": 1, "column": 36 }, "end": { "line": 1, "column": 37 } } }, { "type": "Punctuator", "value": "}", "range": [ 37, 38 ], "loc": { "start": { "line": 1, "column": 37 }, "end": { "line": 1, "column": 38 } } }, { "type": "Keyword", "value": "static", "range": [ 39, 45 ], "loc": { "start": { "line": 1, "column": 39 }, "end": { "line": 1, "column": 45 } } }, { "type": "Identifier", "value": "set", "range": [ 46, 49 ], "loc": { "start": { "line": 1, "column": 46 }, "end": { "line": 1, "column": 49 } } }, { "type": "Identifier", "value": "a", "range": [ 50, 51 ], "loc": { "start": { "line": 1, "column": 50 }, "end": { "line": 1, "column": 51 } } }, { "type": "Punctuator", "value": "(", "range": [ 51, 52 ], "loc": { "start": { "line": 1, "column": 51 }, "end": { "line": 1, "column": 52 } } }, { "type": "Identifier", "value": "b", "range": [ 52, 53 ], "loc": { "start": { "line": 1, "column": 52 }, "end": { "line": 1, "column": 53 } } }, { "type": "Punctuator", "value": ")", "range": [ 53, 54 ], "loc": { "start": { "line": 1, "column": 53 }, "end": { "line": 1, "column": 54 } } }, { "type": "Punctuator", "value": "{", "range": [ 54, 55 ], "loc": { "start": { "line": 1, "column": 54 }, "end": { "line": 1, "column": 55 } } }, { "type": "Punctuator", "value": "}", "range": [ 55, 56 ], "loc": { "start": { "line": 1, "column": 55 }, "end": { "line": 1, "column": 56 } } }, { "type": "Punctuator", "value": "}", "range": [ 57, 58 ], "loc": { "start": { "line": 1, "column": 57 }, "end": { "line": 1, "column": 58 } } } ], "range": [ 0, 58 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 58 } } }