[
  {
    "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": "Fruits",
    "index": 6,
    "length": 6,
    "line": 1,
    "lineEnd": 1,
    "column": 7,
    "columnEnd": 12,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 1
  },
  {
    "type": "indention",
    "value": 1,
    "index": 13,
    "length": 4,
    "line": 2,
    "lineEnd": 1,
    "column": 1,
    "columnEnd": 17,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 2
  },
  {
    "type": "identifier",
    "value": "static",
    "index": 17,
    "length": 6,
    "line": 2,
    "lineEnd": 2,
    "column": 5,
    "columnEnd": 10,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 3
  },
  {
    "type": "identifier",
    "value": "getName",
    "index": 24,
    "length": 7,
    "line": 2,
    "lineEnd": 2,
    "column": 12,
    "columnEnd": 18,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 4
  },
  {
    "type": "punctuator",
    "value": "(",
    "index": 32,
    "length": 1,
    "line": 2,
    "lineEnd": 2,
    "column": 20,
    "columnEnd": 20,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 5
  },
  {
    "type": "punctuator",
    "value": ")",
    "index": 33,
    "length": 1,
    "line": 2,
    "lineEnd": 2,
    "column": 21,
    "columnEnd": 21,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 6
  },
  {
    "type": "indention",
    "value": 2,
    "index": 35,
    "length": 8,
    "line": 3,
    "lineEnd": 2,
    "column": 1,
    "columnEnd": 30,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 7
  },
  {
    "type": "identifier",
    "value": "return",
    "index": 43,
    "length": 6,
    "line": 3,
    "lineEnd": 3,
    "column": 9,
    "columnEnd": 14,
    "isKeyword": true,
    "indention": 2,
    "tokenIndex": 8
  },
  {
    "type": "literal",
    "value": "'Banana'",
    "index": 50,
    "length": 8,
    "line": 3,
    "lineEnd": 3,
    "column": 16,
    "columnEnd": 23,
    "isKeyword": false,
    "indention": 2,
    "tokenIndex": 9
  }
]