adapter.invokeStatic(Types.OPERATOR,Methods_Operator.OPERATOR_EEQ);
}
else if(operation==NEEQ) {
left.writeOut(bc,MODE_REF);
right.writeOut(bc,MODE_REF);
adapter.invokeStatic(Types.OPERATOR,Methods_Operator.OPERATOR_NEEQ);
}
else {
int iLeft = Types.getType(left.writeOut(bc,MODE_VALUE));
int iRight = Types.getType(right.writeOut(bc,MODE_VALUE));