mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added doxygen comment.
This commit is contained in:
parent
ef546e789a
commit
1de66d6e9e
1
AST.h
1
AST.h
@ -345,6 +345,7 @@ public:
|
|||||||
|
|
||||||
Expression& getCondition() const { return *m_condition; }
|
Expression& getCondition() const { return *m_condition; }
|
||||||
Statement& getTrueStatement() const { return *m_trueBody; }
|
Statement& getTrueStatement() const { return *m_trueBody; }
|
||||||
|
/// @returns the "else" part of the if statement or nullptr if there is no "else" part.
|
||||||
Statement* getFalseStatement() const { return m_falseBody.get(); }
|
Statement* getFalseStatement() const { return m_falseBody.get(); }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user