Ejemplo n.º 1
0
 public virtual void OnParentDisconnect(IParseTree value)
 {
     if (ParentNode != null)
     {
         AntlrNodeList children = ParentNode.ChildNodes as AntlrNodeList;
         children.Delete(this);
     }
     ParentNode = null;
 }