diff options
author | Christian <c@ethdev.com> | 2014-12-07 16:46:21 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-12-07 16:46:21 +0800 |
commit | d25d98a260125cd77807bde72b264bbec21c53c5 (patch) | |
tree | a9539ad1507576f51094f31d85942f720b6d7da6 /GlobalContext.h | |
parent | 25273778dccd65e78a196f7f999b5ea792e414e5 (diff) | |
download | dexon-solidity-d25d98a260125cd77807bde72b264bbec21c53c5.tar.gz dexon-solidity-d25d98a260125cd77807bde72b264bbec21c53c5.tar.zst dexon-solidity-d25d98a260125cd77807bde72b264bbec21c53c5.zip |
Comments and braces.
Diffstat (limited to 'GlobalContext.h')
-rw-r--r-- | GlobalContext.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GlobalContext.h b/GlobalContext.h index fc3914d2..ddbd049c 100644 --- a/GlobalContext.h +++ b/GlobalContext.h @@ -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: |