Exemplo n.º 1
0
 public ISemanticCheckValue Accept(INodeVisitor visitor)
 {
     return(visitor.VisitRootNode(this));
 }