aboutsummaryrefslogtreecommitdiffstats
path: root/Parser.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2015-01-28 18:28:22 +0800
committerChristian <c@ethdev.com>2015-01-28 18:28:22 +0800
commit34d07fc5837745ee3c8fbc571d0e2f0d02041cf1 (patch)
tree4160955c9664c0cc8f60cc621ebae5e9c4466f94 /Parser.h
parent5d3e21fd937940721c6c693c39d1fdc79e1f27c6 (diff)
downloaddexon-solidity-34d07fc5837745ee3c8fbc571d0e2f0d02041cf1.tar.gz
dexon-solidity-34d07fc5837745ee3c8fbc571d0e2f0d02041cf1.tar.zst
dexon-solidity-34d07fc5837745ee3c8fbc571d0e2f0d02041cf1.zip
Some fixes in parser.
Diffstat (limited to 'Parser.h')
-rw-r--r--Parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Parser.h b/Parser.h
index f85c3186..211e952d 100644
--- a/Parser.h
+++ b/Parser.h
@@ -55,6 +55,7 @@ private:
ASTPointer<VariableDeclaration> parseVariableDeclaration(bool _allowVar);
ASTPointer<ModifierDefinition> parseModifierDefinition();
ASTPointer<ModifierInvocation> parseModifierInvocation();
+ ASTPointer<Identifier> parseIdentifier();
ASTPointer<TypeName> parseTypeName(bool _allowVar);
ASTPointer<Mapping> parseMapping();
ASTPointer<ParameterList> parseParameterList(bool _allowEmpty = true);