コード例 #1
0
ファイル: BIfCmpLeInst.java プロジェクト: safdariqbal/soot
 public void apply(Switch sw) {
   ((InstSwitch) sw).caseIfCmpLeInst(this);
 }