int compile(Bytecode code) throws CannotCompileException {
   code.addLconst(param);
   return 2;
 }