public void apply(Switch sw) { ((InstSwitch) sw).caseSwapInst(this); }
public void apply(Switch sw) { ((InstSwitch) sw).caseIfCmpLeInst(this); }
public void apply(Switch sw) { ((InstSwitch) sw).caseSpecialInvokeInst(this); }