case Node.EXPR_ATTRIBUTE:
{
AttributeNode attr = (AttributeNode)child;
attr.getChild().compile(context, GET);
code.astring(attr.getAttribute());
code.aload_first();
code.invokestatic(pool.addMethodRef(context.TYPE_CONTEXT, "postinc",
"(Lanvil/core/Any;Ljava/lang/String;Lanvil/script/Context;)Lanvil/core/Any;"));
}
break;