{ "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": "b", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, "computed": false, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "YieldExpression", "argument": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Super", "range": [ 23, 28 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 28 } } }, "property": { "type": "Identifier", "name": "c", "range": [ 29, 30 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 30 } } }, "range": [ 23, 30 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 30 } } }, "arguments": [], "range": [ 23, 32 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 32 } } }, "delegate": false, "range": [ 17, 32 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 32 } } }, "range": [ 17, 33 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 33 } } } ], "range": [ 15, 35 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 35 } } }, "generator": true, "expression": false, "async": false, "range": [ 12, 35 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 35 } } }, "kind": "method", "static": false, "range": [ 10, 35 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 35 } } } ], "range": [ 8, 37 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 37 } } }, "range": [ 0, 37 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 37 } } } ], "sourceType": "script", "range": [ 0, 37 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 37 } }, "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": "Punctuator", "value": "*", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Identifier", "value": "b", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": "(", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, { "type": "Punctuator", "value": ")", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "type": "Punctuator", "value": "{", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, { "type": "Keyword", "value": "yield", "range": [ 17, 22 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 22 } } }, { "type": "Keyword", "value": "super", "range": [ 23, 28 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 28 } } }, { "type": "Punctuator", "value": ".", "range": [ 28, 29 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 29 } } }, { "type": "Identifier", "value": "c", "range": [ 29, 30 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 30 } } }, { "type": "Punctuator", "value": "(", "range": [ 30, 31 ], "loc": { "start": { "line": 1, "column": 30 }, "end": { "line": 1, "column": 31 } } }, { "type": "Punctuator", "value": ")", "range": [ 31, 32 ], "loc": { "start": { "line": 1, "column": 31 }, "end": { "line": 1, "column": 32 } } }, { "type": "Punctuator", "value": ";", "range": [ 32, 33 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } }, { "type": "Punctuator", "value": "}", "range": [ 34, 35 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 35 } } }, { "type": "Punctuator", "value": "}", "range": [ 36, 37 ], "loc": { "start": { "line": 1, "column": 36 }, "end": { "line": 1, "column": 37 } } } ] }