summaryrefslogtreecommitdiffstats
path: root/vhdlparser/ParseException.h
diff options
context:
space:
mode:
Diffstat (limited to 'vhdlparser/ParseException.h')
-rw-r--r--vhdlparser/ParseException.h22
1 files changed, 10 insertions, 12 deletions
diff --git a/vhdlparser/ParseException.h b/vhdlparser/ParseException.h
index c4afc27..d69c391 100644
--- a/vhdlparser/ParseException.h
+++ b/vhdlparser/ParseException.h
@@ -1,8 +1,7 @@
-/* Generated By:JavaCC: Do not edit this line. ParseException.h Version 7.0 */
+/* Generated By:JavaCC: Do not edit this line. ParseException.h Version 6.1 */
/* JavaCCOptions:STATIC=false,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
-#ifndef JAVACC_PARSE_EXCEPTION_H
-#define JAVACC_PARSE_EXCEPTION_H
-
+#ifndef _PARSE_EXCEPTION_H
+#define _PARSE_EXCEPTION_H
#include "JavaCC.h"
#include "Token.h"
@@ -29,7 +28,7 @@ class ParseException {
*/
ParseException(Token currentTokenVal,
int** expectedTokenSequencesVal,
- JJString* tokenImageVal
+ JAVACC_STRING_TYPE* tokenImageVal
);
/**
@@ -45,7 +44,7 @@ class ParseException {
ParseException();
/** Constructor with message. */
- ParseException(const JJString& message);
+ ParseException(JAVACC_STRING_TYPE message);
/**
@@ -67,7 +66,7 @@ class ParseException {
* parser within which the parse error occurred. This array is
* defined in the generated ...Constants class.
*/
- JJString* tokenImage;
+ JAVACC_STRING_TYPE* tokenImage;
/**
* It uses "currentToken" and "expectedTokenSequences" to generate a parse
@@ -76,9 +75,9 @@ class ParseException {
* from the parser) the correct error message
* gets displayed.
*/
- private: JJString initialise(Token currentToken,
+ private: JAVACC_STRING_TYPE initialise(Token currentToken,
int** expectedTokenSequences,
- JJString* tokenImage);
+ JAVACC_STRING_TYPE* tokenImage);
/**
* The end of line string for this machine.
@@ -90,12 +89,11 @@ class ParseException {
* when these raw version cannot be used as part of an ASCII
* string literal.
*/
- JJString add_escapes(const JJString& str);
+ JAVACC_STRING_TYPE add_escapes(JAVACC_STRING_TYPE str);
};
}
}
-
#endif
-/* JavaCC - OriginalChecksum=6705523c0ea4e83f3c38da57253c0aea (do not edit this line) */
+/* JavaCC - OriginalChecksum=339b52f10b77d027ae2838b74a4934e1 (do not edit this line) */