示例#1
0
 // *** EXPRESSION ***
 // === Expression Visit Methods ===
 public object visitLiteralExpr(Expr.Literal expr)
 {
     return(expr.value);
 }