mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Comments and braces.
This commit is contained in:
parent
25273778dc
commit
d25d98a260
@ -49,8 +49,9 @@ public:
|
||||
void setCurrentContract(ContractDefinition const& _contract);
|
||||
MagicVariableDeclaration* getCurrentThis() const;
|
||||
|
||||
/// @returns all magic variables.
|
||||
std::vector<MagicVariableDeclaration const*> getMagicVariables() const;
|
||||
/// Returns a vector of all magic variables, excluding "this".
|
||||
/// @returns a vector of all implicit global declarations excluding "this".
|
||||
std::vector<Declaration*> getDeclarations() const;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user