Example #1
0
 public object VisitLiteralExpr(Literal expr)
 {
     return(expr.Value);
 }
Example #2
0
 public object visitLiteralExpr(Literal t)
 {
     return(t.Value);
 }