mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
95 lines
1.8 KiB
JSON
95 lines
1.8 KiB
JSON
{
|
|
"language": "SolidityAST",
|
|
"sources": {
|
|
"A": {
|
|
"ast": {
|
|
"absolutePath": "A",
|
|
"exportedSymbols": {
|
|
"C": [
|
|
6
|
|
]
|
|
},
|
|
"id": 7,
|
|
"license": "GPL-3.0",
|
|
"nodeType": "SourceUnit",
|
|
"nodes": [
|
|
{
|
|
"id": 1,
|
|
"literals": [
|
|
"solidity",
|
|
">=",
|
|
"0.0"
|
|
],
|
|
"nodeType": "PragmaDirective",
|
|
"src": "36:22:0"
|
|
},
|
|
{
|
|
"abstract": false,
|
|
"baseContracts": [],
|
|
"canonicalName": "C",
|
|
"contractDependencies": [],
|
|
"contractKind": "contract",
|
|
"fullyImplemented": true,
|
|
"id": 6,
|
|
"linearizedBaseContracts": [
|
|
6
|
|
],
|
|
"name": "C",
|
|
"nameLocation": "68:1:0",
|
|
"nodeType": "ContractDefinition",
|
|
"nodes": [
|
|
{
|
|
"body": {
|
|
"id": 4,
|
|
"nodeType": "Block",
|
|
"src": "97:2:0",
|
|
"statements": []
|
|
},
|
|
"functionSelector": "26121ff0",
|
|
"id": 5,
|
|
"implemented": true,
|
|
"kind": "function",
|
|
"modifiers": [],
|
|
"name": "f",
|
|
"nameLocation": "81:1:0",
|
|
"nodeType": "FunctionDefinition",
|
|
"parameters": {
|
|
"id": 2,
|
|
"nodeType": "ParameterList",
|
|
"parameters": [],
|
|
"src": "82:2:0"
|
|
},
|
|
"returnParameters": {
|
|
"id": 3,
|
|
"nodeType": "ParameterList",
|
|
"parameters": [],
|
|
"src": "97:0:0"
|
|
},
|
|
"scope": 6,
|
|
"src": "72:27:0",
|
|
"stateMutability": "pure",
|
|
"virtual": false,
|
|
"visibility": "public"
|
|
}
|
|
],
|
|
"scope": 7,
|
|
"src": "59:42:0",
|
|
"usedErrors": []
|
|
}
|
|
],
|
|
"src": "36:65:0"
|
|
},
|
|
"id": 0
|
|
}
|
|
},
|
|
"settings": {
|
|
"outputSelection": {
|
|
"*": {
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|