public object VisitLiteralExpr(Literal expr) { return(expr.Value); }
public object visitLiteralExpr(Literal t) { return(t.Value); }