solidity/test/libsolidity/ASTJSON/global_struct_legacy.json

64 lines
1.2 KiB
JSON
Raw Normal View History

2019-09-02 10:23:21 +00:00
{
"attributes":
{
"absolutePath": "a",
"exportedSymbols":
{
"S":
[
3
]
2020-04-27 08:28:54 +00:00
}
},
"children":
[
{
"attributes":
{
"canonicalName": "S",
"name": "S",
"scope": 4,
"visibility": "public"
},
"children":
[
{
"attributes":
{
"constant": false,
2020-04-07 09:10:10 +00:00
"mutability": "mutable",
"name": "a",
"scope": 3,
"stateVariable": false,
"storageLocation": "default",
"type": "uint256",
"visibility": "internal"
},
"children":
[
{
"attributes":
{
"name": "uint256",
"type": "uint256"
},
"id": 1,
"name": "ElementaryTypeName",
"src": "11:7:1"
}
],
"id": 2,
"name": "VariableDeclaration",
"src": "11:9:1"
}
],
"id": 3,
"name": "StructDefinition",
"src": "0:23:1"
}
],
"id": 4,
"name": "SourceUnit",
"src": "0:24:1"
2019-09-02 10:23:21 +00:00
}