public void compile(ByteCompiler context, int operation)
{
_child.compile(context, GET);
Code code = context.getCode();
code.invokevirtual(code.getPool().addMethodRef(context.TYPE_ANY, "clone",
"()Ljava/lang/Object;"));
code.checkcast(context.TYPE_ANY);
if (operation == GET_BOOLEAN) {
context.any2boolean();
}