{ "type": "Script", "span": { "start": 103, "end": 201, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 109, "end": 110, "ctxt": 0 }, "value": "A", "optional": false }, "declare": false, "span": { "start": 103, "end": 135, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 117, "end": 133, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 117, "end": 128, "ctxt": 0 }, "value": "doSomething", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 117, "end": 133, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 131, "end": 133, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 143, "end": 144, "ctxt": 0 }, "value": "B", "optional": false }, "declare": false, "span": { "start": 137, "end": 201, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 183, "end": 199, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 183, "end": 194, "ctxt": 0 }, "value": "doSomethang", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 183, "end": 199, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 197, "end": 199, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": { "type": "Identifier", "span": { "start": 153, "end": 154, "ctxt": 0 }, "value": "A", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } ], "interpreter": null }