{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "ETSGLOBAL",
          "loc": {
            "start": {
              "line": 1,
              "column": 1,
              "program": "Boolean_bitwise.ets"
            },
            "end": {
              "line": 1,
              "column": 1,
              "program": "Boolean_bitwise.ets"
            }
          }
        },
        "superClass": null,
        "implements": [],
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "main",
              "loc": {
                "start": {
                  "line": 16,
                  "column": 10,
                  "program": "Boolean_bitwise.ets"
                },
                "end": {
                  "line": 16,
                  "column": 14,
                  "program": "Boolean_bitwise.ets"
                }
              }
            },
            "kind": "method",
            "accessibility": "public",
            "static": true,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "main",
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 10,
                      "program": "Boolean_bitwise.ets"
                    },
                    "end": {
                      "line": 16,
                      "column": 14,
                      "program": "Boolean_bitwise.ets"
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "returnType": {
                  "type": "ETSPrimitiveType",
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 18,
                      "program": "Boolean_bitwise.ets"
                    },
                    "end": {
                      "line": 16,
                      "column": 22,
                      "program": "Boolean_bitwise.ets"
                    }
                  }
                },
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "x",
                            "typeAnnotation": {
                              "type": "ETSTypeReference",
                              "part": {
                                "type": "ETSTypeReferencePart",
                                "name": {
                                  "type": "Identifier",
                                  "name": "Boolean",
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 10,
                                      "program": "Boolean_bitwise.ets"
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 17,
                                      "program": "Boolean_bitwise.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 10,
                                    "program": "Boolean_bitwise.ets"
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 17,
                                    "program": "Boolean_bitwise.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 10,
                                  "program": "Boolean_bitwise.ets"
                                },
                                "end": {
                                  "line": 17,
                                  "column": 17,
                                  "program": "Boolean_bitwise.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 7,
                                "program": "Boolean_bitwise.ets"
                              },
                              "end": {
                                "line": 17,
                                "column": 8,
                                "program": "Boolean_bitwise.ets"
                              }
                            }
                          },
                          "init": {
                            "type": "BooleanLiteral",
                            "value": true,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 20,
                                "program": "Boolean_bitwise.ets"
                              },
                              "end": {
                                "line": 17,
                                "column": 24,
                                "program": "Boolean_bitwise.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 7,
                              "program": "Boolean_bitwise.ets"
                            },
                            "end": {
                              "line": 17,
                              "column": 24,
                              "program": "Boolean_bitwise.ets"
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 3,
                          "program": "Boolean_bitwise.ets"
                        },
                        "end": {
                          "line": 17,
                          "column": 25,
                          "program": "Boolean_bitwise.ets"
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "y",
                            "typeAnnotation": {
                              "type": "ETSTypeReference",
                              "part": {
                                "type": "ETSTypeReferencePart",
                                "name": {
                                  "type": "Identifier",
                                  "name": "Boolean",
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 10,
                                      "program": "Boolean_bitwise.ets"
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 17,
                                      "program": "Boolean_bitwise.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 10,
                                    "program": "Boolean_bitwise.ets"
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 17,
                                    "program": "Boolean_bitwise.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 10,
                                  "program": "Boolean_bitwise.ets"
                                },
                                "end": {
                                  "line": 18,
                                  "column": 17,
                                  "program": "Boolean_bitwise.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 7,
                                "program": "Boolean_bitwise.ets"
                              },
                              "end": {
                                "line": 18,
                                "column": 8,
                                "program": "Boolean_bitwise.ets"
                              }
                            }
                          },
                          "init": {
                            "type": "BooleanLiteral",
                            "value": false,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 20,
                                "program": "Boolean_bitwise.ets"
                              },
                              "end": {
                                "line": 18,
                                "column": 25,
                                "program": "Boolean_bitwise.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 7,
                              "program": "Boolean_bitwise.ets"
                            },
                            "end": {
                              "line": 18,
                              "column": 25,
                              "program": "Boolean_bitwise.ets"
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 3,
                          "program": "Boolean_bitwise.ets"
                        },
                        "end": {
                          "line": 18,
                          "column": 26,
                          "program": "Boolean_bitwise.ets"
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "dest",
                            "typeAnnotation": {
                              "type": "ETSTypeReference",
                              "part": {
                                "type": "ETSTypeReferencePart",
                                "name": {
                                  "type": "Identifier",
                                  "name": "Boolean",
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 13,
                                      "program": "Boolean_bitwise.ets"
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 20,
                                      "program": "Boolean_bitwise.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 13,
                                    "program": "Boolean_bitwise.ets"
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 20,
                                    "program": "Boolean_bitwise.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 13,
                                  "program": "Boolean_bitwise.ets"
                                },
                                "end": {
                                  "line": 19,
                                  "column": 20,
                                  "program": "Boolean_bitwise.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 7,
                                "program": "Boolean_bitwise.ets"
                              },
                              "end": {
                                "line": 19,
                                "column": 11,
                                "program": "Boolean_bitwise.ets"
                              }
                            }
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "operator": "|",
                            "left": {
                              "type": "Identifier",
                              "name": "x",
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 23,
                                  "program": "Boolean_bitwise.ets"
                                },
                                "end": {
                                  "line": 19,
                                  "column": 24,
                                  "program": "Boolean_bitwise.ets"
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "y",
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 27,
                                  "program": "Boolean_bitwise.ets"
                                },
                                "end": {
                                  "line": 19,
                                  "column": 28,
                                  "program": "Boolean_bitwise.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 23,
                                "program": "Boolean_bitwise.ets"
                              },
                              "end": {
                                "line": 19,
                                "column": 28,
                                "program": "Boolean_bitwise.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 7,
                              "program": "Boolean_bitwise.ets"
                            },
                            "end": {
                              "line": 19,
                              "column": 28,
                              "program": "Boolean_bitwise.ets"
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 3,
                          "program": "Boolean_bitwise.ets"
                        },
                        "end": {
                          "line": 19,
                          "column": 29,
                          "program": "Boolean_bitwise.ets"
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 23,
                      "program": "Boolean_bitwise.ets"
                    },
                    "end": {
                      "line": 20,
                      "column": 2,
                      "program": "Boolean_bitwise.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 10,
                    "program": "Boolean_bitwise.ets"
                  },
                  "end": {
                    "line": 20,
                    "column": 2,
                    "program": "Boolean_bitwise.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 16,
                  "column": 10,
                  "program": "Boolean_bitwise.ets"
                },
                "end": {
                  "line": 20,
                  "column": 2,
                  "program": "Boolean_bitwise.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 16,
                "column": 1,
                "program": "Boolean_bitwise.ets"
              },
              "end": {
                "line": 20,
                "column": 2,
                "program": "Boolean_bitwise.ets"
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1,
            "program": "Boolean_bitwise.ets"
          },
          "end": {
            "line": 1,
            "column": 1,
            "program": "Boolean_bitwise.ets"
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 1,
          "program": "Boolean_bitwise.ets"
        },
        "end": {
          "line": 1,
          "column": 1,
          "program": "Boolean_bitwise.ets"
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1,
      "program": "Boolean_bitwise.ets"
    },
    "end": {
      "line": 20,
      "column": 2,
      "program": "Boolean_bitwise.ets"
    }
  }
}