aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON/documentation_legacy.json
blob: 5a890e50cdfc7afea468613241975dfd1fbef7d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
    "attributes" : 
    {
        "absolutePath" : "c",
        "exportedSymbols" : 
        {
            "C" : 
            [
                15
            ]
        }
    },
    "children" : 
    [
        {
            "attributes" : 
            {
                "baseContracts" : 
                [
                    null
                ],
                "contractDependencies" : 
                [
                    null
                ],
                "contractKind" : "contract",
                "documentation" : null,
                "fullyImplemented" : true,
                "linearizedBaseContracts" : 
                [
                    15
                ],
                "name" : "C",
                "scope" : 16
            },
            "children" : 
            [
                {
                    "attributes" : 
                    {
                        "anonymous" : false,
                        "documentation" : "Some comment on Evt.",
                        "name" : "Evt"
                    },
                    "children" : 
                    [
                        {
                            "attributes" : 
                            {
                                "parameters" : 
                                [
                                    null
                                ]
                            },
                            "children" : [],
                            "id" : 5,
                            "name" : "ParameterList",
                            "src" : "51:2:3"
                        }
                    ],
                    "id" : 6,
                    "name" : "EventDefinition",
                    "src" : "42:12:3"
                },
                {
                    "attributes" : 
                    {
                        "documentation" : "Some comment on mod.",
                        "name" : "mod",
                        "visibility" : "internal"
                    },
                    "children" : 
                    [
                        {
                            "attributes" : 
                            {
                                "parameters" : 
                                [
                                    null
                                ]
                            },
                            "children" : [],
                            "id" : 7,
                            "name" : "ParameterList",
                            "src" : "96:2:3"
                        },
                        {
                            "children" : 
                            [
                                {
                                    "id" : 8,
                                    "name" : "PlaceholderStatement",
                                    "src" : "101:1:3"
                                }
                            ],
                            "id" : 9,
                            "name" : "Block",
                            "src" : "99:6:3"
                        }
                    ],
                    "id" : 10,
                    "name" : "ModifierDefinition",
                    "src" : "84:21:3"
                },
                {
                    "attributes" : 
                    {
                        "documentation" : "Some comment on fn.",
                        "implemented" : true,
                        "isConstructor" : false,
                        "modifiers" : 
                        [
                            null
                        ],
                        "name" : "fn",
                        "scope" : 15,
                        "stateMutability" : "nonpayable",
                        "superFunction" : null,
                        "visibility" : "public"
                    },
                    "children" : 
                    [
                        {
                            "attributes" : 
                            {
                                "parameters" : 
                                [
                                    null
                                ]
                            },
                            "children" : [],
                            "id" : 11,
                            "name" : "ParameterList",
                            "src" : "145:2:3"
                        },
                        {
                            "attributes" : 
                            {
                                "parameters" : 
                                [
                                    null
                                ]
                            },
                            "children" : [],
                            "id" : 12,
                            "name" : "ParameterList",
                            "src" : "155:0:3"
                        },
                        {
                            "attributes" : 
                            {
                                "statements" : 
                                [
                                    null
                                ]
                            },
                            "children" : [],
                            "id" : 13,
                            "name" : "Block",
                            "src" : "155:2:3"
                        }
                    ],
                    "id" : 14,
                    "name" : "FunctionDefinition",
                    "src" : "134:23:3"
                }
            ],
            "id" : 15,
            "name" : "ContractDefinition",
            "src" : "0:159:3"
        }
    ],
    "id" : 16,
    "name" : "SourceUnit",
    "src" : "0:160:3"
}