예제 #1
0
 public BasicBlock(String strLabel, int nBlockNum) {
   setLabel(strLabel);
   setBlockNum(nBlockNum);
 }