Exemplo n.º 1
0
 public BasicBlock(String strLabel, int nBlockNum) {
   setLabel(strLabel);
   setBlockNum(nBlockNum);
 }