Example #1
0
 public void AddNamespaceDeclNode(ASTNodeDeclNamespace decl)
 {
     decl.SetParent(this);
     this.AddSpan(decl.GetSpan());
     this.namespaceDecls.Add(decl);
 }
Example #2
0
 public void AddNamespaceDeclNode(ASTNodeDeclNamespace decl)
 {
     decl.SetParent(this);
     this.AddSpan(decl.GetSpan());
     this.namespaceDecls.Add(decl);
 }