/// <summary>
 /// Sets the OriginalDefinition edge.
 /// </summary>
 /// <param name="node">[in] The new end point of the OriginalDefinition edge.</param>
 /// <exception cref="Columbus.Csharp.Asg.CsharpException">Throws CsharpException if there's something wrong with the given node.</exception>
 public void setOriginalDefinition(Columbus.Csharp.Asg.Nodes.Structure.MemberDeclarationSyntax node)
 {
     if (m_OriginalDefinition != 0)
     {
     }
     m_OriginalDefinition = node.Id;
 }
Esempio n. 2
0
 /// <summary>
 /// Adds a new Members edge to the node and inserts it after the other ones.
 /// </summary>
 /// <param name="node">[in] The end point of the new Members edge.</param>
 /// <exception cref="Columbus.Csharp.Asg.CsharpException">Throws CsharpException if there is something wrong with the given node.</exception>
 public void addMembers(Columbus.Csharp.Asg.Nodes.Structure.MemberDeclarationSyntax node)
 {
     addMembers(node.Id);
 }