Пример #1
0
 override public object Accept(INodeVisitor visitor)
 {
     return(visitor.VisitBinOp(this.Op, this.Left, this.Right));
 }