aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON/event_definition.json
blob: 029062c32276443e259d5602571a85bea1ea55e4 (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
{
    "absolutePath" : "a",
    "exportedSymbols" : 
    {
        "C" : 
        [
            3
        ]
    },
    "id" : 4,
    "nodeType" : "SourceUnit",
    "nodes" : 
    [
        {
            "baseContracts" : [],
            "contractDependencies" : [],
            "contractKind" : "contract",
            "documentation" : null,
            "fullyImplemented" : true,
            "id" : 3,
            "linearizedBaseContracts" : 
            [
                3
            ],
            "name" : "C",
            "nodeType" : "ContractDefinition",
            "nodes" : 
            [
                {
                    "anonymous" : false,
                    "documentation" : null,
                    "id" : 2,
                    "name" : "E",
                    "nodeType" : "EventDefinition",
                    "parameters" : 
                    {
                        "id" : 1,
                        "nodeType" : "ParameterList",
                        "parameters" : [],
                        "src" : "20:2:1"
                    },
                    "src" : "13:10:1"
                }
            ],
            "scope" : 4,
            "src" : "0:25:1"
        }
    ],
    "src" : "0:26:1"
}