diff options
author | Liana Husikyan <liana@ethdev.com> | 2015-03-24 01:08:45 +0800 |
---|---|---|
committer | Liana Husikyan <liana@ethdev.com> | 2015-03-25 20:59:46 +0800 |
commit | 701b34fbeb1bd08445aad55f82672d35343f5a44 (patch) | |
tree | c279a47bba724163fc3f5d78e5a8f1742be4e45e /AST.h | |
parent | e3ea90e997caf1d316252ad16ecb14c4d6163da5 (diff) | |
download | dexon-solidity-701b34fbeb1bd08445aad55f82672d35343f5a44.tar dexon-solidity-701b34fbeb1bd08445aad55f82672d35343f5a44.tar.gz dexon-solidity-701b34fbeb1bd08445aad55f82672d35343f5a44.tar.bz2 dexon-solidity-701b34fbeb1bd08445aad55f82672d35343f5a44.tar.lz dexon-solidity-701b34fbeb1bd08445aad55f82672d35343f5a44.tar.xz dexon-solidity-701b34fbeb1bd08445aad55f82672d35343f5a44.tar.zst dexon-solidity-701b34fbeb1bd08445aad55f82672d35343f5a44.zip |
renamed getCanonicalSignature
added externalTypes instead of types for interface functions
added simple test
todo
testing
Diffstat (limited to 'AST.h')
-rw-r--r-- | AST.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -424,7 +424,7 @@ public: /// @returns the canonical signature of the function /// That consists of the name of the function followed by the types of the /// arguments separated by commas all enclosed in parentheses without any spaces. - std::string getCanonicalSignature() const; + std::string externalTypes() const; private: bool m_isConstructor; |