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