{
IASNode node = fileNode.getChild(i);
if (node instanceof ResourceBundleEntryNode)
{
entryCount++;
ResourceBundleEntryNode entryNode = (ResourceBundleEntryNode)node;
//push key
bodyInstructionList.addInstruction(ABCConstants.OP_pushstring, entryNode.getKeyNode().getValue());
//push value
ExpressionNodeBase valueNode = entryNode.getValueNode();
switch (valueNode.getNodeID())
{
case LiteralStringID:
bodyInstructionList.addInstruction(ABCConstants.OP_pushstring,