aboutsummaryrefslogtreecommitdiffstats
path: root/CommandLineInterface.h
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-04-23 20:40:42 +0800
committerchriseth <c@ethdev.com>2015-04-23 20:40:42 +0800
commitec01bfa074a42bae927b4d7d554f33d04213140d (patch)
tree44ff63aadce5d8c07fccd49cb6adfa40a2922968 /CommandLineInterface.h
parent61c7f29b46f0fc417d6cd90d15ef998e7482e6ab (diff)
downloaddexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.tar
dexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.tar.gz
dexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.tar.bz2
dexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.tar.lz
dexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.tar.xz
dexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.tar.zst
dexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.zip
json output for the commandline compiler.
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 79029f9d..459f17d3 100644
--- a/CommandLineInterface.h
+++ b/CommandLineInterface.h
@@ -53,6 +53,7 @@ public:
void actOnInput();
private:
+ void handleCombinedJSON();
void handleAst(std::string const& _argStr);
void handleBinary(std::string const& _contract);
void handleOpcode(std::string const& _contract);