{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "C",
          "loc": {
            "start": {
              "line": 16,
              "column": 7,
              "program": "this_expression.ets"
            },
            "end": {
              "line": 16,
              "column": 8,
              "program": "this_expression.ets"
            }
          }
        },
        "superClass": null,
        "implements": [],
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "f",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 5,
                  "program": "this_expression.ets"
                },
                "end": {
                  "line": 17,
                  "column": 6,
                  "program": "this_expression.ets"
                }
              }
            },
            "kind": "method",
            "accessibility": "public",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "f",
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 5,
                      "program": "this_expression.ets"
                    },
                    "end": {
                      "line": 17,
                      "column": 6,
                      "program": "this_expression.ets"
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "x",
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13,
                                "program": "this_expression.ets"
                              },
                              "end": {
                                "line": 18,
                                "column": 14,
                                "program": "this_expression.ets"
                              }
                            }
                          },
                          "init": {
                            "type": "ThisExpression",
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 17,
                                "program": "this_expression.ets"
                              },
                              "end": {
                                "line": 18,
                                "column": 21,
                                "program": "this_expression.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 13,
                              "program": "this_expression.ets"
                            },
                            "end": {
                              "line": 18,
                              "column": 21,
                              "program": "this_expression.ets"
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 9,
                          "program": "this_expression.ets"
                        },
                        "end": {
                          "line": 18,
                          "column": 21,
                          "program": "this_expression.ets"
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "test": {
                        "type": "BooleanLiteral",
                        "value": true,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 13,
                            "program": "this_expression.ets"
                          },
                          "end": {
                            "line": 19,
                            "column": 17,
                            "program": "this_expression.ets"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "statements": [],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 19,
                            "program": "this_expression.ets"
                          },
                          "end": {
                            "line": 19,
                            "column": 21,
                            "program": "this_expression.ets"
                          }
                        }
                      },
                      "alternate": null,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 9,
                          "program": "this_expression.ets"
                        },
                        "end": {
                          "line": 19,
                          "column": 21,
                          "program": "this_expression.ets"
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 9,
                      "program": "this_expression.ets"
                    },
                    "end": {
                      "line": 20,
                      "column": 6,
                      "program": "this_expression.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 6,
                    "program": "this_expression.ets"
                  },
                  "end": {
                    "line": 20,
                    "column": 6,
                    "program": "this_expression.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 17,
                  "column": 6,
                  "program": "this_expression.ets"
                },
                "end": {
                  "line": 20,
                  "column": 6,
                  "program": "this_expression.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 17,
                "column": 5,
                "program": "this_expression.ets"
              },
              "end": {
                "line": 20,
                "column": 6,
                "program": "this_expression.ets"
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "constructor",
              "loc": {
                "start": {
                  "line": 16,
                  "column": 10,
                  "program": "this_expression.ets"
                },
                "end": {
                  "line": 16,
                  "column": 10,
                  "program": "this_expression.ets"
                }
              }
            },
            "kind": "constructor",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "constructor",
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 10,
                      "program": "this_expression.ets"
                    },
                    "end": {
                      "line": 16,
                      "column": 10,
                      "program": "this_expression.ets"
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 10,
                      "program": "this_expression.ets"
                    },
                    "end": {
                      "line": 16,
                      "column": 10,
                      "program": "this_expression.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 10,
                    "program": "this_expression.ets"
                  },
                  "end": {
                    "line": 16,
                    "column": 10,
                    "program": "this_expression.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 16,
                  "column": 10,
                  "program": "this_expression.ets"
                },
                "end": {
                  "line": 16,
                  "column": 10,
                  "program": "this_expression.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 1,
                "column": 1,
                "program": null
              },
              "end": {
                "line": 1,
                "column": 1,
                "program": null
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 16,
            "column": 9,
            "program": "this_expression.ets"
          },
          "end": {
            "line": 21,
            "column": 2,
            "program": "this_expression.ets"
          }
        }
      },
      "loc": {
        "start": {
          "line": 16,
          "column": 1,
          "program": "this_expression.ets"
        },
        "end": {
          "line": 21,
          "column": 2,
          "program": "this_expression.ets"
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "ETSGLOBAL",
          "loc": {
            "start": {
              "line": 1,
              "column": 1,
              "program": "this_expression.ets"
            },
            "end": {
              "line": 1,
              "column": 1,
              "program": "this_expression.ets"
            }
          }
        },
        "superClass": null,
        "implements": [],
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "main",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1,
                  "program": null
                },
                "end": {
                  "line": 1,
                  "column": 1,
                  "program": null
                }
              }
            },
            "kind": "method",
            "accessibility": "public",
            "static": true,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "main",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1,
                      "program": null
                    },
                    "end": {
                      "line": 1,
                      "column": 1,
                      "program": null
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1,
                      "program": "this_expression.ets"
                    },
                    "end": {
                      "line": 1,
                      "column": 1,
                      "program": "this_expression.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1,
                    "program": "this_expression.ets"
                  },
                  "end": {
                    "line": 1,
                    "column": 1,
                    "program": "this_expression.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1,
                  "program": "this_expression.ets"
                },
                "end": {
                  "line": 1,
                  "column": 1,
                  "program": "this_expression.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 1,
                "column": 1,
                "program": "this_expression.ets"
              },
              "end": {
                "line": 1,
                "column": 1,
                "program": "this_expression.ets"
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1,
            "program": "this_expression.ets"
          },
          "end": {
            "line": 1,
            "column": 1,
            "program": "this_expression.ets"
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 1,
          "program": "this_expression.ets"
        },
        "end": {
          "line": 1,
          "column": 1,
          "program": "this_expression.ets"
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1,
      "program": "this_expression.ets"
    },
    "end": {
      "line": 22,
      "column": 1,
      "program": "this_expression.ets"
    }
  }
}