{
  "type": "Program",
  "sourceType": "module",
  "body": [
    {
      "type": "ClassDeclaration",
      "id": {
        "type": "Identifier",
        "name": "Banana"
      },
      "body": {
        "type": "ClassBody",
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "countBananas"
            },
            "computed": false,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ReturnStatement",
                  "argument": {
                    "type": "NumericLiteral",
                    "raw": "3",
                    "value": 3
                  }
                }
              ]
            },
            "async": false,
            "generator": false,
            "static": true
          }
        ]
      },
      "superClass": null
    }
  ]
}
