swc/crates/swc_ecma_parser/tests/tsc/privateNameStaticMethodCallExpression.json

1656 lines
55 KiB
JSON

{
"type": "Script",
"span": {
"start": 21,
"end": 696,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 27,
"end": 29,
"ctxt": 0
},
"value": "AA",
"optional": false
},
"declare": false,
"span": {
"start": 21,
"end": 696,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateMethod",
"span": {
"start": 36,
"end": 69,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 43,
"end": 50,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 44,
"end": 50,
"ctxt": 0
},
"value": "method",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 36,
"end": 69,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 53,
"end": 69,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 55,
"end": 67,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 55,
"end": 66,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 55,
"end": 61,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 55,
"end": 59,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 60,
"end": 61,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 64,
"end": 66,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "EmptyStatement",
"span": {
"start": 69,
"end": 70,
"ctxt": 0
}
},
{
"type": "PrivateMethod",
"span": {
"start": 75,
"end": 102,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 82,
"end": 90,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 83,
"end": 90,
"ctxt": 0
},
"value": "method2",
"optional": false
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 91,
"end": 92,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 91,
"end": 92,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "Parameter",
"span": {
"start": 94,
"end": 98,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 94,
"end": 98,
"ctxt": 0
},
"rest": {
"start": 94,
"end": 97,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 97,
"end": 98,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 75,
"end": 102,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 100,
"end": 102,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "EmptyStatement",
"span": {
"start": 102,
"end": 103,
"ctxt": 0
}
},
{
"type": "ClassProperty",
"span": {
"start": 108,
"end": 121,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 115,
"end": 116,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 119,
"end": 120,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 126,
"end": 657,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 126,
"end": 130,
"ctxt": 0
},
"value": "test",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 126,
"end": 657,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 133,
"end": 657,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 143,
"end": 156,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 143,
"end": 155,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 143,
"end": 153,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 143,
"end": 145,
"ctxt": 0
},
"value": "AA",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 146,
"end": 153,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 147,
"end": 153,
"ctxt": 0
},
"value": "method",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 165,
"end": 189,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 171,
"end": 188,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 171,
"end": 175,
"ctxt": 0
},
"value": "func",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 178,
"end": 188,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 178,
"end": 180,
"ctxt": 0
},
"value": "AA",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 181,
"end": 188,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 182,
"end": 188,
"ctxt": 0
},
"value": "method",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 198,
"end": 205,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 198,
"end": 204,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 198,
"end": 202,
"ctxt": 0
},
"value": "func",
"optional": false
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 214,
"end": 231,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 214,
"end": 230,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 218,
"end": 228,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 218,
"end": 220,
"ctxt": 0
},
"value": "AA",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 221,
"end": 228,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 222,
"end": 228,
"ctxt": 0
},
"value": "method",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 241,
"end": 262,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 247,
"end": 261,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 247,
"end": 250,
"ctxt": 0
},
"value": "arr",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 253,
"end": 261,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 255,
"end": 256,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 258,
"end": 259,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 271,
"end": 297,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 271,
"end": 296,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 271,
"end": 282,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 271,
"end": 273,
"ctxt": 0
},
"value": "AA",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 274,
"end": 282,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 275,
"end": 282,
"ctxt": 0
},
"value": "method2",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 283,
"end": 284,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"spread": {
"start": 286,
"end": 289,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 289,
"end": 292,
"ctxt": 0
},
"value": "arr",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 294,
"end": 295,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 307,
"end": 347,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 313,
"end": 346,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 313,
"end": 314,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 317,
"end": 346,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 321,
"end": 332,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 321,
"end": 323,
"ctxt": 0
},
"value": "AA",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 324,
"end": 332,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 325,
"end": 332,
"ctxt": 0
},
"value": "method2",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 333,
"end": 334,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"spread": {
"start": 336,
"end": 339,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 339,
"end": 342,
"ctxt": 0
},
"value": "arr",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 344,
"end": 345,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 365,
"end": 413,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 371,
"end": 412,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 371,
"end": 374,
"ctxt": 0
},
"value": "str",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TaggedTemplateExpression",
"span": {
"start": 377,
"end": 412,
"ctxt": 0
},
"tag": {
"type": "MemberExpression",
"span": {
"start": 377,
"end": 388,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 377,
"end": 379,
"ctxt": 0
},
"value": "AA",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 380,
"end": 388,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 381,
"end": 388,
"ctxt": 0
},
"value": "method2",
"optional": false
}
}
},
"typeParameters": null,
"template": {
"type": "TemplateLiteral",
"span": {
"start": 388,
"end": 412,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 395,
"end": 396,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
{
"type": "NumericLiteral",
"span": {
"start": 405,
"end": 406,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 389,
"end": 393,
"ctxt": 0
},
"tail": false,
"cooked": "head",
"raw": "head"
},
{
"type": "TemplateElement",
"span": {
"start": 397,
"end": 403,
"ctxt": 0
},
"tail": false,
"cooked": "middle",
"raw": "middle"
},
{
"type": "TemplateElement",
"span": {
"start": 407,
"end": 411,
"ctxt": 0
},
"tail": true,
"cooked": "tail",
"raw": "tail"
}
]
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 422,
"end": 462,
"ctxt": 0
},
"expression": {
"type": "TaggedTemplateExpression",
"span": {
"start": 422,
"end": 461,
"ctxt": 0
},
"tag": {
"type": "MemberExpression",
"span": {
"start": 422,
"end": 444,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 422,
"end": 435,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 422,
"end": 433,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 422,
"end": 424,
"ctxt": 0
},
"value": "AA",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 425,
"end": 433,
"ctxt": 0
},
"value": "getClass",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 436,
"end": 444,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 437,
"end": 444,
"ctxt": 0
},
"value": "method2",
"optional": false
}
}
},
"typeParameters": null,
"template": {
"type": "TemplateLiteral",
"span": {
"start": 444,
"end": 461,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 451,
"end": 452,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
{
"type": "NumericLiteral",
"span": {
"start": 458,
"end": 459,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 445,
"end": 449,
"ctxt": 0
},
"tail": false,
"cooked": "test",
"raw": "test"
},
{
"type": "TemplateElement",
"span": {
"start": 453,
"end": 456,
"ctxt": 0
},
"tail": false,
"cooked": "and",
"raw": "and"
},
{
"type": "TemplateElement",
"span": {
"start": 460,
"end": 460,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 472,
"end": 509,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 472,
"end": 508,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 472,
"end": 494,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 472,
"end": 485,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 472,
"end": 483,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 472,
"end": 474,
"ctxt": 0
},
"value": "AA",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 475,
"end": 483,
"ctxt": 0
},
"value": "getClass",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 486,
"end": 494,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 487,
"end": 494,
"ctxt": 0
},
"value": "method2",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 495,
"end": 496,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"spread": {
"start": 498,
"end": 501,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 501,
"end": 504,
"ctxt": 0
},
"value": "arr",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 506,
"end": 507,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 519,
"end": 573,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 525,
"end": 572,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 525,
"end": 527,
"ctxt": 0
},
"value": "b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 530,
"end": 572,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 534,
"end": 558,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 535,
"end": 557,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 535,
"end": 548,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 535,
"end": 546,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 535,
"end": 537,
"ctxt": 0
},
"value": "AA",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 538,
"end": 546,
"ctxt": 0
},
"value": "getClass",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 549,
"end": 557,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 550,
"end": 557,
"ctxt": 0
},
"value": "method2",
"optional": false
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 559,
"end": 560,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"spread": {
"start": 562,
"end": 565,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 565,
"end": 568,
"ctxt": 0
},
"value": "arr",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 570,
"end": 571,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 591,
"end": 651,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 597,
"end": 650,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 597,
"end": 601,
"ctxt": 0
},
"value": "str2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TaggedTemplateExpression",
"span": {
"start": 604,
"end": 650,
"ctxt": 0
},
"tag": {
"type": "MemberExpression",
"span": {
"start": 604,
"end": 626,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 604,
"end": 617,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 604,
"end": 615,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 604,
"end": 606,
"ctxt": 0
},
"value": "AA",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 607,
"end": 615,
"ctxt": 0
},
"value": "getClass",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 618,
"end": 626,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 619,
"end": 626,
"ctxt": 0
},
"value": "method2",
"optional": false
}
}
},
"typeParameters": null,
"template": {
"type": "TemplateLiteral",
"span": {
"start": 626,
"end": 650,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 633,
"end": 634,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
{
"type": "NumericLiteral",
"span": {
"start": 643,
"end": 644,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 627,
"end": 631,
"ctxt": 0
},
"tail": false,
"cooked": "head",
"raw": "head"
},
{
"type": "TemplateElement",
"span": {
"start": 635,
"end": 641,
"ctxt": 0
},
"tail": false,
"cooked": "middle",
"raw": "middle"
},
{
"type": "TemplateElement",
"span": {
"start": 645,
"end": 649,
"ctxt": 0
},
"tail": true,
"cooked": "tail",
"raw": "tail"
}
]
}
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 662,
"end": 694,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 669,
"end": 677,
"ctxt": 0
},
"value": "getClass",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 662,
"end": 694,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 680,
"end": 694,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 682,
"end": 692,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 689,
"end": 691,
"ctxt": 0
},
"value": "AA",
"optional": false
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}