Example #1
0
 protected bool ValidLabel()
 {
     binding = SemanticAnalyser.GetLabel(label);
     if (binding == null || !IsLabel(binding))
     {
         throw new Exception("error JS1026: Label not found");
     }
     return(true);
 }