Translate this attribute value into JVM bytecodes that pushes the
attribute value onto the JVM's stack.
final ConstantPoolGen cpg = classGen.getConstantPool();
final InstructionList il = methodGen.getInstructionList();
il.append(new PUSH(cpg, _value));