solidity/test/libsolidity/ASTJSON/event_definition_parseOnly.json

40 lines
784 B
JSON
Raw Normal View History

2020-07-08 20:08:50 +00:00
{
"absolutePath": "a",
"id": 4,
"nodeType": "SourceUnit",
"nodes":
[
{
"abstract": false,
"baseContracts": [],
"contractDependencies": [],
"contractKind": "contract",
"id": 3,
"name": "C",
2021-02-10 17:40:05 +00:00
"nameLocation": "9:1:1",
2020-07-08 20:08:50 +00:00
"nodeType": "ContractDefinition",
"nodes":
[
{
"anonymous": false,
"id": 2,
"name": "E",
2021-02-10 17:40:05 +00:00
"nameLocation": "19:1:1",
2020-07-08 20:08:50 +00:00
"nodeType": "EventDefinition",
"parameters":
{
"id": 1,
"nodeType": "ParameterList",
"parameters": [],
"src": "20:2:1"
},
"src": "13:10:1"
}
],
2021-04-15 07:59:59 +00:00
"src": "0:25:1",
"usedErrors": []
2020-07-08 20:08:50 +00:00
}
],
"src": "0:26:1"
}