/* Generated By:JavaCC: Do not edit this line. FtScriptTreeConstants.java Version 5.0 */ package eu.dnetlib.data.collective.transformation.rulelanguage.parser; public interface FtScriptTreeConstants { public int JJTSTART = 0; public int JJTMYASSIGN = 1; public int JJTVOID = 2; public int JJTMYATTRIBUTE = 3; public int JJTMYCONDITION = 4; public int JJTMYEMPTY = 5; public int JJTMYIMPORT = 6; public int JJTMYNS = 7; public int JJTMYPREPROCESS = 8; public int JJTMYSET = 9; public int JJTMYSKIP = 10; public int JJTMYCOPY = 11; public int JJTMYOP = 12; public int JJTMYSCRIPT = 13; public String[] jjtNodeName = { "Start", "MyAssign", "void", "MyAttribute", "MyCondition", "MyEmpty", "MyImport", "MyNs", "MyPreprocess", "MySet", "MySkip", "MyCopy", "MyOp", "MyScript", }; } /* JavaCC - OriginalChecksum=c8056b53459b9b66f3a28fd32fead01c (do not edit this line) */