Example #1
0
 public object Accept(ASTVisitor visitor, object options)
 {
     return(visitor.DoForBinOp(this, options));
 }