{
NamespaceNode ns = (NamespaceNode) n;
if ( ns.hasModifier(ASModifier.STATIC) )
{
this.classScope.addProblem(new StaticNamespaceDefinitionProblem(ns));
}
else
{
// This type of node won't generate instructions,
// but it will add the namespace to the class'