mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
This commit is contained in:
committed by
Christian Parpart
parent
7609710d4f
commit
9fb835b710
@@ -1679,6 +1679,8 @@ public:
|
||||
/// @returns the non-parsed value of the literal
|
||||
ASTString const& value() const { return *m_value; }
|
||||
|
||||
ASTString valueWithoutUnderscores() const;
|
||||
|
||||
SubDenomination subDenomination() const { return m_subDenomination; }
|
||||
|
||||
/// @returns true if this is a number with a hex prefix.
|
||||
|
||||
Reference in New Issue
Block a user