Need line directives ahead of the host blocks.
[external/ragel.git] / ragel / javacodegen.cpp
index 1c3b09c..6936aa3 100644 (file)
@@ -895,6 +895,21 @@ void JavaTabCodeGen::writeExports()
        }
 }
 
+void JavaTabCodeGen::writeStart()
+{
+       out << START_STATE_ID();
+}
+
+void JavaTabCodeGen::writeFirstFinal()
+{
+       out << FIRST_FINAL_STATE();
+}
+
+void JavaTabCodeGen::writeError()
+{
+       out << ERROR_STATE();
+}
+
 void JavaTabCodeGen::writeData()
 {
        /* If there are any transtion functions then output the array. If there