aboutsummaryrefslogtreecommitdiffstats
path: root/StructuralGasEstimator.h
diff options
context:
space:
mode:
Diffstat (limited to 'StructuralGasEstimator.h')
-rw-r--r--StructuralGasEstimator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/StructuralGasEstimator.h b/StructuralGasEstimator.h
index df1ae509..ddc7c186 100644
--- a/StructuralGasEstimator.h
+++ b/StructuralGasEstimator.h
@@ -56,6 +56,10 @@ public:
ASTGasConsumptionSelfAccumulated const& _gasCosts,
std::vector<ASTNode const*> const& _roots
);
+
+private:
+ /// @returns the set of AST nodes which are the finest nodes at their location.
+ std::set<ASTNode const*> finestNodesAtLocation(std::vector<ASTNode const*> const& _roots);
};
}