case ImportID:
case IncludeContainerID:
case NamespaceID:
break; //don't show warning for these statements
default :
ICompilerProblem problem = new MXMLExecutableStatementsInScriptBlockProblem(n);
getProblems().add(problem);
break;
}
super.processDirective(n);
}