right.compile(context, GET);
AttributeNode attr = (AttributeNode)left;
attr.getChild().compile(context, GET);
code.astring(attr.getAttribute());
code.aload_first();
code.invokestatic(code.getPool().addMethodRef(context.TYPE_CONTEXT, getAssignmentMethod(),
"(Lanvil/core/Any;Lanvil/core/Any;Ljava/lang/String;Lanvil/script/Context;)Lanvil/core/Any;"));
break;
case Node.EXPR_REFERENCE:
right.compile(context, GET);