aboutsummaryrefslogtreecommitdiffstats
path: root/CommandLineInterface.h
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2015-01-05 22:46:40 +0800
committerLefteris Karapetsas <lefteris@refu.co>2015-01-15 23:56:40 +0800
commitd0f02c28c69b1ce7696670a09835cc7cc173bd03 (patch)
treeadaf17bbb0345abe47448ef10635fc8f5eac5861 /CommandLineInterface.h
parent245fba5055776885501ad46827ad680651248823 (diff)
downloaddexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.tar
dexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.tar.gz
dexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.tar.bz2
dexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.tar.lz
dexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.tar.xz
dexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.tar.zst
dexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.zip
Preparing the ground for AST outputing to JSON
Diffstat (limited to 'CommandLineInterface.h')
-rw-r--r--CommandLineInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CommandLineInterface.h b/CommandLineInterface.h
index 9dfee719..2862773b 100644
--- a/CommandLineInterface.h
+++ b/CommandLineInterface.h
@@ -53,6 +53,7 @@ public:
void actOnInput();
private:
+ void handleAst(std::string const& _argStr);
void handleBinary(std::string const& _contract);
void handleOpcode(std::string const& _contract);
void handleBytecode(std::string const& _contract);