public interface Expression {
    Object visit(ExpressionVisitor v);
}
