mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
renamed getter functions
This commit is contained in:
+1
-1
@@ -344,7 +344,7 @@ public:
|
||||
|
||||
// Returns a string corresponding to the C++ token name
|
||||
// (e.g. "LT" for the token LT).
|
||||
static char const* getName(Value tok)
|
||||
static char const* name(Value tok)
|
||||
{
|
||||
solAssert(tok < NUM_TOKENS, "");
|
||||
return m_name[tok];
|
||||
|
||||
Reference in New Issue
Block a user