private MXMLInstanceNode createInstanceNode(MXMLTreeBuilder builder,
ISourceFragment[] fragments,
ISourceLocation location)
{
ITypeDefinition anyType = ClassDefinition.getAnyTypeClassDefinition();
MXMLClassDefinitionNode classNode =
(MXMLClassDefinitionNode)getClassDefinitionNode();
return builder.createInstanceNode(this, anyType, fragments, location, FLAGS, classNode);
}