Пример #1
0
 /// <summary>
 /// Sets the EventAccessorCall edge.
 /// </summary>
 /// <param name="node">[in] The new end point of the EventAccessorCall edge.</param>
 /// <exception cref="Columbus.Csharp.Asg.CsharpException">Throws CsharpException if there's something wrong with the given node.</exception>
 public void setEventAccessorCall(Columbus.Csharp.Asg.Nodes.Structure.AccessorDeclarationSyntax node)
 {
     if (m_EventAccessorCall != 0)
     {
     }
     m_EventAccessorCall = node.Id;
 }
Пример #2
0
        // ---------- Edge setter function(s) ----------

        /// <summary>
        /// Adds a new Accessors edge to the node and inserts it after the other ones.
        /// </summary>
        /// <param name="node">[in] The end point of the new Accessors edge.</param>
        /// <exception cref="Columbus.Csharp.Asg.CsharpException">Throws CsharpException if there is something wrong with the given node.</exception>
        public void addAccessors(Columbus.Csharp.Asg.Nodes.Structure.AccessorDeclarationSyntax node)
        {
            addAccessors(node.Id);
        }