solidity/test/libsolidity/ASTJSON/using_for_directive_legacy.json

122 lines
2.2 KiB
JSON
Raw Normal View History

2018-08-03 17:41:35 +00:00
{
"attributes":
{
"absolutePath": "a",
"exportedSymbols":
{
"C":
[
2020-08-31 15:37:03 +00:00
6
],
"L":
[
1
]
2020-04-27 08:28:54 +00:00
}
},
"children":
[
{
"attributes":
{
2019-10-23 20:10:12 +00:00
"abstract": false,
"baseContracts":
[
null
],
"contractDependencies":
[
null
],
"contractKind": "library",
"fullyImplemented": true,
"linearizedBaseContracts":
[
1
],
"name": "L",
"nodes":
[
null
],
2020-08-31 15:37:03 +00:00
"scope": 7
},
"id": 1,
"name": "ContractDefinition",
"src": "0:12:1"
},
{
"attributes":
{
2019-10-23 20:10:12 +00:00
"abstract": false,
"baseContracts":
[
null
],
"contractDependencies":
[
null
],
"contractKind": "contract",
"fullyImplemented": true,
"linearizedBaseContracts":
[
2020-08-31 15:37:03 +00:00
6
],
"name": "C",
2020-08-31 15:37:03 +00:00
"scope": 7
},
"children":
[
{
"children":
[
{
"attributes":
{
"referencedDeclaration": 1,
"type": "library L"
},
2020-08-31 15:37:03 +00:00
"children":
[
{
"attributes":
{
"name": "L",
"referencedDeclaration": 1
},
"id": 2,
"name": "IdentifierPath",
"src": "32:1:1"
}
],
"id": 3,
"name": "UserDefinedTypeName",
"src": "32:1:1"
},
{
"attributes":
{
"name": "uint",
"type": "uint256"
},
2020-08-31 15:37:03 +00:00
"id": 4,
"name": "ElementaryTypeName",
"src": "38:4:1"
}
],
2020-08-31 15:37:03 +00:00
"id": 5,
"name": "UsingForDirective",
"src": "26:17:1"
}
],
2020-08-31 15:37:03 +00:00
"id": 6,
"name": "ContractDefinition",
"src": "13:32:1"
}
],
2020-08-31 15:37:03 +00:00
"id": 7,
"name": "SourceUnit",
"src": "0:46:1"
2018-08-03 17:41:35 +00:00
}