예제 #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);
 }