parent
4fb2c6f2e4
commit
0e1aa43523
@ -0,0 +1,16 @@ |
||||
{ |
||||
"attributes": { |
||||
"member_name": "blockhash", |
||||
"type": "function (uint256) returns (bytes32)" |
||||
}, |
||||
"children": [ |
||||
{ |
||||
"attributes": { |
||||
"type": "block", |
||||
"value": "block" |
||||
}, |
||||
"name": "Identifier" |
||||
} |
||||
], |
||||
"name": "MemberAccess" |
||||
} |
@ -0,0 +1,15 @@ |
||||
{ |
||||
"children": [ |
||||
{ |
||||
"attributes": { |
||||
"name": "r" |
||||
}, |
||||
"id": 7, |
||||
"name": "UserDefinedTypeName", |
||||
"src": "84:1:0" |
||||
} |
||||
], |
||||
"id": 8, |
||||
"name": "InheritanceSpecifier", |
||||
"src": "84:1:0" |
||||
} |
@ -0,0 +1,71 @@ |
||||
{ |
||||
"attributes": { |
||||
"argumentTypes": null, |
||||
"isConstant": false, |
||||
"isLValue": false, |
||||
"isPure": false, |
||||
"isStructConstructorCall": false, |
||||
"lValueRequested": false, |
||||
"names": [ |
||||
null |
||||
], |
||||
"type": "uint256", |
||||
"type_conversion": false |
||||
}, |
||||
"children": [ |
||||
{ |
||||
"attributes": { |
||||
"argumentTypes": [ |
||||
{ |
||||
"typeIdentifier": "t_uint256", |
||||
"typeString": "uint256" |
||||
}, |
||||
{ |
||||
"typeIdentifier": "t_uint256", |
||||
"typeString": "uint256" |
||||
} |
||||
], |
||||
"overloadedDeclarations": [ |
||||
null |
||||
], |
||||
"referencedDeclaration": 25, |
||||
"type": "function (uint256,uint256) pure returns (uint256)", |
||||
"value": "f" |
||||
}, |
||||
"id": 34, |
||||
"name": "Identifier", |
||||
"src": "267:1:0" |
||||
}, |
||||
{ |
||||
"attributes": { |
||||
"argumentTypes": null, |
||||
"overloadedDeclarations": [ |
||||
null |
||||
], |
||||
"referencedDeclaration": 27, |
||||
"type": "uint256", |
||||
"value": "x" |
||||
}, |
||||
"id": 35, |
||||
"name": "Identifier", |
||||
"src": "269:1:0" |
||||
}, |
||||
{ |
||||
"attributes": { |
||||
"argumentTypes": null, |
||||
"overloadedDeclarations": [ |
||||
null |
||||
], |
||||
"referencedDeclaration": 29, |
||||
"type": "uint256", |
||||
"value": "y" |
||||
}, |
||||
"id": 36, |
||||
"name": "Identifier", |
||||
"src": "272:1:0" |
||||
} |
||||
], |
||||
"id": 37, |
||||
"name": "FunctionCall", |
||||
"src": "267:7:0" |
||||
} |
@ -0,0 +1,89 @@ |
||||
{ |
||||
"attributes": { |
||||
"argumentTypes": null, |
||||
"isConstant": false, |
||||
"isLValue": false, |
||||
"isPure": false, |
||||
"isStructConstructorCall": false, |
||||
"lValueRequested": false, |
||||
"names": [ |
||||
null |
||||
], |
||||
"type": "uint256", |
||||
"type_conversion": false |
||||
}, |
||||
"children": [ |
||||
{ |
||||
"attributes": { |
||||
"argumentTypes": [ |
||||
{ |
||||
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$", |
||||
"typeString": "function (uint256,uint256) pure returns (uint256)" |
||||
}, |
||||
{ |
||||
"typeIdentifier": "t_uint256", |
||||
"typeString": "uint256" |
||||
}, |
||||
{ |
||||
"typeIdentifier": "t_uint256", |
||||
"typeString": "uint256" |
||||
} |
||||
], |
||||
"overloadedDeclarations": [ |
||||
null |
||||
], |
||||
"referencedDeclaration": 40, |
||||
"type": "function (function (uint256,uint256) pure returns (uint256),uint256,uint256) pure returns (uint256)", |
||||
"value": "eval" |
||||
}, |
||||
"id": 49, |
||||
"name": "Identifier", |
||||
"src": "361:4:0" |
||||
}, |
||||
{ |
||||
"attributes": { |
||||
"argumentTypes": null, |
||||
"overloadedDeclarations": [ |
||||
null |
||||
], |
||||
"referencedDeclaration": 15, |
||||
"type": "function (uint256,uint256) pure returns (uint256)", |
||||
"value": "plus" |
||||
}, |
||||
"id": 50, |
||||
"name": "Identifier", |
||||
"src": "366:4:0" |
||||
}, |
||||
{ |
||||
"attributes": { |
||||
"argumentTypes": null, |
||||
"overloadedDeclarations": [ |
||||
null |
||||
], |
||||
"referencedDeclaration": 42, |
||||
"type": "uint256", |
||||
"value": "x" |
||||
}, |
||||
"id": 51, |
||||
"name": "Identifier", |
||||
"src": "372:1:0" |
||||
}, |
||||
{ |
||||
"attributes": { |
||||
"argumentTypes": null, |
||||
"overloadedDeclarations": [ |
||||
null |
||||
], |
||||
"referencedDeclaration": 44, |
||||
"type": "uint256", |
||||
"value": "y" |
||||
}, |
||||
"id": 52, |
||||
"name": "Identifier", |
||||
"src": "375:1:0" |
||||
} |
||||
], |
||||
"id": 53, |
||||
"name": "FunctionCall", |
||||
"src": "361:16:0" |
||||
} |
Loading…
Reference in new issue