{ "type": "Script", "span": { "start": 70, "end": 171, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 76, "end": 77, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "span": { "start": 70, "end": 171, "ctxt": 0 }, "decorators": [], "body": [ { "type": "PrivateProperty", "span": { "start": 82, "end": 98, "ctxt": 0 }, "key": { "type": "PrivateName", "span": { "start": 89, "end": 91, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 90, "end": 91, "ctxt": 0 }, "value": "x", "optional": false } }, "value": { "type": "NumericLiteral", "span": { "start": 94, "end": 97, "ctxt": 0 }, "value": 123.0 }, "typeAnnotation": null, "isStatic": true, "decorators": [], "accessibility": null, "isOptional": false, "isOverride": false, "readonly": false }, { "type": "StaticBlock", "span": { "start": 102, "end": 136, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 109, "end": 136, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 115, "end": 132, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 115, "end": 132, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 115, "end": 126, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 115, "end": 122, "ctxt": 0 }, "value": "console", "optional": false }, "property": { "type": "Identifier", "span": { "start": 123, "end": 126, "ctxt": 0 }, "value": "log", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "MemberExpression", "span": { "start": 127, "end": 131, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 127, "end": 128, "ctxt": 0 }, "value": "C", "optional": false }, "property": { "type": "PrivateName", "span": { "start": 129, "end": 131, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 130, "end": 131, "ctxt": 0 }, "value": "x", "optional": false } } } } ], "typeArguments": null } } ] } }, { "type": "ClassMethod", "span": { "start": 140, "end": 169, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 140, "end": 143, "ctxt": 0 }, "value": "foo", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 140, "end": 169, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 147, "end": 169, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 153, "end": 165, "ctxt": 0 }, "argument": { "type": "MemberExpression", "span": { "start": 160, "end": 164, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 160, "end": 161, "ctxt": 0 }, "value": "C", "optional": false }, "property": { "type": "PrivateName", "span": { "start": 162, "end": 164, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 163, "end": 164, "ctxt": 0 }, "value": "x", "optional": false } } } } ] }, "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": [] } ], "interpreter": null }