{ "type": "Program", "body": [ { "range": [ 0, 30 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 30 } }, "type": "ClassDeclaration", "id": { "range": [ 6, 9 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 9 } }, "type": "Identifier", "name": "Foo" }, "superClass": null, "body": { "range": [ 10, 30 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 30 } }, "type": "ClassBody", "body": [ { "range": [ 12, 28 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 28 } }, "type": "MethodDefinition", "key": { "range": [ 20, 23 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 23 } }, "type": "Identifier", "name": "foo" }, "computed": false, "value": { "range": [ 23, 28 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 28 } }, "type": "FunctionExpression", "id": null, "params": [], "body": { "range": [ 26, 28 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 28 } }, "type": "BlockStatement", "body": [] }, "generator": true, "expression": false, "async": false }, "kind": "method", "static": true } ] } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "class", "range": [ 0, 5 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": "Identifier", "value": "Foo", "range": [ 6, 9 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": "{", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Keyword", "value": "static", "range": [ 12, 18 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": "*", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } }, { "type": "Identifier", "value": "foo", "range": [ 20, 23 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 23 } } }, { "type": "Punctuator", "value": "(", "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } } }, { "type": "Punctuator", "value": ")", "range": [ 24, 25 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 25 } } }, { "type": "Punctuator", "value": "{", "range": [ 26, 27 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 27 } } }, { "type": "Punctuator", "value": "}", "range": [ 27, 28 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 28 } } }, { "type": "Punctuator", "value": "}", "range": [ 29, 30 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 30 } } } ], "range": [ 0, 30 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 30 } } }