Syntax highlighting is changeable.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / internal / compiler / ast / Statement.java
index b767e9d..1559614 100644 (file)
@@ -18,7 +18,7 @@ import net.sourceforge.phpdt.internal.compiler.lookup.BlockScope;
 import net.sourceforge.phpdt.internal.compiler.lookup.TypeBinding;
 
 
-public abstract class Statement extends AstNode {
+public abstract class Statement extends ASTNode {
        
        /**
         * Statement constructor comment.