예제 #1
0
 public Instruction createInstructionLabel(Element inst) throws IllegalXMLVMException {
   int id = Integer.parseInt(inst.getAttributeValue("id"));
   instructionHandlerManager.setLabelID(id);
   return null;
 }