Menu

Commit [r712]  Maximize  Restore  History

Addintional parser states

hotzst 2008-09-14

changed /plugin/src/ch/sahits/codegen/java/input/EParserState.java
/plugin/src/ch/sahits/codegen/java/input/EParserState.java Diff Switch to side-by-side view
--- a/plugin/src/ch/sahits/codegen/java/input/EParserState.java
+++ b/plugin/src/ch/sahits/codegen/java/input/EParserState.java
@@ -54,6 +54,10 @@
 	/** The 'FOREIGN' token was found */
 	FOREIGN_KEY_FOUND, 
 	/** The 'REFERENCES' token was found */
-	REFERENCES_FOUND
+	REFERENCES_FOUND, 
+	/** Token that is ignored */
+	IGNORE_TOKEN, 
+	/** FIELD delimiter in a field definition */
+	INTERNAL_FIELD_DELIMITER
 
 }
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.