• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "1": {
3    "kind": "",
4    "kindModifier": "static public readonly",
5    "textSpan": {
6      "start": 626,
7      "length": 1
8    },
9    "fileName": "getQuickInfoAtPosition1.ets",
10    "displayParts": [
11      {
12        "text": "MyStrings",
13        "kind": "enumName"
14      },
15      {
16        "text": ".",
17        "kind": "punctuation"
18      },
19      {
20        "text": "A",
21        "kind": "enumMember"
22      },
23      {
24        "text": " ",
25        "kind": "space"
26      },
27      {
28        "text": "=",
29        "kind": "operator"
30      },
31      {
32        "text": " ",
33        "kind": "space"
34      },
35      {
36        "text": "\"",
37        "kind": "punctuation"
38      },
39      {
40        "text": "hello",
41        "kind": "text"
42      },
43      {
44        "text": "\"",
45        "kind": "punctuation"
46      }
47    ]
48  },
49  "2": {
50    "kind": "class",
51    "kindModifier": "",
52    "textSpan": {
53      "start": 615,
54      "length": 7
55    },
56    "fileName": "getQuickInfoAtPosition2.ets",
57    "displayParts": [
58      {
59        "text": "class",
60        "kind": "keyword"
61      },
62      {
63        "text": " ",
64        "kind": "space"
65      },
66      {
67        "text": "MyClass",
68        "kind": "className"
69      }
70    ]
71  },
72  "3": {
73    "kind": "property",
74    "kindModifier": "public abstract",
75    "textSpan": {
76      "start": 661,
77      "length": 3
78    },
79    "fileName": "getQuickInfoAtPosition3.ets",
80    "displayParts": [
81      {
82        "text": "objI",
83        "kind": "interface"
84      },
85      {
86        "text": ".",
87        "kind": "punctuation"
88      },
89      {
90        "text": "key",
91        "kind": "property"
92      },
93      {
94        "text": ":",
95        "kind": "punctuation"
96      },
97      {
98        "text": " ",
99        "kind": "space"
100      },
101      {
102        "text": "string",
103        "kind": "returnType"
104      }
105    ]
106  }
107}