示例#1
0
 public override ExprNode VisitParensExpr(ExprParser.ParensExprContext context)
 {
     return(Visit(context.expr()));
 }