// Namespaces namespaces = new Namespaces();
// NamespaceValue namespaceValue = new NamespaceValue();
// namespaces.add(namespaceValue);
// ReferenceValue referenceValue = new ReferenceValue(ctx, null, AS3, namespaces);
ReferenceValue referenceValue = new ReferenceValue(ctx, null, AS3, ctx.AS3Namespace());
referenceValue.setIsAttributeIdentifier(false);
as3Identifier.ref = referenceValue;
return nodeFactory.useDirective(null,nodeFactory.memberExpression(null,nodeFactory.getExpression(as3Identifier)));
}