public ConditionAndExpression(ConditionExpression left, ConditionExpression right) { this.left = left; this.right = right; }