Beispiel #1
0
 public static BlockGivenInstr decode(IRReaderDecoder d) {
   return new BlockGivenInstr(d.decodeVariable(), d.decodeOperand());
 }
 public static ArrayDerefInstr decode(IRReaderDecoder d) {
   return create(d.decodeVariable(), d.decodeOperand(), (FrozenString) d.decodeOperand());
 }