fixed bug #1037094 (foreach)
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / compiler / ITerminalSymbols.java
index e3d1074..0a1bc76 100644 (file)
@@ -109,7 +109,7 @@ public interface ITerminalSymbols {
   
   final static int TokenNameSTRING = 193;
   
-  final static int TokenNameCURLY_OPEN = 194;
+  final static int TokenNameLBRACE_DOLLAR = 194;
   
   // start SQL token - the SQL tokens are only used in the
   // PHPCompletionprocessor:
@@ -196,4 +196,7 @@ public interface ITerminalSymbols {
   public final static int TokenNameCLASS_C = 1072;
   public final static int TokenNameMETHOD_C = 1073;
   public final static int TokenNameFUNC_C = 1074;
+  
+  // special tokens not normally used in the parser
+  public final static int TokenNamethis_PHP_COMPLETION = 2000;
 }