mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add referencedSourceUnits() helper
This commit is contained in:
@@ -136,6 +136,9 @@ public:
|
||||
|
||||
std::vector<ASTPointer<ASTNode>> nodes() const { return m_nodes; }
|
||||
|
||||
/// @returns a vector of referenced SourceUnits.
|
||||
std::vector<SourceUnit const*> referencedSourceUnits() const;
|
||||
|
||||
private:
|
||||
std::vector<ASTPointer<ASTNode>> m_nodes;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user