public GotoNode(int num)
 {
     Label = new IntNumNode(num);
 }