[
  {
    "type": "identifier",
    "value": "class",
    "index": 0,
    "length": 5,
    "line": 1,
    "lineEnd": 1,
    "column": 1,
    "columnEnd": 5,
    "isKeyword": true,
    "indention": 0,
    "tokenIndex": 0
  },
  {
    "type": "identifier",
    "value": "Fruit",
    "index": 6,
    "length": 5,
    "line": 1,
    "lineEnd": 1,
    "column": 7,
    "columnEnd": 11,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 1
  },
  {
    "type": "indention",
    "value": 1,
    "index": 12,
    "length": 4,
    "line": 2,
    "lineEnd": 1,
    "column": 1,
    "columnEnd": 16,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 2
  },
  {
    "type": "identifier",
    "value": "constructor",
    "index": 16,
    "length": 11,
    "line": 2,
    "lineEnd": 2,
    "column": 5,
    "columnEnd": 15,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 3
  },
  {
    "type": "punctuator",
    "value": "(",
    "index": 28,
    "length": 1,
    "line": 2,
    "lineEnd": 2,
    "column": 17,
    "columnEnd": 17,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 4
  },
  {
    "type": "punctuator",
    "value": ")",
    "index": 29,
    "length": 1,
    "line": 2,
    "lineEnd": 2,
    "column": 18,
    "columnEnd": 18,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 5
  },
  {
    "type": "indention",
    "value": 2,
    "index": 31,
    "length": 8,
    "line": 3,
    "lineEnd": 2,
    "column": 1,
    "columnEnd": 27,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 6
  },
  {
    "type": "identifier",
    "value": "this",
    "index": 39,
    "length": 4,
    "line": 3,
    "lineEnd": 3,
    "column": 9,
    "columnEnd": 12,
    "isKeyword": false,
    "indention": 2,
    "tokenIndex": 7
  },
  {
    "type": "punctuator",
    "value": ".",
    "index": 43,
    "length": 1,
    "line": 3,
    "lineEnd": 3,
    "column": 13,
    "columnEnd": 13,
    "isKeyword": false,
    "indention": 2,
    "tokenIndex": 8
  },
  {
    "type": "identifier",
    "value": "name",
    "index": 44,
    "length": 4,
    "line": 3,
    "lineEnd": 3,
    "column": 14,
    "columnEnd": 17,
    "isKeyword": false,
    "indention": 2,
    "tokenIndex": 9
  },
  {
    "type": "operator",
    "value": "=",
    "index": 49,
    "length": 1,
    "line": 3,
    "lineEnd": 3,
    "column": 19,
    "columnEnd": 19,
    "isKeyword": false,
    "indention": 2,
    "tokenIndex": 10
  },
  {
    "type": "literal",
    "value": "'Banana'",
    "index": 51,
    "length": 8,
    "line": 3,
    "lineEnd": 3,
    "column": 21,
    "columnEnd": 28,
    "isKeyword": false,
    "indention": 2,
    "tokenIndex": 11
  }
]