*** empty log message ***
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / ast / OperatorIds.java
index 59d1694..20b8dc1 100644 (file)
@@ -38,4 +38,5 @@ public interface OperatorIds {
   static final int PLUS_PLUS = 32;            // "++"
   static final int MINUS_MINUS = 33;          // "--"
   static final int NEW = 34;                 // "new "
+  static final int EQUAL = 35;                 // "="
 }