summaryrefslogtreecommitdiff
path: root/src/parser/antlr_input.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-04-27 20:44:47 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-04-27 20:44:47 +0000
commit0c4a6edae95b3ffc76cb82604a3d1694d42625bb (patch)
tree38cf873c7fac5e1e25529425f4835aac3d79adbb /src/parser/antlr_input.h
parent130b814916c096f4b898a26c9df5056270af78d0 (diff)
Adding Integer and Rational constants to SMT
Diffstat (limited to 'src/parser/antlr_input.h')
-rw-r--r--src/parser/antlr_input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser/antlr_input.h b/src/parser/antlr_input.h
index dee7c1491..a36853d7b 100644
--- a/src/parser/antlr_input.h
+++ b/src/parser/antlr_input.h
@@ -67,6 +67,9 @@ class AntlrInput : public Input {
/** Turns an ANTLR3 exception into a message for the user and calls <code>parseError</code>. */
static void reportError(pANTLR3_BASE_RECOGNIZER recognizer);
+ /** Builds a message for a lexer error and calls <code>parseError</code>. */
+ static void lexerError(pANTLR3_BASE_RECOGNIZER recognizer);
+
public:
/** Create a file input.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback