solidity/test/libsolidity/ASTJSON/array_type_name.json
2018-08-03 20:35:50 +02:00

77 lines
1.4 KiB
JSON

{
"absolutePath" : "a",
"exportedSymbols" :
{
"C" :
[
4
]
},
"id" : 5,
"nodeType" : "SourceUnit",
"nodes" :
[
{
"baseContracts" : [],
"contractDependencies" : [],
"contractKind" : "contract",
"documentation" : null,
"fullyImplemented" : true,
"id" : 4,
"linearizedBaseContracts" :
[
4
],
"name" : "C",
"nodeType" : "ContractDefinition",
"nodes" :
[
{
"constant" : false,
"id" : 3,
"name" : "i",
"nodeType" : "VariableDeclaration",
"scope" : 4,
"src" : "13:8:1",
"stateVariable" : true,
"storageLocation" : "default",
"typeDescriptions" :
{
"typeIdentifier" : "t_array$_t_uint256_$dyn_storage",
"typeString" : "uint256[]"
},
"typeName" :
{
"baseType" :
{
"id" : 1,
"name" : "uint",
"nodeType" : "ElementaryTypeName",
"src" : "13:4:1",
"typeDescriptions" :
{
"typeIdentifier" : "t_uint256",
"typeString" : "uint256"
}
},
"id" : 2,
"length" : null,
"nodeType" : "ArrayTypeName",
"src" : "13:6:1",
"typeDescriptions" :
{
"typeIdentifier" : "t_array$_t_uint256_$dyn_storage_ptr",
"typeString" : "uint256[]"
}
},
"value" : null,
"visibility" : "internal"
}
],
"scope" : 5,
"src" : "0:24:1"
}
],
"src" : "0:25:1"
}