Example #1
0
 public Block ifNullGoto(LabelNode label) {
   nodes.add(JumpInstruction.jumpIfNull(label));
   return this;
 }