summaryrefslogtreecommitdiff
path: root/src/parser/cvc/cvc_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/cvc/cvc_input.h')
-rw-r--r--src/parser/cvc/cvc_input.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parser/cvc/cvc_input.h b/src/parser/cvc/cvc_input.h
index a3de3a61f..45a0edf95 100644
--- a/src/parser/cvc/cvc_input.h
+++ b/src/parser/cvc/cvc_input.h
@@ -53,6 +53,11 @@ public:
/** Destructor. Frees the lexer and the parser. */
~CvcInput();
+ /** Get the language that this Input is reading. */
+ InputLanguage getLanguage() const throw() {
+ return language::input::LANG_CVC4;
+ }
+
protected:
/** Parse a command from the input. Returns <code>NULL</code> if there is
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback