Example #1
0
 public void apply(Switch sw) {
   ((InstSwitch) sw).caseSwapInst(this);
 }
Example #2
0
 public void apply(Switch sw) {
   ((InstSwitch) sw).caseIfCmpLeInst(this);
 }
Example #3
0
 public void apply(Switch sw) {
   ((InstSwitch) sw).caseSpecialInvokeInst(this);
 }