示例#1
0
 /// <summary>
 /// Checks the static semantic constraints of an IOPrintNode.
 /// </summary>
 /// <returns>An void.</returns>
 /// <param name="node">Node.</param>
 public void VisitIOPrintNode(IOPrintNode node)
 {
     node.Arguments.Accept(this);
     // check the expression of this node
 }
示例#2
0
 public void VisitIOPrintNode(IOPrintNode node)
 {
 }