if (!classDeclaresIdentifier(cx, classDef, typeAnalyzer, SKINHOSTCOMPONENT))
{
NodeFactory nodeFactory = cx.getNodeFactory();
MetaDataNode bindingMetaData = AbstractSyntaxTreeUtil.generateMetaData(nodeFactory, BINDABLE);
bindingMetaData.setId(BINDABLE);
StatementListNode statementList = nodeFactory.statementList(classDef.statements, bindingMetaData);
int listSize = node.def.metaData.items.size();
// if the HostComponent metadata node has more than one items.
// then look for the associated comment and stick it to the variable.
if (listSize > 1)