_value = value;
return "int-expr(" + _value + ')";
ConstantPoolGen cpg = classGen.getConstantPool(); InstructionList il = methodGen.getInstructionList(); il.append(new PUSH(cpg, _value));
return _type = Type.Int;