public static final String PHPPARSER_ORIGINAL = "net.sourceforge.phpdt.internal.compiler.parser.Parser";
+ public static final String PHPPARSER_NEW = "test.PHPParser";
+
/** Change this if you want to switch PHP Parser. */
public static final String PHPPARSER = PHPPARSER_ORIGINAL;
- public static final String PHPPARSER_NEW = "test.PHPParser";
-
//The shared instance.
private static PHPeclipsePlugin plugin;