示例#1
0
 public void ifnull(Label label) throws IOException {
   push(-1);
   branch(198, label);
 }
示例#2
0
 public void if_icmpne(Label label) throws IOException {
   push(-2);
   branch(160, label);
 }
示例#3
0
 public void ifne(Label label) throws IOException {
   push(-1);
   branch(154, label);
 }
示例#4
0
 public void goto_(Label label) throws IOException {
   branch(167, label);
 }