aboutsummaryrefslogtreecommitdiffstats
path: root/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Parser.h')
-rw-r--r--Parser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Parser.h b/Parser.h
index 211e952d..d911598b 100644
--- a/Parser.h
+++ b/Parser.h
@@ -78,6 +78,10 @@ private:
///@{
///@name Helper functions
+ /// Depending on whether a state Variable is Public, appends an accessor to the contract's functions
+ void addStateVariableAccessor(ASTPointer<VariableDeclaration> const& _varDecl,
+ std::vector<ASTPointer<FunctionDefinition>> & _functions);
+
/// Peeks ahead in the scanner to determine if a variable definition is going to follow
bool peekVariableDefinition();