Parser detects wrong include files now
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / internal / compiler / ast / Expression.java
index cdeb2ae..6bc82a1 100644 (file)
  *******************************************************************************/
 package net.sourceforge.phpeclipse.internal.compiler.ast;
 
-import net.sourceforge.phpdt.internal.compiler.codegen.Label;
 import net.sourceforge.phpdt.internal.compiler.flow.FlowContext;
 import net.sourceforge.phpdt.internal.compiler.flow.FlowInfo;
 import net.sourceforge.phpdt.internal.compiler.impl.Constant;
 import net.sourceforge.phpdt.internal.compiler.lookup.BaseTypeBinding;
 import net.sourceforge.phpdt.internal.compiler.lookup.BlockScope;
 import net.sourceforge.phpdt.internal.compiler.lookup.TypeBinding;
-import net.sourceforge.phpdt.internal.compiler.problem.ShouldNotImplement;
-import net.sourceforge.phpdt.internal.compiler.util.Util;
 
-public abstract class Expression extends Statement {
+public class Expression extends Statement {
        
        //some expression may not be used - from a java semantic point
        //of view only - as statements. Other may. In order to avoid the creation
@@ -247,7 +244,7 @@ public abstract class Expression extends Statement {
 //                     codeStream.recordPositionsFrom(pc, this.sourceStart);
 //             } else {
 //                     // actual non-constant code generation
-//                     throw new ShouldNotImplement(Util.bind("ast.missingCode")); //$NON-NLS-1$
+//                     throw new ShouldNotImplement(ProjectPrefUtil.bind("ast.missingCode")); //$NON-NLS-1$
 //             }
 //     }