mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
- renamed AST to ast and ABI to abi
- style fixes
This commit is contained in:
@@ -277,7 +277,7 @@ Scanner const& CompilerStack::scanner(string const& _sourceName) const
|
||||
return *source(_sourceName).scanner;
|
||||
}
|
||||
|
||||
SourceUnit const& CompilerStack::AST(string const& _sourceName) const
|
||||
SourceUnit const& CompilerStack::ast(string const& _sourceName) const
|
||||
{
|
||||
return *source(_sourceName).ast;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user